postgresql.git
2025-11-12 Daniel Gustafssondoc: Document effects of ownership change on privileges
2025-11-12 Álvaro HerreraSplit out innards of pg_tablespace_location()
2025-11-12 Alexander KorotkovAdd tab completion support for the WAIT FOR command
2025-11-12 Daniel GustafssonFix range for commit_siblings in sample conf
2025-11-12 Daniel Gustafssonlibpq: threadsafety for SSL certificate callback
2025-11-12 Álvaro HerreraChange coding pattern for CURL_IGNORE_DEPRECATION()
2025-11-12 Michael PaquierFix comments of output routines for pg_ndistinct and...
2025-11-12 Heikki LinnakangasFix pg_upgrade around multixid and mxoff wraparound
2025-11-12 Amit KapilaDoc: Add documentation for sequence synchronization.
2025-11-12 Michael PaquierMove code specific to pg_dependencies to new file
2025-11-12 Michael PaquierMove code specific to pg_ndistinct to new file
2025-11-12 Fujii Masaodoc: Fix incorrect synopsis for ALTER PUBLICATION ...
2025-11-12 Amit KapilaRemove unused assignment in CREATE PUBLICATION grammar.
2025-11-12 Thomas MunroPrefer spelling "cacheable" over "cachable".
2025-11-12 Michael Paquierinjection_points: Add tests for name limits
2025-11-12 Michael PaquierReport better object limits in error messages for injec...
2025-11-12 Michael PaquierAdd check for large files in meson.build
2025-11-11 Heikki LinnakangasAdd warning to pg_controldata on PG_CONTROL_VERSION...
2025-11-11 Heikki LinnakangasAdd pg_resetwal and pg_controldata support for new...
2025-11-11 Peter EisentrautClean up qsort comparison function for GUC entries
2025-11-10 Heikki LinnakangasBump PG_CONTROL_VERSION for commit 3e0ae46d90
2025-11-10 Nathan BossartCheck for CREATE privilege on the schema in CREATE...
2025-11-10 Jacob Championlibpq: Prevent some overflows of int/size_t
2025-11-10 Heikki LinnakangasMove SLRU_PAGES_PER_SEGMENT to pg_config_manual.h
2025-11-10 Daniel GustafssonFix typos in nodeWindowAgg comments
2025-11-10 Michael PaquierAdd more tests for relation statistics with rewrites
2025-11-10 David RowleyDoc: more uppercase keywords in SQLs
2025-11-10 Michael Paquierinjection_points: Add variant for injection_point_attach()
2025-11-08 Michael PaquierFix comment in copyto.c
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...
next