Commit Graph

61819 Commits (REL_18_STABLE)
 

Author SHA1 Message Date
Fujii Masao f0151e2a4e doc: Remove incorrect note about wal_status in pg_replication_slots. 2 months ago
Tom Lane 5d0800000e Correctly copy the target host identification in PQcancelCreate. 2 months ago
Peter Geoghegan 4938737d54 Update obsolete row compare preprocessing comments. 2 months ago
Álvaro Herrera e16c9cd331
Fix error message for ALTER CONSTRAINT ... NOT VALID 2 months ago
Peter Geoghegan 4cb889d21f Make row compares robust during nbtree array scans. 2 months ago
Peter Geoghegan 7c365eb504 Make handling of redundant nbtree keys more robust. 2 months ago
Daniel Gustafsson 87f0d3cd8d doc: pg_buffercache documentation wordsmithing 2 months ago
Masahiko Sawada 7c6ededac8 Fix missing FSM vacuum opportunities on tables without indexes. 2 months ago
John Naylor 3e73d87353 Remove implicit cast from 'void *' 2 months ago
Michael Paquier d09d137934 Fix bug in archive streamer with LZ4 decompression 2 months ago
Peter Eisentraut b897a58556 Update comment for IndexInfo.ii_NullsNotDistinct 2 months ago
Nathan Bossart 3386b2fe7a Add commit 07448b3969 to .git-blame-ignore-revs. 2 months ago
Nathan Bossart c8b9f75111 Document pg_get_multixact_members(). 2 months ago
Peter Eisentraut 399997d8cc Update comment for IndexInfo.ii_WithoutOverlaps 2 months ago
Peter Eisentraut b71351e1f2 Fix outdated comment for IndexInfo 2 months ago
Tom Lane 581305a465 Make sure IOV_MAX is defined. 2 months ago
Tom Lane 45c5276628 Make safeguard against incorrect flags for fsync more portable. 2 months ago
Tomas Vondra 07448b3969 Fix indentation in pg_numa code 2 months ago
Tomas Vondra 54ac4944c3 Add CHECK_FOR_INTERRUPTS into pg_numa_query_pages 2 months ago
Tomas Vondra 14e52227e5 Silence valgrind about pg_numa_touch_mem_if_required 2 months ago
Tomas Vondra 45879f48f1 Limit the size of numa_move_pages requests 2 months ago
Amit Langote eb37fe716a Fix typos in comments 2 months ago
Andres Freund 95163cbe11 aio: Fix reference to outdated name 2 months ago
Daniel Gustafsson b2a57747ba doc: Fix typo in pg_sync_replication_slots documentation 2 months ago
Joe Conway 42625ecda2 Adapt REL_18_STABLE to its new status as a stable branch 2 months ago
Joe Conway 9c5b9a280c Do pre-release housekeeping on catalog data. 2 months ago
Joe Conway 0ebd242555 Run pgperltidy 2 months ago
Tom Lane 66e9df9f6e Fix some new issues with planning of PlaceHolderVars. 2 months ago
Tom Lane 8319e5cb54 Obtain required table lock during cross-table constraint updates. 2 months ago
Peter Eisentraut 6d12d5a433 pg_recvlogical: Rename --two-phase and --failover options. 2 months ago
Peter Eisentraut 50fd428b2b Message style improvements 2 months ago
Nathan Bossart bbccf7ecb3 Use correct DatumGet*() function in test_shm_mq_main(). 3 months ago
Alexander Korotkov 7195c804bd Fix CheckPointReplicationSlots() with max_replication_slots == 0 3 months ago
Michael Paquier 94e2e150ec Correct list of files in src/backend/lib/README 3 months ago
Peter Eisentraut 7fb3c38e7d libpq: Message style improvements 3 months ago
Peter Eisentraut 95e12d4d9b Correct misleading error messages 3 months ago
Melanie Plageman 483f7246f3 Remove unused check in heap_xlog_insert() 3 months ago
Melanie Plageman 060f420a03 Simplify vacuum VM update logging counters 3 months ago
Álvaro Herrera a3994ec6ac
Fix typo in comment 3 months ago
Álvaro Herrera 48c80aba75
docs: fix typo 3 months ago
Álvaro Herrera 47fb87563b
pg_dump: include comments on valid not-null constraints, too 3 months ago
Fujii Masao 81ce602d48 Make CREATE TABLE LIKE copy comments on NOT NULL constraints when requested. 3 months ago
Dean Rasheed 3ba9639e39 doc: Updates for RETURNING OLD/NEW. 3 months ago
Dean Rasheed eca624c659 doc: Fix indentation of MERGE synopsis. 3 months ago
Richard Guo 5069fef1cf Expand virtual generated columns for ALTER COLUMN TYPE 3 months ago
Peter Eisentraut 62a47aea1d doc: Some copy-editing around constraint validation and enforcement 3 months ago
Peter Eisentraut 60dda7bbc4 pg_createsubscriber: Rename option --remove to --clean 3 months ago
Peter Eisentraut 0cd69b3d7e Restrict virtual columns to use built-in functions and types 3 months ago
Amit Kapila 69e5cdc47f Doc: Improve documentation of stream abort. 3 months ago
Michael Paquier 661643deda Avoid scribbling of VACUUM options 3 months ago