postgresql.git
5 days ago Michael PaquierAdd wal_fpi_bytes to VACUUM and ANALYZE logs
5 days ago Peter EisentrautSort guc_parameters.dat alphabetically by name
6 days ago Tom LaneChange "long" numGroups fields to be Cardinality (i...
6 days ago Tom LaneImprove planner's estimates of tuple hash table sizes.
6 days ago Peter GeogheganDocument nbtree row comparison design.
6 days ago Peter GeogheganRemove obsolete nbtree equality key comments.
6 days ago Tom LaneAvoid mixing void and integer in a conditional expression.
7 days ago Tom LaneRemove unused variable in recovery/t/006_logical_decodi...
7 days ago Tom LaneFix contrib/ltree's subpath() with negative offset.
8 days ago Álvaro Herrerapg_createsubscriber: reword dry-run log messages
8 days ago Álvaro Herrerapg_createsubscriber: Fix error complaining about the...
8 days ago Peter EisentrautMark function arguments of type "Datum *" as "const...
8 days ago Peter Eisentrautformatting.c cleanup: Change fill_str() return type...
8 days ago Peter Eisentrautformatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_*
8 days ago Peter Eisentrautformatting.c cleanup: Change several int fields to...
8 days ago Peter Eisentrautformatting.c cleanup: Change TmFromChar.clock field...
9 days ago Michael PaquierAdd test tracking WAL receiver shutdown for primary_con...
9 days ago Bruce Momjiandoc: rewrite random_page_cost description
9 days ago Andres Freundci: macos: Upgrade to Sequoia
9 days ago Andres Freundci: Fix Windows and MinGW task names
9 days ago Tom LaneUse BumpContext contexts in TupleHashTables, and do...
9 days ago Peter EisentrautMark ItemPointer arguments as const throughout
9 days ago Álvaro HerreraSimplify coding in ProcessQuery
9 days ago Peter EisentrautFix some confusing uses of const
9 days ago Peter Eisentrautdocs: Link to the correct protocol version inspection...
9 days ago Peter Eisentrautconst-qualify ItemPointer comparison functions
9 days ago Peter Eisentrautformatting.c cleanup: Improve formatting of some struct...
9 days ago Peter Eisentrautformatting.c cleanup: Remove unnecessary zeroize macros
9 days ago Peter Eisentrautformatting.c cleanup: Remove unnecessary extra line...
9 days ago Michael PaquierExpose wal_fpi_bytes in EXPLAIN (WAL)
9 days ago Michael PaquierFix regression with slot invalidation checks
9 days ago Richard GuoDisable parallel plans for RIGHT_SEMI joins
10 days ago David RowleyFix bogus use of "long" in AllocSetCheck()
10 days ago Jeff DavisUse C11 char16_t and char32_t for Unicode code points.
10 days ago Álvaro Herrerapg_stat_statements: Fix handling of duplicate constant...
10 days ago Álvaro HerreraCheckNNConstraintFetch: Fill all of ConstrCheck in...
10 days ago Peter EisentrautReorganize GUC structs
10 days ago Peter Eisentrautformatting.c cleanup: Remove unnecessary extra parentheses
10 days ago Peter Eisentrautformatting.c cleanup: Use array syntax instead of point...
10 days ago Peter Eisentrautformatting.c cleanup: Add some const pointer qualifiers
10 days ago Peter Eisentrautformatting.c cleanup: Use size_t for string length...
10 days ago Peter EisentrautReplace pg_restrict by standard restrict
10 days ago Peter EisentrautRemove obsolete comment
11 days ago Michael PaquierFix correctness issue with computation of FPI size...
11 days ago Nathan BossartAdd psql PROMPT variable for search_path.
11 days ago Peter Eisentrautformatting.c cleanup: Move loop variables definitions...
11 days ago Peter Eisentrautformatting.c cleanup: Remove dashes in comments
11 days ago Álvaro HerreraDon't error out when dropping constraint if relchecks...
11 days ago Jeff DavisMove comment about casts from pg_wchar.
11 days ago Peter EisentrautCheck that index can return in get_actual_variable_range()
11 days ago Michael PaquierAdd wal_fpi_bytes to pg_stat_wal and pg_stat_get_backen...
11 days ago Amit KapilaAdd worker type argument to logical replication worker...
12 days ago Michael PaquierSimplify newline handling in two TAP tests
12 days ago Nathan BossartFix a couple of comments.
12 days ago Dean RasheedAdd new RLS tests to test policies applied by command...
12 days ago Peter EisentrautAdd some const qualifications
12 days ago Peter EisentrautRemove Item type
12 days ago Peter EisentrautRemove meaninglist restrict qualifiers
12 days ago Amit KapilaFix GUC check_hook validation for synchronized_standby_...
12 days ago Amit KapilaImprove test in 009_matviews.pl.
13 days ago Jeff DavisComment typo fixes: pg_wchar_t should be pg_wchar.
2025-10-25 David RowleyFix incorrect logic for caching ResultRelInfos for...
2025-10-25 Dean RasheedGuard against division by zero in test_int128 module.
2025-10-25 Michael Paquierpg_rewind: Skip copy of WAL segments generated before...
2025-10-24 Fujii Masaopsql: Improve tab completion for large objects.
2025-10-23 Tom LaneUpdate expected output for contrib/sepgsql's regression...
2025-10-23 Daniel Gustafssondoc: Remove mention of Git protocol support
2025-10-23 Tom LaneAvoid memory leak in validation of a PL/Python trigger...
2025-10-23 Tom LaneFix off-by-one Asserts in FreePageBtreeInsertInternal...
2025-10-23 Tom LaneFix resource leaks in PL/Python error reporting, redux.
2025-10-23 Amit KapilaIntroduce "REFRESH SEQUENCES" for subscriptions.
2025-10-23 Michael Paquierpg_rewind: Extend code detecting relation files to...
2025-10-23 Fujii MasaoAdd comments explaining overflow entries in the replica...
2025-10-23 Tatsuo IshiiFix coding style with "else".
2025-10-23 David RowleyFix some misplaced comments in parallel_schedule
2025-10-23 Masahiko SawadaAdd copyright notice to vacuum_horizon_floor.pl test.
2025-10-23 David RowleyFix incorrect zero extension of Datum in JIT tuple...
2025-10-22 Tom LaneAvoid assuming that time_t can fit in an int.
2025-10-22 Nathan BossartFix type of infomask parameter in htup_details.h functions.
2025-10-22 Tom LaneRemove useless pstrdup() calls.
2025-10-22 Tom LaneFix memory leaks in scripts/vacuuming.c.
2025-10-22 Tom LaneFix memory leaks in pg_combinebackup/reconstruct.c.
2025-10-22 Nathan BossartRemove make_temptable_name_n().
2025-10-22 Fujii MasaoMake invalid primary_slot_name follow standard GUC...
2025-10-22 Tatsuo IshiiFix multi WinGetFuncArgInFrame/Partition calls with...
2025-10-22 Fujii MasaoFix stalled lag columns in pg_stat_replication when...
2025-10-22 Michael PaquierBump catalog version for new function error_on_null()
2025-10-22 Michael PaquierAdd error_on_null(), checking if the input is the null...
2025-10-21 David RowleyUse CompactAttribute more often, when possible
2025-10-21 Tom LaneAvoid short seeks in pg_restore.
2025-10-21 Nathan BossartAdd reminder to create .abi-compliance-history.
2025-10-21 Jeff DavisMake char2wchar() static.
2025-10-21 Jeff DavisRemove obsolete global database_ctype_is_c.
2025-10-21 Jeff Davistsearch: use database default collation for parsing.
2025-10-21 Nathan BossartAdd previous commit to .git-blame-ignore-revs.
2025-10-21 Nathan BossartRe-pgindent brin.c.
2025-10-21 Álvaro HerreraMake smgr access for a BufferManagerRelation safer...
2025-10-21 David RowleyFix BRIN 32-bit counter wrap issue with huge tables
2025-10-21 Michael PaquierFix comment in pg_get_shmem_allocations_numa()
2025-10-21 Richard GuoFix pushdown of degenerate HAVING clauses
next