index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Temporarily remove 046_checkpoint_logical_slot.pl
Alexander Korotkov
2025-06-23
*
Remove excess assert from InvalidatePossiblyObsoleteSlot()
Alexander Korotkov
2025-06-23
*
Properly fix AVX-512 CRC calculation bug
John Naylor
2025-06-23
*
Doc: improve documentation about width_bucket().
Tom Lane
2025-06-21
*
Remove planner's have_dangerous_phv() join-order restriction.
Tom Lane
2025-06-20
*
Use SnapshotDirty when checking for conflicting index names.
Tom Lane
2025-06-20
*
pgxs.mk: remove unreachable rule for deleting regress.def.
Tom Lane
2025-06-20
*
Improve runtime and output of tests for replication slots checkpointing.
Alexander Korotkov
2025-06-20
*
Improve pg_dump/pg_dumpall help synopses and terminology
Peter Eisentraut
2025-06-19
*
Improve log messages and docs for slot synchronization.
Amit Kapila
2025-06-19
*
doc: Mention GIN indexes support parallel builds.
Fujii Masao
2025-06-19
*
pg_dump: Allow pg_dump to dump the statistics for foreign tables.
Fujii Masao
2025-06-18
*
Document "relrewrite" at the top of heap_create_with_catalog()
Michael Paquier
2025-06-18
*
Fix allocation check to test the right variable
Daniel Gustafsson
2025-06-17
*
Fix re-distributing previously distributed invalidation messages during logic...
Masahiko Sawada
2025-06-16
*
Fix possible Assert failure in verify_compact_attribute()
David Rowley
2025-06-17
*
aio: Add missing memory barrier when waiting for IO handle
Andres Freund
2025-06-16
*
libpq-oauth: Add exports.list to .gitignore
Peter Eisentraut
2025-06-16
*
Message style improvements
Peter Eisentraut
2025-06-16
*
Workaround code generation bug in clang
John Naylor
2025-06-16
*
Sync typedefs.list with the buildfarm.
Tom Lane
2025-06-15
*
psql: Change new \conninfo to use SSL instead of TLS
Peter Eisentraut
2025-06-15
*
Improve comments for TidRangeEval
David Rowley
2025-06-14
*
psql: Report full protocol version in \conninfo output.
Fujii Masao
2025-06-14
*
Add TAP tests to check replication slot advance during the checkpoint
Alexander Korotkov
2025-06-14
*
Keep WAL segments by slot's last saved restart LSN
Alexander Korotkov
2025-06-14
*
nbtree: _bt_readnextpage doesn't affect markPos.
Peter Geoghegan
2025-06-13
*
Comment fixups from 626df47ad9.
Jeff Davis
2025-06-13
*
psql: Reword help message and docs for WATCH_INTERVAL
Daniel Gustafsson
2025-06-13
*
psql: Forbid use of COPY and \copy while in a pipeline
Michael Paquier
2025-06-13
*
Replace %llu by PRIu64 in AIO io_uring code
Michael Paquier
2025-06-13
*
pg_restore: Fix wrong descriptions of --with-{schema,data,statistics} options.
Fujii Masao
2025-06-12
*
Fix squashing algorithm for query texts
Álvaro Herrera
2025-06-12
*
Revert support for improved tracking of nested queries
Michael Paquier
2025-06-12
*
Revert "nbtree: Remove useless row compare arg."
Peter Geoghegan
2025-06-11
*
Revert a few small patches that were intended for version 19.
Jeff Davis
2025-06-11
*
Add tab completion for REJECT_LIMIT option.
Masahiko Sawada
2025-06-11
*
Make _bt_killitems drop pins it acquired itself.
Peter Geoghegan
2025-06-11
*
psql: Remove PARTITION BY clause in tab completion for unlogged tables
Michael Paquier
2025-06-11
*
Don't reduce output request size on non-Unix-socket connections.
Tom Lane
2025-06-10
*
inet_net_pton.c: use pg_ascii_tolower() rather than tolower().
Jeff Davis
2025-06-10
*
copyfromparse.c: use pg_ascii_tolower() rather than tolower().
Jeff Davis
2025-06-10
*
Use exported symbols list on macOS for loadable modules as well
Peter Eisentraut
2025-06-10
*
pg_restore: fix incompatibility with old directory-format dumps.
Tom Lane
2025-06-08
*
Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."
Etsuro Fujita
2025-06-08
*
plpython: Remove obsolete test expected file
Peter Eisentraut
2025-06-07
*
Improve CREATE DATABASE error message for invalid libc locale.
Jeff Davis
2025-06-06
*
Use NULL instead of 0 for pointer arguments.
Nathan Bossart
2025-06-06
*
Fixed signed/unsigned mismatch in test_dsm_registry.
Nathan Bossart
2025-06-06
*
Avoid BufferGetLSNAtomic() calls during nbtree scans.
Peter Geoghegan
2025-06-06
[next]