postgresql.git
10 days ago Daniel GustafssonFix typos in logical replication code comments
10 days ago Daniel GustafssonMention md5 deprecation in postgresql.conf.sample
11 days ago Michael PaquierRework output format of pg_dependencies
11 days ago Michael PaquierRework output format of pg_ndistinct
11 days ago Thomas MunroDefine PS_USE_CLOBBER_ARGV on GNU/Hurd.
11 days ago David RowleyAdjust MemSet macro to use size_t rather than long
11 days ago David RowleyGet rid of long datatype in CATCACHE_STATS enabled...
11 days ago Michael PaquierAdd test for temporary file removal and WITH HOLD cursor
11 days ago Dean RasheedFix Assert failure in EXPLAIN ANALYZE MERGE with a...
11 days ago David RowleyDoc: include MERGE in variable substitution command...
12 days ago Alexander KorotkovFix incorrect function name in comments
12 days ago Alexander KorotkovFix WaitLSNWakeup() fast-path check for InvalidXLogRecPtr
13 days ago Daniel GustafssonAdd test for postgresql.conf.sample line syntax
13 days ago Nathan BossartComment out autovacuum_worker_slots in postgresql.conf...
13 days ago Nathan BossartAdd note about CreateStatistics()'s selective use of...
13 days ago Bruce Momjiandoc: clarify that logical slots track transaction...
13 days ago Bruce Momjiandoc: double-quote use of %f, %p, and %r in literal...
13 days ago Bruce Momjiandoc: remove verbiage about "receiving" data from rep...
13 days ago Fujii Masaopgbench: Fix assertion failure with multiple \syncpipel...
13 days ago Álvaro HerreraDoc: add IDs to copy.sgml's <varlistentry> and <refsect1>
2025-11-14 Michael PaquierRevert "Drop unnamed portal immediately after execution...
2025-11-14 Bruce Momjiandoc: adjust "Replication Slot" to mention physical...
2025-11-14 Bruce Momjiandoc: clarify "logical" replication slots
2025-11-14 Bruce Momjiandoc: clarify "physical" replication slot creation on...
2025-11-13 Bruce Momjiandoc: reorder logical replication benefits in a logical...
2025-11-13 Daniel GustafssonDocument that pg_getaddrinfo_all does not accept null...
2025-11-13 Dean Rasheeddoc: Improve description of RLS policies applied by...
2025-11-13 Thomas MunroAdd some missing #include <limits.h>.
2025-11-13 Michael PaquierAdd commit c2b0e3a0351e to .git-blame-ignore-revs.
2025-11-13 Michael PaquierFix indentation issue
2025-11-13 Michael PaquierReplace off_t by pgoff_t in I/O routines
2025-11-12 Fujii MasaoFix incorrect assignment of InvalidXLogRecPtr to a...
2025-11-12 Nathan BossartRemove obsolete autovacuum comment.
2025-11-12 Nathan Bossarttest_dsa: Avoid leaking LWLock tranches.
2025-11-12 Nathan BossartTeach DSM registry to ERROR if attaching to an uninitia...
2025-11-12 Heikki LinnakangasClear 'xid' in dummy async notify entries written to...
2025-11-12 Heikki LinnakangasFix remaining race condition with CLOG truncation and...
2025-11-12 Heikki LinnakangasFix bug where we truncated CLOG that was still needed...
2025-11-12 Heikki LinnakangasEscalate ERRORs during async notify processing to FATAL
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().
next