Commit Graph

61508 Commits (eb124c3d6deb5d0c7a588d847e3840bcc2cd0dcc)
 

Author SHA1 Message Date
Alexander Korotkov eb124c3d6d Add TAP tests to check replication slot advance during the checkpoint 11 months ago
Alexander Korotkov ca307d5cec Keep WAL segments by slot's last saved restart LSN 11 months ago
Peter Geoghegan c45a1dba0d nbtree: _bt_readnextpage doesn't affect markPos. 11 months ago
Jeff Davis a0c7b76537 Comment fixups from 626df47ad9. 11 months ago
Daniel Gustafsson 29aaeceee2 psql: Reword help message and docs for WATCH_INTERVAL 11 months ago
Michael Paquier 6e951f279b psql: Forbid use of COPY and \copy while in a pipeline 11 months ago
Michael Paquier 2c76c6ac47 Replace %llu by PRIu64 in AIO io_uring code 11 months ago
Fujii Masao 84914e964b pg_restore: Fix wrong descriptions of --with-{schema,data,statistics} options. 11 months ago
Álvaro Herrera 0f65f3eec4
Fix squashing algorithm for query texts 11 months ago
Fujii Masao f7b11414e9 doc: Document that MAINTAIN privilege allows statistics manipulation functions. 11 months ago
Michael Paquier f85f6ab051 Revert support for improved tracking of nested queries 11 months ago
Peter Geoghegan dd2ce37927 Revert "nbtree: Remove useless row compare arg." 11 months ago
Jeff Davis e1458f2f1b Revert a few small patches that were intended for version 19. 11 months ago
Masahiko Sawada b774ad4933 Add tab completion for REJECT_LIMIT option. 11 months ago
Peter Geoghegan 7c319f5491 Make _bt_killitems drop pins it acquired itself. 11 months ago
Michael Paquier 361499538c psql: Remove PARTITION BY clause in tab completion for unlogged tables 11 months ago
Tom Lane 137935bd11 Don't reduce output request size on non-Unix-socket connections. 11 months ago
Jeff Davis 8898082a5d inet_net_pton.c: use pg_ascii_tolower() rather than tolower(). 11 months ago
Jeff Davis 7a6880fadc isn.c: use pg_ascii_toupper() instead of toupper(). 11 months ago
Jeff Davis 78bd364ee3 contrib/spi/refint.c: use pg_ascii_tolower() instead. 11 months ago
Jeff Davis 4c787a24e7 copyfromparse.c: use pg_ascii_tolower() rather than tolower(). 11 months ago
Peter Eisentraut 3feff3916e Use exported symbols list on macOS for loadable modules as well 11 months ago
Tom Lane 166b4f4560 pg_restore: fix incompatibility with old directory-format dumps. 11 months ago
Etsuro Fujita 7d4667c620 Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes." 11 months ago
Bruce Momjian 73e26cbeb5 doc PG 18 relnotes: add AFTER trigger user change item 11 months ago
Bruce Momjian 37e5f0b61f doc PG 18 relnotes: adjust wording of initdb item 48814415d5 11 months ago
Peter Eisentraut 1a857348e4 plpython: Remove obsolete test expected file 11 months ago
Jeff Davis 5b40feab59 Improve CREATE DATABASE error message for invalid libc locale. 11 months ago
Nathan Bossart a31767fc09 Use NULL instead of 0 for pointer arguments. 11 months ago
Nathan Bossart 304862973e Fixed signed/unsigned mismatch in test_dsm_registry. 11 months ago
Peter Geoghegan e6eed40e44 Avoid BufferGetLSNAtomic() calls during nbtree scans. 11 months ago
Robert Haas 016e407f4b pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 11 months ago
Tom Lane c37be39a74 Doc: improve description of which role runs a trigger. 11 months ago
Peter Geoghegan 54c6ea8c81 nbtree: Remove useless row compare arg. 11 months ago
Álvaro Herrera e6f98d8848
Avoid bogus scans of partitions when marking FKs enforced 11 months ago
Tom Lane 04acad82b0 Doc: you must own the target object to use SECURITY LABEL. 11 months ago
Álvaro Herrera cc733ed164
Avoid bogus scans of partitions when validating FKs to partitioned tables 11 months ago
Tom Lane 4b05ebf095 Change role names used in trigger test. 11 months ago
Magnus Hagander 112e40b867 psql: fix order of join clauses when listing extensions 11 months ago
Michael Paquier b87163e5f3 Fix copy-pasto with process count calculation in method_io_uring.c 11 months ago
Nathan Bossart f9b1192190 doc: Remove notes about "unencrypted" passwords. 11 months ago
Peter Eisentraut 30c15987d9 doc: Update description of pg_constraint.convalidated 11 months ago
Peter Eisentraut 48814415d5 doc PG 18 relnotes: Add incompatibility note about checksums now default 11 months ago
Peter Eisentraut f777d77387 Don't strip $libdir from LOAD command 11 months ago
Michael Paquier 7f3381c7ee psql: Abort connection when using \syncpipeline after COPY TO/FROM 11 months ago
Peter Eisentraut 58fbfde152 Fix incorrect format placeholders 11 months ago
Noah Misch 0e164eb9f4 Fix a pg_dump scenario for platforms where SEEK_CUR != 1. 11 months ago
Fujii Masao 73bdcfab35 Rename log_lock_failure GUC to log_lock_failures for consistency. 11 months ago
Tom Lane aa87f69c00 Disallow "=" in names of reloptions and foreign-data options. 11 months ago
Melanie Plageman 31a7e175fd Correct heap vacuum boundary state setup ordering 11 months ago