Commit Graph

61521 Commits (d87d07b7ad3b782cb74566cd771ecdb2823adf6a)
 

Author SHA1 Message Date
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 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
Nathan Bossart a31767fc09 Use NULL instead of 0 for pointer arguments. 7 months ago
Nathan Bossart 304862973e Fixed signed/unsigned mismatch in test_dsm_registry. 7 months ago
Peter Geoghegan e6eed40e44 Avoid BufferGetLSNAtomic() calls during nbtree scans. 7 months ago
Robert Haas 016e407f4b pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 7 months ago
Tom Lane c37be39a74 Doc: improve description of which role runs a trigger. 7 months ago
Peter Geoghegan 54c6ea8c81 nbtree: Remove useless row compare arg. 7 months ago
Álvaro Herrera e6f98d8848
Avoid bogus scans of partitions when marking FKs enforced 7 months ago
Tom Lane 04acad82b0 Doc: you must own the target object to use SECURITY LABEL. 7 months ago
Álvaro Herrera cc733ed164
Avoid bogus scans of partitions when validating FKs to partitioned tables 7 months ago