Commit Graph

59783 Commits (d66a922f9247ceaa6caed9b51ce686f12e280091)
 

Author SHA1 Message Date
Tom Lane bbfcbc4cde Obtain required table lock during cross-table constraint updates. 6 months ago
Nathan Bossart 07402e370e Use correct DatumGet*() function in test_shm_mq_main(). 6 months ago
Melanie Plageman 40c9b4d8da Remove unused check in heap_xlog_insert() 6 months ago
Dean Rasheed 457f1a9203 doc: Fix indentation of MERGE synopsis. 6 months ago
Amit Kapila a0e7e9799c Doc: Improve documentation of stream abort. 6 months ago
Michael Paquier 2e0b5d252b Avoid scribbling of VACUUM options 6 months ago
Tom Lane 9f33300e69 Prevent excessive delays before launching new logrep workers. 6 months ago
Melanie Plageman 2c0bc47657 Test that vacuum removes tuples older than OldestXmin 6 months ago
Daniel Gustafsson 805b85027a doc: Remove dead link to NewbieDoc Docbook Guide 6 months ago
Fujii Masao 589c5f8356 doc: Fix incorrect UUID index entry in function documentation. 6 months ago
Peter Eisentraut 2499c3490b meson: Fix meson warning 6 months ago
Tom Lane 9575e540f6 Doc: improve documentation about width_bucket(). 6 months ago
Tom Lane fdd8269223 Use SnapshotDirty when checking for conflicting index names. 6 months ago
Alexander Korotkov 5ed50f9386 Improve runtime and output of tests for replication slots checkpointing. 6 months ago
Jeff Davis 0f5ac7f321 Correct docs about partitions and EXCLUDE constraints. 6 months ago
Amit Kapila 25505082f0 Improve log messages and docs for slot synchronization. 6 months ago
Masahiko Sawada 45c357e0e8 Fix re-distributing previously distributed invalidation messages during logical decoding. 6 months ago
Alexander Korotkov 32ab0fd55d Add TAP tests to check replication slot advance during the checkpoint 6 months ago
Alexander Korotkov 2090edc6f3 Keep WAL segments by the flushed value of the slot's restart LSN 6 months ago
Peter Geoghegan 40aa5ddea1 Make _bt_killitems drop pins it acquired itself. 6 months ago
Tom Lane 30e0d9ee90 Don't reduce output request size on non-Unix-socket connections. 6 months ago
Tom Lane 839802792f pg_restore: fix incompatibility with old directory-format dumps. 7 months ago
Nathan Bossart 65145d0955 Fixed signed/unsigned mismatch in test_dsm_registry. 7 months ago
Robert Haas e4b8f925a9 pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 7 months ago
Tom Lane 767d38e2c0 Doc: you must own the target object to use SECURITY LABEL. 7 months ago
Nathan Bossart 002938f15c doc: Remove notes about "unencrypted" passwords. 7 months ago
Tom Lane d4046125dd Disallow "=" in names of reloptions and foreign-data options. 7 months ago
Michael Paquier 87be749c71 Use replay LSN as target for cascading logical WAL senders 7 months ago
Tom Lane 6f724fcf81 Run pgindent on the previous commit. 7 months ago
Tom Lane 7559a16e23 Fix edge-case resource leaks in PL/Python error reporting. 7 months ago
Dean Rasheed ab52f6b5bf Fix MERGE into a plain inheritance parent table. 7 months ago
Nathan Bossart fe8ea7a2a8 Ensure we have a snapshot when updating various system catalogs. 7 months ago
Tom Lane 9339c85afc Fix memory leakage in postgres_fdw's DirectModify code path. 7 months ago
Tom Lane 8b0aa7a6b7 Allow larger packets during GSSAPI authentication exchange. 7 months ago
Fujii Masao 24c5ad5be4 Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more. 7 months ago
Álvaro Herrera 50a8959cd5
Fix broken-FK-detection query in release notes 7 months ago
Tom Lane e20b3256ae Avoid resource leaks when a dblink connection fails. 7 months ago
Fujii Masao b64c585fde Fix assertion failure in pg_prewarm() on objects without storage. 7 months ago
Michael Paquier 290e8ab32a pg_stat_statements: Fix parameter number gaps in normalized queries 7 months ago
Michael Paquier a3c6d92f3c Adjust regex for test with opening parenthesis in character classes 7 months ago
Michael Paquier e3ffc3e91d Fix conversion of SIMILAR TO regexes for character classes 7 months ago
Michael Paquier 6ea812f4dc Fix race condition in subscription TAP test 021_twophase 7 months ago
Fujii Masao 90558dbf54 doc: Fix documenation for snapshot export in logical decoding. 7 months ago
Tom Lane cd3064f989 Fix per-relation memory leakage in autovacuum. 7 months ago
Tom Lane ac3afd1d00 Fix AlignedAllocRealloc to cope sanely with OOM. 7 months ago
Tom Lane 20bae06903 Fix memory leak in XMLSERIALIZE(... INDENT). 7 months ago
Fujii Masao 11efaaffac Fix incorrect WAL description for PREPARE TRANSACTION record. 7 months ago
Heikki Linnakangas a4da7b0cfa Fix cross-version upgrade test failure 7 months ago
Michael Paquier b648a3369b doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY 7 months ago
Heikki Linnakangas 54c05292b1 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 7 months ago