Commit Graph

61524 Commits (c89d6b889ce958dcab27b0342eca36634c0fefaf)
 

Author SHA1 Message Date
Tomas Vondra c89d6b889c amcheck: Test gin_index_check on a multicolumn index 6 months ago
Peter Eisentraut 6f55fb7411 doc: Mention the default io_method 6 months ago
Bruce Momjian 23c67e8a83 doc PG 18 relnotes: add author for initdb commit 04bec894a0 6 months ago
Masahiko Sawada d87d07b7ad Fix re-distributing previously distributed invalidation messages during logical decoding. 6 months ago
David Rowley 33b06a2001 Fix possible Assert failure in verify_compact_attribute() 6 months ago
Andres Freund e9a3615a52 aio: Add missing memory barrier when waiting for IO handle 6 months ago
Peter Eisentraut ee685c9baf doc: Clean up title case use 6 months ago
Peter Eisentraut f24fdf9855 libpq-oauth: Add exports.list to .gitignore 6 months ago
Peter Eisentraut a876464abc Message style improvements 6 months ago
John Naylor f83f14881c Workaround code generation bug in clang 6 months ago
Tom Lane fd385c4c62 Add commit b27644bad to .git-blame-ignore-revs. 6 months ago
Tom Lane b27644bade Sync typedefs.list with the buildfarm. 6 months ago
Peter Eisentraut 6d6480066c psql: Change new \conninfo to use SSL instead of TLS 6 months ago
David Rowley 2f98f967fa Improve comments for TidRangeEval 6 months ago
Fujii Masao 0fe50417ec doc: Add note about "Client User" and "Superuser" fields in \conninfo output. 6 months ago
Fujii Masao be37ac20fc psql: Report full protocol version in \conninfo output. 6 months ago
Alexander Korotkov eb124c3d6d Add TAP tests to check replication slot advance during the checkpoint 6 months ago
Alexander Korotkov ca307d5cec Keep WAL segments by slot's last saved restart LSN 6 months ago
Peter Geoghegan c45a1dba0d nbtree: _bt_readnextpage doesn't affect markPos. 6 months ago
Jeff Davis a0c7b76537 Comment fixups from 626df47ad9. 6 months ago
Daniel Gustafsson 29aaeceee2 psql: Reword help message and docs for WATCH_INTERVAL 6 months ago
Michael Paquier 6e951f279b psql: Forbid use of COPY and \copy while in a pipeline 6 months ago
Michael Paquier 2c76c6ac47 Replace %llu by PRIu64 in AIO io_uring code 6 months ago
Fujii Masao 84914e964b pg_restore: Fix wrong descriptions of --with-{schema,data,statistics} options. 6 months ago
Álvaro Herrera 0f65f3eec4
Fix squashing algorithm for query texts 6 months ago
Fujii Masao f7b11414e9 doc: Document that MAINTAIN privilege allows statistics manipulation functions. 6 months ago
Michael Paquier f85f6ab051 Revert support for improved tracking of nested queries 6 months ago
Peter Geoghegan dd2ce37927 Revert "nbtree: Remove useless row compare arg." 6 months ago
Jeff Davis e1458f2f1b Revert a few small patches that were intended for version 19. 6 months ago
Masahiko Sawada b774ad4933 Add tab completion for REJECT_LIMIT option. 6 months ago
Peter Geoghegan 7c319f5491 Make _bt_killitems drop pins it acquired itself. 6 months ago
Michael Paquier 361499538c psql: Remove PARTITION BY clause in tab completion for unlogged tables 6 months ago
Tom Lane 137935bd11 Don't reduce output request size on non-Unix-socket connections. 6 months ago
Jeff Davis 8898082a5d inet_net_pton.c: use pg_ascii_tolower() rather than tolower(). 6 months ago
Jeff Davis 7a6880fadc isn.c: use pg_ascii_toupper() instead of toupper(). 6 months ago
Jeff Davis 78bd364ee3 contrib/spi/refint.c: use pg_ascii_tolower() instead. 6 months ago
Jeff Davis 4c787a24e7 copyfromparse.c: use pg_ascii_tolower() rather than tolower(). 6 months ago
Peter Eisentraut 3feff3916e Use exported symbols list on macOS for loadable modules as well 6 months ago
Tom Lane 166b4f4560 pg_restore: fix incompatibility with old directory-format dumps. 6 months ago
Etsuro Fujita 7d4667c620 Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes." 6 months ago
Bruce Momjian 73e26cbeb5 doc PG 18 relnotes: add AFTER trigger user change item 6 months ago
Bruce Momjian 37e5f0b61f doc PG 18 relnotes: adjust wording of initdb item 48814415d5 6 months ago
Peter Eisentraut 1a857348e4 plpython: Remove obsolete test expected file 6 months ago
Jeff Davis 5b40feab59 Improve CREATE DATABASE error message for invalid libc locale. 6 months ago
Nathan Bossart a31767fc09 Use NULL instead of 0 for pointer arguments. 6 months ago
Nathan Bossart 304862973e Fixed signed/unsigned mismatch in test_dsm_registry. 6 months ago
Peter Geoghegan e6eed40e44 Avoid BufferGetLSNAtomic() calls during nbtree scans. 6 months ago
Robert Haas 016e407f4b pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 6 months ago
Tom Lane c37be39a74 Doc: improve description of which role runs a trigger. 6 months ago
Peter Geoghegan 54c6ea8c81 nbtree: Remove useless row compare arg. 6 months ago