Commit Graph

59645 Commits (24ee8678f3c78dd100d1083e0936a200186c0cf9)
 

Author SHA1 Message Date
Fujii Masao ba9201b57b doc: Update outdated descriptions of wal_status in pg_replication_slots. 2 months ago
Fujii Masao 27224e660a doc: Remove incorrect note about wal_status in pg_replication_slots. 2 months ago
Tom Lane 445bd37b19 Correctly copy the target host identification in PQcancelCreate. 2 months ago
Masahiko Sawada 792238c8b4 Fix missing FSM vacuum opportunities on tables without indexes. 2 months ago
Michael Paquier 0740034318 Fix bug in archive streamer with LZ4 decompression 2 months ago
Peter Eisentraut c6d0ef160e Update comment for IndexInfo.ii_NullsNotDistinct 2 months ago
Nathan Bossart f5551538bc Document pg_get_multixact_members(). 2 months ago
Peter Eisentraut 9d14d40ec5 Fix outdated comment for IndexInfo 2 months ago
Tom Lane 0991249d7a Make sure IOV_MAX is defined. 2 months ago
Tom Lane 29c54ea7b4 Make safeguard against incorrect flags for fsync more portable. 2 months ago
Amit Langote 98749132e8 Fix typos in comments 2 months ago
Daniel Gustafsson d32933cea5 doc: Fix typo in pg_sync_replication_slots documentation 2 months ago
Tom Lane bbfcbc4cde Obtain required table lock during cross-table constraint updates. 2 months ago
Nathan Bossart 07402e370e Use correct DatumGet*() function in test_shm_mq_main(). 3 months ago
Melanie Plageman 40c9b4d8da Remove unused check in heap_xlog_insert() 3 months ago
Dean Rasheed 457f1a9203 doc: Fix indentation of MERGE synopsis. 3 months ago
Amit Kapila a0e7e9799c Doc: Improve documentation of stream abort. 3 months ago
Michael Paquier 2e0b5d252b Avoid scribbling of VACUUM options 3 months ago
Tom Lane 9f33300e69 Prevent excessive delays before launching new logrep workers. 3 months ago
Melanie Plageman 2c0bc47657 Test that vacuum removes tuples older than OldestXmin 3 months ago
Daniel Gustafsson 805b85027a doc: Remove dead link to NewbieDoc Docbook Guide 3 months ago
Fujii Masao 589c5f8356 doc: Fix incorrect UUID index entry in function documentation. 3 months ago
Peter Eisentraut 2499c3490b meson: Fix meson warning 3 months ago
Tom Lane 9575e540f6 Doc: improve documentation about width_bucket(). 3 months ago
Tom Lane fdd8269223 Use SnapshotDirty when checking for conflicting index names. 3 months ago
Alexander Korotkov 5ed50f9386 Improve runtime and output of tests for replication slots checkpointing. 3 months ago
Jeff Davis 0f5ac7f321 Correct docs about partitions and EXCLUDE constraints. 3 months ago
Amit Kapila 25505082f0 Improve log messages and docs for slot synchronization. 3 months ago
Masahiko Sawada 45c357e0e8 Fix re-distributing previously distributed invalidation messages during logical decoding. 3 months ago
Alexander Korotkov 32ab0fd55d Add TAP tests to check replication slot advance during the checkpoint 3 months ago
Alexander Korotkov 2090edc6f3 Keep WAL segments by the flushed value of the slot's restart LSN 3 months ago
Peter Geoghegan 40aa5ddea1 Make _bt_killitems drop pins it acquired itself. 3 months ago
Tom Lane 30e0d9ee90 Don't reduce output request size on non-Unix-socket connections. 3 months ago
Tom Lane 839802792f pg_restore: fix incompatibility with old directory-format dumps. 3 months ago
Nathan Bossart 65145d0955 Fixed signed/unsigned mismatch in test_dsm_registry. 3 months ago
Robert Haas e4b8f925a9 pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. 3 months ago
Tom Lane 767d38e2c0 Doc: you must own the target object to use SECURITY LABEL. 3 months ago
Nathan Bossart 002938f15c doc: Remove notes about "unencrypted" passwords. 3 months ago
Tom Lane d4046125dd Disallow "=" in names of reloptions and foreign-data options. 3 months ago
Michael Paquier 87be749c71 Use replay LSN as target for cascading logical WAL senders 3 months ago
Tom Lane 6f724fcf81 Run pgindent on the previous commit. 3 months ago
Tom Lane 7559a16e23 Fix edge-case resource leaks in PL/Python error reporting. 3 months ago
Dean Rasheed ab52f6b5bf Fix MERGE into a plain inheritance parent table. 3 months ago
Nathan Bossart fe8ea7a2a8 Ensure we have a snapshot when updating various system catalogs. 3 months ago
Tom Lane 9339c85afc Fix memory leakage in postgres_fdw's DirectModify code path. 3 months ago
Tom Lane 8b0aa7a6b7 Allow larger packets during GSSAPI authentication exchange. 3 months ago
Fujii Masao 24c5ad5be4 Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more. 3 months ago
Álvaro Herrera 50a8959cd5
Fix broken-FK-detection query in release notes 3 months ago
Tom Lane e20b3256ae Avoid resource leaks when a dblink connection fails. 4 months ago
Fujii Masao b64c585fde Fix assertion failure in pg_prewarm() on objects without storage. 4 months ago