postgresql.git
2025-11-08 Bruce Momjiandoc: consistently use "structname" and "structfield...
2025-11-08 Bruce Momjiandocs: fix text by adding/removing parentheses
2025-11-08 Bruce MomjianRemove blank line in C code.
2025-11-07 Thomas MunroFix generic read and write barriers for Clang.
2025-11-07 Alexander KorotkovFix checking for recovery state in WaitForLSN()
2025-11-07 Daniel Gustafssondoc: Fix incorrect wording for --file in pg_dump
2025-11-07 Fujii Masaopgbench: Add --continue-on-error option.
2025-11-07 Peter EisentrautFix "inconsistent DLL linkage" warning on Windows MSVC
2025-11-07 Amit KapilaAdd seq_sync_error_count to subscription statistics.
2025-11-07 Fujii Masaodoc: Fix descriptions of some PGC_POSTMASTER parameters.
2025-11-07 Fujii Masaodoc: Clarify units for io_combine_limit and io_max_comb...
2025-11-06 Andres Freundbufmgr: Use atomic sub for unpinning buffers
2025-11-06 Andres Freundbufmgr: Allow some buffer state modifications while...
2025-11-06 David RowleyTidyup WARNING ereports in subscriptioncmds.c
2025-11-06 Álvaro HerreraUse XLogRecPtrIsValid() in various places
2025-11-06 Álvaro HerreraIntroduce XLogRecPtrIsValid()
2025-11-06 Álvaro HerreraRefer readers of \? to "\? variables" for pset options
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...
next