postgresql.git
2025-11-04 Andres Freundci: debian: Switch to Debian Trixie release
2025-11-04 Tomas VondraLimit the size of TID lists during parallel GIN build
2025-11-04 Jeff DavisRemove redundant memset() introduced by a0942f4.
2025-11-04 Tom LaneAllow "SET list_guc TO NULL" to specify setting the...
2025-11-04 Álvaro HerreraHave psql's "\? variables" show csv_fieldsep
2025-11-04 Peter EisentrautTighten check for generated column in partition key...
2025-11-04 Álvaro HerreraBRIN autosummarization may need a snapshot
2025-11-04 Peter EisentrautError message stylistic correction
2025-11-04 Michael Paquierlibpq: Improve error handling in passwordFromFile()
2025-11-04 Álvaro HerreraUse USECS_PER_SEC from datatype/timestamp.h
2025-11-04 Michael PaquierAdd assertion check for WAL receiver state during strea...
2025-11-04 Michael PaquierAdd WalRcvGetState() to retrieve the state of a WAL...
2025-11-04 Michael PaquierFix unconditional WAL receiver shutdown during stream...
2025-11-03 Noah MischDoc: cover index CONCURRENTLY causing errors in INSERT...
2025-11-03 Masahiko SawadaFix outdated comment of COPY in gram.y.
2025-11-03 Álvaro HerreraAdd \pset options for boolean value display
2025-11-03 Álvaro HerreraPrevent setting a column as identity if its not-null...
2025-11-03 Álvaro HerreraRemove WaitPMResult enum in pg_createsubscriber
2025-11-03 Michael PaquierAdd wal_fpi_bytes to VACUUM and ANALYZE logs
2025-11-03 Peter EisentrautSort guc_parameters.dat alphabetically by name
2025-11-02 Tom LaneChange "long" numGroups fields to be Cardinality (i...
2025-11-02 Tom LaneImprove planner's estimates of tuple hash table sizes.
2025-11-02 Peter GeogheganDocument nbtree row comparison design.
2025-11-02 Peter GeogheganRemove obsolete nbtree equality key comments.
2025-11-02 Tom LaneAvoid mixing void and integer in a conditional expression.
2025-11-01 Tom LaneRemove unused variable in recovery/t/006_logical_decodi...
2025-11-01 Tom LaneFix contrib/ltree's subpath() with negative offset.
2025-10-31 Álvaro Herrerapg_createsubscriber: reword dry-run log messages
2025-10-31 Álvaro Herrerapg_createsubscriber: Fix error complaining about the...
2025-10-31 Peter EisentrautMark function arguments of type "Datum *" as "const...
2025-10-31 Peter Eisentrautformatting.c cleanup: Change fill_str() return type...
2025-10-31 Peter Eisentrautformatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_*
2025-10-31 Peter Eisentrautformatting.c cleanup: Change several int fields to...
2025-10-31 Peter Eisentrautformatting.c cleanup: Change TmFromChar.clock field...
2025-10-31 Michael PaquierAdd test tracking WAL receiver shutdown for primary_con...
2025-10-30 Bruce Momjiandoc: rewrite random_page_cost description
2025-10-30 Andres Freundci: macos: Upgrade to Sequoia
2025-10-30 Andres Freundci: Fix Windows and MinGW task names
2025-10-30 Tom LaneUse BumpContext contexts in TupleHashTables, and do...
2025-10-30 Peter EisentrautMark ItemPointer arguments as const throughout
2025-10-30 Álvaro HerreraSimplify coding in ProcessQuery
2025-10-30 Peter EisentrautFix some confusing uses of const
2025-10-30 Peter Eisentrautdocs: Link to the correct protocol version inspection...
2025-10-30 Peter Eisentrautconst-qualify ItemPointer comparison functions
2025-10-30 Peter Eisentrautformatting.c cleanup: Improve formatting of some struct...
2025-10-30 Peter Eisentrautformatting.c cleanup: Remove unnecessary zeroize macros
2025-10-30 Peter Eisentrautformatting.c cleanup: Remove unnecessary extra line...
2025-10-30 Michael PaquierExpose wal_fpi_bytes in EXPLAIN (WAL)
2025-10-30 Michael PaquierFix regression with slot invalidation checks
2025-10-30 Richard GuoDisable parallel plans for RIGHT_SEMI joins
2025-10-30 David RowleyFix bogus use of "long" in AllocSetCheck()
2025-10-29 Jeff DavisUse C11 char16_t and char32_t for Unicode code points.
2025-10-29 Álvaro Herrerapg_stat_statements: Fix handling of duplicate constant...
2025-10-29 Álvaro HerreraCheckNNConstraintFetch: Fill all of ConstrCheck in...
2025-10-29 Peter EisentrautReorganize GUC structs
2025-10-29 Peter Eisentrautformatting.c cleanup: Remove unnecessary extra parentheses
2025-10-29 Peter Eisentrautformatting.c cleanup: Use array syntax instead of point...
2025-10-29 Peter Eisentrautformatting.c cleanup: Add some const pointer qualifiers
2025-10-29 Peter Eisentrautformatting.c cleanup: Use size_t for string length...
2025-10-29 Peter EisentrautReplace pg_restrict by standard restrict
2025-10-29 Peter EisentrautRemove obsolete comment
2025-10-29 Michael PaquierFix correctness issue with computation of FPI size...
2025-10-28 Nathan BossartAdd psql PROMPT variable for search_path.
2025-10-28 Peter Eisentrautformatting.c cleanup: Move loop variables definitions...
2025-10-28 Peter Eisentrautformatting.c cleanup: Remove dashes in comments
2025-10-28 Álvaro HerreraDon't error out when dropping constraint if relchecks...
2025-10-28 Jeff DavisMove comment about casts from pg_wchar.
2025-10-28 Peter EisentrautCheck that index can return in get_actual_variable_range()
2025-10-28 Michael PaquierAdd wal_fpi_bytes to pg_stat_wal and pg_stat_get_backen...
2025-10-28 Amit KapilaAdd worker type argument to logical replication worker...
2025-10-27 Michael PaquierSimplify newline handling in two TAP tests
2025-10-27 Nathan BossartFix a couple of comments.
2025-10-27 Dean RasheedAdd new RLS tests to test policies applied by command...
2025-10-27 Peter EisentrautAdd some const qualifications
2025-10-27 Peter EisentrautRemove Item type
2025-10-27 Peter EisentrautRemove meaninglist restrict qualifiers
2025-10-27 Amit KapilaFix GUC check_hook validation for synchronized_standby_...
2025-10-27 Amit KapilaImprove test in 009_matviews.pl.
2025-10-26 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.
next