Commit Graph

61530 Commits (bb43c97babdf09efbd97bb535d2acb522678f977)
 

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