Commit Graph

61585 Commits (master)
 

Author SHA1 Message Date
Etsuro Fujita 7d4667c620 Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes." 3 weeks ago
Bruce Momjian 73e26cbeb5 doc PG 18 relnotes: add AFTER trigger user change item 3 weeks ago
Bruce Momjian 37e5f0b61f doc PG 18 relnotes: adjust wording of initdb item 48814415d5 3 weeks ago
Peter Eisentraut 1a857348e4 plpython: Remove obsolete test expected file 3 weeks ago
Jeff Davis 5b40feab59 Improve CREATE DATABASE error message for invalid libc locale. 3 weeks ago
Nathan Bossart a31767fc09 Use NULL instead of 0 for pointer arguments. 3 weeks ago
Nathan Bossart 304862973e Fixed signed/unsigned mismatch in test_dsm_registry. 3 weeks ago
Peter Geoghegan e6eed40e44 Avoid BufferGetLSNAtomic() calls during nbtree scans. 3 weeks ago
Robert Haas 016e407f4b pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 3 weeks ago
Tom Lane c37be39a74 Doc: improve description of which role runs a trigger. 3 weeks ago
Peter Geoghegan 54c6ea8c81 nbtree: Remove useless row compare arg. 3 weeks ago
Álvaro Herrera e6f98d8848
Avoid bogus scans of partitions when marking FKs enforced 3 weeks ago
Tom Lane 04acad82b0 Doc: you must own the target object to use SECURITY LABEL. 3 weeks ago
Álvaro Herrera cc733ed164
Avoid bogus scans of partitions when validating FKs to partitioned tables 3 weeks ago
Tom Lane 4b05ebf095 Change role names used in trigger test. 3 weeks ago
Magnus Hagander 112e40b867 psql: fix order of join clauses when listing extensions 3 weeks ago
Michael Paquier b87163e5f3 Fix copy-pasto with process count calculation in method_io_uring.c 3 weeks ago
Nathan Bossart f9b1192190 doc: Remove notes about "unencrypted" passwords. 3 weeks ago
Peter Eisentraut 30c15987d9 doc: Update description of pg_constraint.convalidated 3 weeks ago
Peter Eisentraut 48814415d5 doc PG 18 relnotes: Add incompatibility note about checksums now default 3 weeks ago
Peter Eisentraut f777d77387 Don't strip $libdir from LOAD command 3 weeks ago
Michael Paquier 7f3381c7ee psql: Abort connection when using \syncpipeline after COPY TO/FROM 3 weeks ago
Peter Eisentraut 58fbfde152 Fix incorrect format placeholders 3 weeks ago
Noah Misch 0e164eb9f4 Fix a pg_dump scenario for platforms where SEEK_CUR != 1. 3 weeks ago
Fujii Masao 73bdcfab35 Rename log_lock_failure GUC to log_lock_failures for consistency. 4 weeks ago
Tom Lane aa87f69c00 Disallow "=" in names of reloptions and foreign-data options. 4 weeks ago
Melanie Plageman 31a7e175fd Correct heap vacuum boundary state setup ordering 4 weeks ago
Peter Eisentraut fc32be3c94 Fix incorrect format placeholders 4 weeks ago
Peter Eisentraut 32edf732e8 Rename gist stratnum support function 4 weeks ago
Michael Paquier 5231ed8262 Use replay LSN as target for cascading logical WAL senders 4 weeks ago
Tom Lane c98975ba85 Add commit 4672b6223 to .git-blame-ignore-revs. 4 weeks ago
Tom Lane 4672b62239 Run pgindent on the previous commit. 4 weeks ago
Tom Lane c6f7f11d8f Fix edge-case resource leaks in PL/Python error reporting. 4 weeks ago
Etsuro Fujita e5a3c9d9b5 postgres_fdw: Inherit the local transaction's access/deferrable modes. 4 weeks ago
Dean Rasheed b006bcd531 Fix MERGE into a plain inheritance parent table. 4 weeks ago
Michael Paquier e050af2868 Change internal plan ID type from uint64 to int64 4 weeks ago
Nathan Bossart 706054b11b Ensure we have a snapshot when updating various system catalogs. 4 weeks ago
Tom Lane 232d8caeaa Fix memory leakage in postgres_fdw's DirectModify code path. 4 weeks ago
Tom Lane d98cefe114 Allow larger packets during GSSAPI authentication exchange. 4 weeks ago
Fujii Masao 961553daf5 Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more. 4 weeks ago
David Rowley c3eda50b06 Change internal queryid type from uint64 to int64 4 weeks ago
Bruce Momjian 03c53a7314 doc PG 18 relnotes: modify async I/O item for other improvements 4 weeks ago
Tom Lane 470273da0f Avoid resource leaks when a dblink connection fails. 4 weeks ago
Fujii Masao 3c4d7557e0 Fix assertion failure in pg_prewarm() on objects without storage. 4 weeks ago
Michael Paquier c3623703f3 Add AioUringCompletion in wait_event_names.txt 4 weeks ago
Bruce Momjian a1de1b0833 doc PG 18 relnotes: split apart log_connections item 4 weeks ago
Michael Paquier 35a428f30b pg_stat_statements: Fix parameter number gaps in normalized queries 4 weeks ago
Bruce Momjian 089f27cf8a doc: clarify log_connections new "setup_durations" output 4 weeks ago
Bruce Momjian bf6034d00d doc PG 18 relnotes: move ANALYZE item,split ANALYZE/EXPLAIN item 4 weeks ago
Tom Lane e5d64fd654 Tighten parsing of datetime input. 4 weeks ago