Commit Graph

61474 Commits (e6f98d8848f1803fda32011998c786a1bf4eb87c)
 

Author SHA1 Message Date
Á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. 4 months ago
Fujii Masao 73bdcfab35 Rename log_lock_failure GUC to log_lock_failures for consistency. 4 months ago
Tom Lane aa87f69c00 Disallow "=" in names of reloptions and foreign-data options. 4 months ago
Melanie Plageman 31a7e175fd Correct heap vacuum boundary state setup ordering 4 months ago
Peter Eisentraut fc32be3c94 Fix incorrect format placeholders 4 months ago
Peter Eisentraut 32edf732e8 Rename gist stratnum support function 4 months ago
Michael Paquier 5231ed8262 Use replay LSN as target for cascading logical WAL senders 4 months ago
Tom Lane c98975ba85 Add commit 4672b6223 to .git-blame-ignore-revs. 4 months ago
Tom Lane 4672b62239 Run pgindent on the previous commit. 4 months ago
Tom Lane c6f7f11d8f Fix edge-case resource leaks in PL/Python error reporting. 4 months ago
Etsuro Fujita e5a3c9d9b5 postgres_fdw: Inherit the local transaction's access/deferrable modes. 4 months ago
Dean Rasheed b006bcd531 Fix MERGE into a plain inheritance parent table. 4 months ago
Michael Paquier e050af2868 Change internal plan ID type from uint64 to int64 4 months ago
Nathan Bossart 706054b11b Ensure we have a snapshot when updating various system catalogs. 4 months ago
Tom Lane 232d8caeaa Fix memory leakage in postgres_fdw's DirectModify code path. 4 months ago
Tom Lane d98cefe114 Allow larger packets during GSSAPI authentication exchange. 4 months ago
Fujii Masao 961553daf5 Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more. 4 months ago
David Rowley c3eda50b06 Change internal queryid type from uint64 to int64 4 months ago
Bruce Momjian 03c53a7314 doc PG 18 relnotes: modify async I/O item for other improvements 4 months ago
Tom Lane 470273da0f Avoid resource leaks when a dblink connection fails. 4 months ago
Fujii Masao 3c4d7557e0 Fix assertion failure in pg_prewarm() on objects without storage. 4 months ago
Michael Paquier c3623703f3 Add AioUringCompletion in wait_event_names.txt 4 months ago
Bruce Momjian a1de1b0833 doc PG 18 relnotes: split apart log_connections item 4 months ago
Michael Paquier 35a428f30b pg_stat_statements: Fix parameter number gaps in normalized queries 4 months ago
Bruce Momjian 089f27cf8a doc: clarify log_connections new "setup_durations" output 4 months ago
Bruce Momjian bf6034d00d doc PG 18 relnotes: move ANALYZE item,split ANALYZE/EXPLAIN item 4 months ago
Tom Lane e5d64fd654 Tighten parsing of datetime input. 4 months ago
Tom Lane be86ca103a Fix memory leakage when function compilation fails. 4 months ago
Bruce Momjian c861092b0e doc PG 18 relnotes: clarify multiplication item 4 months ago
Michael Paquier 4fbb46f612 Adjust regex for test with opening parenthesis in character classes 4 months ago
Michael Paquier d46911e584 Fix conversion of SIMILAR TO regexes for character classes 4 months ago
Bruce Momjian 3e782ca322 doc PG 18 relnotes: add removal details to MD5 item 4 months ago
Bruce Momjian 08b8aa1748 doc PG 18 relnotes: fix markup 4 months ago
Jeff Davis 34eb2a80d5 Change pg_dump default for statistics export. 4 months ago
Masahiko Sawada 4c08ecd161 Fix assertion when decrementing eager scanning success and failure counters. 4 months ago
Peter Eisentraut c53f3b9cc8 Improve file_copy_method entry in postgresql.conf.sample 4 months ago
Daniel Gustafsson 1f62dbf5f0 doc: Fix wording in JIT README 4 months ago
Michael Paquier 52a1df85f2 Fix race condition in subscription TAP test 021_twophase 4 months ago