Commit Graph

113 Commits (9ad034be354da9af1cea76836a9e576c110d1ff3)

Author SHA1 Message Date
Heikki Linnakangas 31877cd8ec Backport BackgroundPsql perl test module 2 years ago
Alexander Korotkov 4e8529da48 amcheck: Normalize index tuples containing uncompressed varlena 2 years ago
Alexander Korotkov 5df5d9cd7e amcheck: Support for different header sizes of short varlena datum 2 years ago
Noah Misch 42496cba60 amcheck: Distinguish interrupted page deletion from corruption. 2 years ago
Noah Misch 0834df9094 Dissociate btequalimage() from interval_ops, ending its deduplication. 2 years ago
Robert Haas e3363cda9c amcheck: In verify_heapam, allows tuples with xmin 0. 3 years ago
Robert Haas 8fd5aa76c3 amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. 3 years ago
Andres Freund b3a83055c2 amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0 3 years ago
Andres Freund a42f515d6b amcheck: Fix ordering bug in update_cached_xid_range() 3 years ago
Tom Lane 32d5a4974c Replace RelationOpenSmgr() with RelationGetSmgr(). 3 years ago
Tom Lane 4e46726156 Silence compiler warnings from some older compilers. 4 years ago
Noah Misch ab49ce7c34 Make relation-enumerating operations be security-restricted operations. 4 years ago
Tom Lane 579cef5faf Harden TAP tests that intentionally corrupt page checksums. 4 years ago
Noah Misch f60bb3e0a9 Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. 4 years ago
Noah Misch 1a83297d22 Use Test::Builder::todo_start(), replacing $::TODO. 4 years ago
Noah Misch d94a95cce9 On sparc64+ext4, suppress test failures from known WAL read failure. 4 years ago
Michael Paquier a04fc56d03 Fix some typos with {a,an} 4 years ago
Tom Lane b1f943d2aa Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY. 4 years ago
Noah Misch a5b9a0000e Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions. 4 years ago
Noah Misch dde966efb2 Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. 4 years ago
Michael Paquier d834ebcf23 Add more $Test::Builder::Level in the TAP tests 4 years ago
Peter Geoghegan e7712155ea amcheck: Skip unlogged relations in Hot Standby. 4 years ago
Peter Geoghegan ba05dfe943 contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS(). 4 years ago
Peter Eisentraut 97b7134186 amcheck: Fix code comments 5 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 5 years ago
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 5 years ago
Robert Haas 50529e5b4e amcheck: Improve some confusing reports about TOAST problems. 5 years ago
Peter Geoghegan bb3ecc8c96 amcheck: MAXALIGN() nbtree special area offset. 5 years ago
Michael Paquier 7ef8b52cf0 Fix typos and grammar in comments and docs 5 years ago
Michael Paquier c731f9187b Replace magic constants for seek() calls in perl scripts 5 years ago
Peter Eisentraut 59da8d9eb7 amcheck: Use correct format placeholder for TOAST chunk numbers 5 years ago
Robert Haas 9acaf1a621 amcheck: Reword some messages and fix an alignment problem. 5 years ago
Peter Eisentraut 07e5e66742 Improve quoting in some error messages 5 years ago
Robert Haas ec7ffb8096 amcheck: fix multiple problems with TOAST pointer validation 5 years ago
Robert Haas 4573f6a9af amcheck: Remove duplicate XID/MXID bounds checks. 5 years ago
Fujii Masao 98e5bd103f Fix typos in comments. 5 years ago
Robert Haas 3b6c1259f9 amcheck: Fix verify_heapam's tuple visibility checking rules. 5 years ago
Robert Haas bbe0a81db6 Allow configurable LZ4 TOAST compression. 5 years ago
Peter Geoghegan 65445469d6 amcheck: Reduce debug message verbosity. 5 years ago
Robert Haas 4078ce65a0 Fix a confusing amcheck corruption message. 5 years ago
Peter Geoghegan e5d8a99903 Use full 64-bit XIDs in deleted nbtree pages. 5 years ago
Alvaro Herrera 8deb6b38dc
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed 5 years ago
Peter Eisentraut 6f6f284c7e Simplify printing of LSNs 5 years ago
Peter Eisentraut 0e392fcc0d Use errmsg_internal for debug messages 5 years ago
Fujii Masao 46d6e5f567 Display the time when the process started waiting for the lock, in pg_locks, take 2 5 years ago
Fujii Masao 890d2182a2 Revert "Display the time when the process started waiting for the lock, in pg_locks." 5 years ago
Fujii Masao 3b733fcd04 Display the time when the process started waiting for the lock, in pg_locks. 5 years ago
Tom Lane c2dc1a7976 Disable vacuum page skipping in selected test cases. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Michael Paquier 788dd0b839 Fix some typos 5 years ago