index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
REL_19_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Age
Commit message (
Expand
)
Author
38 hours
Auto-vectorize the varbit bitwise operators.
Nathan Bossart
2 days
Fix lack of message pluralization
Peter Eisentraut
3 days
pgindent fix for a63df2664225d06d5be
Daniel Gustafsson
3 days
Fix user-facing English grammar introduced in the v19 cycle.
Noah Misch
4 days
Revert "Force LC_COLLATE to C in postmaster."
Jeff Davis
4 days
Handle PG_INT32_MIN negation overflow in right()
Daniel Gustafsson
4 days
Use pg_neg_s{32,64}_overflow() for some overflow checks
Michael Paquier
4 days
Fix integer to_char() overflow with V format
Fujii Masao
9 days
Report next_multi_offset as bigint in pg_control_checkpoint().
Masahiko Sawada
10 days
Export subxip[] for snapshots taken during recovery.
Peter Geoghegan
11 days
Fix crash on trying to expand a shared memory hash table
Heikki Linnakangas
11 days
Change InputFunctionCall* to take a const char *str
Peter Eisentraut
11 days
Fix some -Wcast-qual warnings
Peter Eisentraut
12 days
pg_locale.h: define case mapping limits.
Jeff Davis
12 days
pg_locale.c: add explanatory comments.
Jeff Davis
2026-08-22
Track RI fast-path FK-check batches per subtransaction
Amit Langote
2026-08-20
hashtext: fix fragile code.
Jeff Davis
2026-08-20
Replace formatting.c's fixed-size output buffers with StringInfos.
Tom Lane
2026-08-20
Restructure formatting.c's NUM_processor() to add some const-sanity.
Tom Lane
2026-08-20
Convert DCH_to_char() to use a StringInfo as destination.
Tom Lane
2026-08-20
Ensure all pg_locale.h APIs work with collate_is_c.
Jeff Davis
2026-08-20
Rewrite tsqueryout() to use StringInfo to build the output string.
Tom Lane
2026-08-20
Track RI fast-path FK-check batches per firing cycle
Amit Langote
2026-08-19
Give RI fast-path cached FmgrInfos their own memory context
Amit Langote
2026-08-19
Don't free fast-path FK metadata from the inval callback
Amit Langote
2026-08-18
Add data_page_checksum_version to pg_control_checkpoint
Daniel Gustafsson
2026-08-18
Record initial state of data checksums in controlfile
Daniel Gustafsson
2026-08-18
pg_locale.c: comment improvements.
Jeff Davis
2026-08-18
Fix RI fast-path race with REINDEX CONCURRENTLY
Amit Langote
2026-08-18
Fix cross-type foreign keys in the batched fast-path FK check
Amit Langote
2026-08-17
Tighten up tsqueryrecv().
Tom Lane
2026-08-17
Use safer allocation routines in more places of the tree
Michael Paquier
2026-08-16
Fix ASAN failure after flex errors in GUC file parsing
Michael Paquier
2026-08-14
Refactor PgStat_TableStatus to new PgStat_RelationStatus
Michael Paquier
2026-08-13
Fix authorization check for role membership changes.
Nathan Bossart
2026-08-13
Consistently enforce tsvector/tsquery maximum lengths.
Tom Lane
2026-08-13
Fix misc spelling mistakes in comments, docs and tests
Heikki Linnakangas
2026-08-13
Fix missing hash_seq_term()
Heikki Linnakangas
2026-08-12
Fix float8_regr_accum() for Inf/NaN with constant other input.
Tom Lane
2026-08-12
Add common LSN parser for user-supplied locations
Fujii Masao
2026-08-12
Move index statistics into their own stats kind
Michael Paquier
2026-08-11
Change wal_compression=on to the first of zstd, lz4, pglz
Tomas Vondra
2026-08-10
Fix out-of-bound reads with ascii() for invalid multibyte characters
Michael Paquier
2026-08-10
Invalidate plan cache after role changes.
Nathan Bossart
2026-08-10
Avoid overflow in Levenshtein distance calculations.
Nathan Bossart
2026-08-10
Add an output_plugin_libraries GUC to bless trusted output plugins
Jacob Champion
2026-08-10
Move SplitGUCList() to fe_utils
Jacob Champion
2026-08-10
Empty search_path in amcheck.
Noah Misch
2026-08-10
Obstruct EXTRACT() field name deparse injection.
Nathan Bossart
2026-08-10
Return nulls honestly in aggregate "combine" functions.
Tom Lane
[next]