Commit Graph

61480 Commits (a31767fc0935bf8dce884ed35dbe644516d0115e)
 

Author SHA1 Message Date
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
Peter Eisentraut fc32be3c94 Fix incorrect format placeholders 11 months ago
Peter Eisentraut 32edf732e8 Rename gist stratnum support function 11 months ago
Michael Paquier 5231ed8262 Use replay LSN as target for cascading logical WAL senders 11 months ago
Tom Lane c98975ba85 Add commit 4672b6223 to .git-blame-ignore-revs. 11 months ago
Tom Lane 4672b62239 Run pgindent on the previous commit. 11 months ago
Tom Lane c6f7f11d8f Fix edge-case resource leaks in PL/Python error reporting. 11 months ago
Etsuro Fujita e5a3c9d9b5 postgres_fdw: Inherit the local transaction's access/deferrable modes. 11 months ago
Dean Rasheed b006bcd531 Fix MERGE into a plain inheritance parent table. 11 months ago
Michael Paquier e050af2868 Change internal plan ID type from uint64 to int64 11 months ago
Nathan Bossart 706054b11b Ensure we have a snapshot when updating various system catalogs. 11 months ago
Tom Lane 232d8caeaa Fix memory leakage in postgres_fdw's DirectModify code path. 11 months ago
Tom Lane d98cefe114 Allow larger packets during GSSAPI authentication exchange. 11 months ago
Fujii Masao 961553daf5 Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more. 11 months ago
David Rowley c3eda50b06 Change internal queryid type from uint64 to int64 11 months ago
Bruce Momjian 03c53a7314 doc PG 18 relnotes: modify async I/O item for other improvements 11 months ago
Tom Lane 470273da0f Avoid resource leaks when a dblink connection fails. 11 months ago
Fujii Masao 3c4d7557e0 Fix assertion failure in pg_prewarm() on objects without storage. 11 months ago
Michael Paquier c3623703f3 Add AioUringCompletion in wait_event_names.txt 11 months ago
Bruce Momjian a1de1b0833 doc PG 18 relnotes: split apart log_connections item 11 months ago
Michael Paquier 35a428f30b pg_stat_statements: Fix parameter number gaps in normalized queries 11 months ago
Bruce Momjian 089f27cf8a doc: clarify log_connections new "setup_durations" output 11 months ago
Bruce Momjian bf6034d00d doc PG 18 relnotes: move ANALYZE item,split ANALYZE/EXPLAIN item 11 months ago
Tom Lane e5d64fd654 Tighten parsing of datetime input. 11 months ago
Tom Lane be86ca103a Fix memory leakage when function compilation fails. 11 months ago
Bruce Momjian c861092b0e doc PG 18 relnotes: clarify multiplication item 11 months ago
Michael Paquier 4fbb46f612 Adjust regex for test with opening parenthesis in character classes 11 months ago
Michael Paquier d46911e584 Fix conversion of SIMILAR TO regexes for character classes 11 months ago
Bruce Momjian 3e782ca322 doc PG 18 relnotes: add removal details to MD5 item 11 months ago