summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-17amcheck: Fix checks of entry order for GIN indexesTomas Vondra
2025-06-17amcheck: Remove unused GinScanItem->parentlsn fieldTomas Vondra
2025-06-17amcheck: Test gin_index_check on a multicolumn indexTomas Vondra
2025-06-17doc: Mention the default io_methodPeter Eisentraut
2025-06-17doc PG 18 relnotes: add author for initdb commit 04bec894a04Bruce Momjian
2025-06-17Fix re-distributing previously distributed invalidation messages during logic...Masahiko Sawada
2025-06-16Fix possible Assert failure in verify_compact_attribute()David Rowley
2025-06-16aio: Add missing memory barrier when waiting for IO handleAndres Freund
2025-06-16doc: Clean up title case usePeter Eisentraut
2025-06-16libpq-oauth: Add exports.list to .gitignorePeter Eisentraut
2025-06-16Message style improvementsPeter Eisentraut
2025-06-16Workaround code generation bug in clangJohn Naylor
2025-06-15Add commit b27644bad to .git-blame-ignore-revs.Tom Lane
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-06-15psql: Change new \conninfo to use SSL instead of TLSPeter Eisentraut
2025-06-14Improve comments for TidRangeEvalDavid Rowley
2025-06-14doc: Add note about "Client User" and "Superuser" fields in \conninfo output.Fujii Masao
2025-06-14psql: Report full protocol version in \conninfo output.Fujii Masao
2025-06-14Add TAP tests to check replication slot advance during the checkpointAlexander Korotkov
2025-06-14Keep WAL segments by slot's last saved restart LSNAlexander Korotkov
2025-06-13nbtree: _bt_readnextpage doesn't affect markPos.Peter Geoghegan
2025-06-13Comment fixups from 626df47ad9.Jeff Davis
2025-06-13psql: Reword help message and docs for WATCH_INTERVALDaniel Gustafsson
2025-06-13psql: Forbid use of COPY and \copy while in a pipelineMichael Paquier
2025-06-12Replace %llu by PRIu64 in AIO io_uring codeMichael Paquier
2025-06-12pg_restore: Fix wrong descriptions of --with-{schema,data,statistics} options.Fujii Masao
2025-06-12Fix squashing algorithm for query textsÁlvaro Herrera
2025-06-12doc: Document that MAINTAIN privilege allows statistics manipulation functions.Fujii Masao
2025-06-12Revert support for improved tracking of nested queriesMichael Paquier
2025-06-11Revert "nbtree: Remove useless row compare arg."Peter Geoghegan
2025-06-11Revert a few small patches that were intended for version 19.Jeff Davis
2025-06-11Add tab completion for REJECT_LIMIT option.Masahiko Sawada
2025-06-11Make _bt_killitems drop pins it acquired itself.Peter Geoghegan
2025-06-11psql: Remove PARTITION BY clause in tab completion for unlogged tablesMichael Paquier
2025-06-10Don't reduce output request size on non-Unix-socket connections.Tom Lane
2025-06-10inet_net_pton.c: use pg_ascii_tolower() rather than tolower().Jeff Davis
2025-06-10isn.c: use pg_ascii_toupper() instead of toupper().Jeff Davis
2025-06-10contrib/spi/refint.c: use pg_ascii_tolower() instead.Jeff Davis
2025-06-10copyfromparse.c: use pg_ascii_tolower() rather than tolower().Jeff Davis
2025-06-10Use exported symbols list on macOS for loadable modules as wellPeter Eisentraut
2025-06-08pg_restore: fix incompatibility with old directory-format dumps.Tom Lane
2025-06-08Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."Etsuro Fujita
2025-06-07doc PG 18 relnotes: add AFTER trigger user change itemBruce Momjian
2025-06-07doc PG 18 relnotes: adjust wording of initdb item 48814415d5aBruce Momjian
2025-06-07plpython: Remove obsolete test expected filePeter Eisentraut
2025-06-06Improve CREATE DATABASE error message for invalid libc locale.Jeff Davis
2025-06-06Use NULL instead of 0 for pointer arguments.Nathan Bossart
2025-06-06Fixed signed/unsigned mismatch in test_dsm_registry.Nathan Bossart
2025-06-06Avoid BufferGetLSNAtomic() calls during nbtree scans.Peter Geoghegan
2025-06-06pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks.Robert Haas