postgresql.git
6 days ago Thomas MunroDefine PS_USE_CLOBBER_ARGV on GNU/Hurd.
6 days ago David RowleyAdjust MemSet macro to use size_t rather than long
6 days ago David RowleyGet rid of long datatype in CATCACHE_STATS enabled...
6 days ago Michael PaquierAdd test for temporary file removal and WITH HOLD cursor
6 days ago Dean RasheedFix Assert failure in EXPLAIN ANALYZE MERGE with a...
6 days ago David RowleyDoc: include MERGE in variable substitution command...
8 days ago Alexander KorotkovFix incorrect function name in comments
8 days ago Alexander KorotkovFix WaitLSNWakeup() fast-path check for InvalidXLogRecPtr
8 days ago Daniel GustafssonAdd test for postgresql.conf.sample line syntax
9 days ago Nathan BossartComment out autovacuum_worker_slots in postgresql.conf...
9 days ago Nathan BossartAdd note about CreateStatistics()'s selective use of...
9 days ago Bruce Momjiandoc: clarify that logical slots track transaction...
9 days ago Bruce Momjiandoc: double-quote use of %f, %p, and %r in literal...
9 days ago Bruce Momjiandoc: remove verbiage about "receiving" data from rep...
9 days ago Fujii Masaopgbench: Fix assertion failure with multiple \syncpipel...
9 days ago Álvaro HerreraDoc: add IDs to copy.sgml's <varlistentry> and <refsect1>
9 days ago Michael PaquierRevert "Drop unnamed portal immediately after execution...
9 days ago Bruce Momjiandoc: adjust "Replication Slot" to mention physical...
9 days ago Bruce Momjiandoc: clarify "logical" replication slots
9 days ago Bruce Momjiandoc: clarify "physical" replication slot creation on...
9 days ago Bruce Momjiandoc: reorder logical replication benefits in a logical...
10 days ago Daniel GustafssonDocument that pg_getaddrinfo_all does not accept null...
10 days ago Dean Rasheeddoc: Improve description of RLS policies applied by...
10 days ago Thomas MunroAdd some missing #include <limits.h>.
10 days ago Michael PaquierAdd commit c2b0e3a0351e to .git-blame-ignore-revs.
10 days ago Michael PaquierFix indentation issue
10 days ago Michael PaquierReplace off_t by pgoff_t in I/O routines
10 days ago Fujii MasaoFix incorrect assignment of InvalidXLogRecPtr to a...
11 days ago Nathan BossartRemove obsolete autovacuum comment.
11 days ago Nathan Bossarttest_dsa: Avoid leaking LWLock tranches.
11 days ago Nathan BossartTeach DSM registry to ERROR if attaching to an uninitia...
11 days ago Heikki LinnakangasClear 'xid' in dummy async notify entries written to...
11 days ago Heikki LinnakangasFix remaining race condition with CLOG truncation and...
11 days ago Heikki LinnakangasFix bug where we truncated CLOG that was still needed...
11 days ago Heikki LinnakangasEscalate ERRORs during async notify processing to FATAL
11 days ago Daniel Gustafssondoc: Document effects of ownership change on privileges
11 days ago Álvaro HerreraSplit out innards of pg_tablespace_location()
11 days ago Alexander KorotkovAdd tab completion support for the WAIT FOR command
11 days ago Daniel GustafssonFix range for commit_siblings in sample conf
11 days ago Daniel Gustafssonlibpq: threadsafety for SSL certificate callback
11 days ago Álvaro HerreraChange coding pattern for CURL_IGNORE_DEPRECATION()
11 days ago Michael PaquierFix comments of output routines for pg_ndistinct and...
11 days ago Heikki LinnakangasFix pg_upgrade around multixid and mxoff wraparound
11 days ago Amit KapilaDoc: Add documentation for sequence synchronization.
11 days ago Michael PaquierMove code specific to pg_dependencies to new file
11 days ago Michael PaquierMove code specific to pg_ndistinct to new file
11 days ago Fujii Masaodoc: Fix incorrect synopsis for ALTER PUBLICATION ...
11 days ago Amit KapilaRemove unused assignment in CREATE PUBLICATION grammar.
11 days ago Thomas MunroPrefer spelling "cacheable" over "cachable".
11 days ago Michael Paquierinjection_points: Add tests for name limits
11 days ago Michael PaquierReport better object limits in error messages for injec...
11 days ago Michael PaquierAdd check for large files in meson.build
12 days ago Heikki LinnakangasAdd warning to pg_controldata on PG_CONTROL_VERSION...
12 days ago Heikki LinnakangasAdd pg_resetwal and pg_controldata support for new...
12 days ago Peter EisentrautClean up qsort comparison function for GUC entries
13 days ago Heikki LinnakangasBump PG_CONTROL_VERSION for commit 3e0ae46d90
13 days ago Nathan BossartCheck for CREATE privilege on the schema in CREATE...
13 days ago Jacob Championlibpq: Prevent some overflows of int/size_t
13 days ago Heikki LinnakangasMove SLRU_PAGES_PER_SEGMENT to pg_config_manual.h
13 days ago Daniel GustafssonFix typos in nodeWindowAgg comments
13 days ago Michael PaquierAdd more tests for relation statistics with rewrites
13 days ago David RowleyDoc: more uppercase keywords in SQLs
13 days ago 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.
next