postgresql.git
2025-11-06 Peter EisentrautDisallow generated columns in COPY WHERE clause
2025-11-06 Heikki LinnakangasRefactor shared memory allocation for semaphores
2025-11-06 Heikki LinnakangasAdd comment to explain why PGReserveSemaphores() is...
2025-11-06 Peter EisentrautFix redundancy in error message
2025-11-06 John NaylorCosmetic fixes in GiST README
2025-11-06 Amit KapilaFix few issues in commit 5509055d69.
2025-11-06 Thomas Munroci: Improve OpenBSD core dump backtrace handling.
2025-11-06 Michael PaquierDocument some structures in attribute_stats.c
2025-11-06 Peter EisentrautFix spurious output in configure
2025-11-06 Peter EisentrautMSVC: Improve warning options set
2025-11-06 Peter EisentrautRe-run autoheader
2025-11-06 Peter EisentrautRe-run autoconf
2025-11-06 Peter EisentrautUpdate code comment
2025-11-06 David RowleyFix UNION planner estimate_num_groups with varno==0
2025-11-06 Etsuro FujitaUpdate obsolete comment in ExecScanReScan().
2025-11-06 Etsuro Fujitapostgres_fdw: Add more test coverage for EvalPlanQual...
2025-11-06 David RowleyDoc: use uppercase keywords in SQLs
2025-11-06 David RowleyUse stack allocated StringInfoDatas, where possible
2025-11-06 Thomas Munroci: Add missing "set -e" to scripts run by su.
2025-11-05 Tom LaneAvoid possible crash within libsanitizer.
2025-11-05 Peter Eisentrautdoc: Add section for temporal tables
2025-11-05 Alexander KorotkovImplement WAIT FOR command
2025-11-05 Alexander KorotkovAdd infrastructure for efficient LSN waiting
2025-11-05 Alexander KorotkovAdd pairingheap_initialize() for shared memory usage
2025-11-05 Richard GuoAvoid creating duplicate ordered append paths
2025-11-05 Richard GuoFix assertion failure in generate_orderedappend_paths()
2025-11-05 Michael PaquierFix timing-dependent failure in recovery test 004_timel...
2025-11-05 Amit KapilaAdd sequence synchronization for logical replication.
2025-11-05 Michael PaquierDrop unnamed portal immediately after execution to...
2025-11-05 Richard GuoFix comments for ChangeVarNodes() and related functions
2025-11-05 Michael PaquierAdd assertions checking for the startup process in...
2025-11-05 Andres Freundaio: Improve assertions related to io_method
2025-11-05 Andres Freundjit: Fix accidentally-harmless type confusion
2025-11-05 Jeff DavisSpecial case C_COLLATION_OID in pg_newlocale_from_colla...
2025-11-04 Masahiko SawadaAdd CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers.
2025-11-04 David RowleyFix possible usage of incorrect UPPERREL_SETOP RelOptInfo
2025-11-04 Álvaro HerreraFix snapshot handling bug in recent BRIN fix
2025-11-04 Tomas VondraTrim TIDs during parallel GIN builds more eagerly
2025-11-04 Masahiko Sawadapsql: Add tab completion for COPY ... PROGRAM.
2025-11-04 Masahiko Sawadapsql: Improve tab completion for COPY ... STDIN/STDOUT.
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
next