Commit Graph

61506 Commits (c45a1dba0d85c7a44f29f1841afd877ba4f4c683)
 

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