Commit Graph

115 Commits (dad9ba1c82fd985aa6fb8035ebca1e79c138dde2)

Author SHA1 Message Date
Michael Paquier d16773cdc8 Add macros in hash and btree AMs to get the special area of their pages 4 years ago
Tom Lane 174877f1e3 Harden TAP tests that intentionally corrupt page checksums. 4 years ago
Daniel Gustafsson 7dac61402e Remove unused module imports from TAP tests 4 years ago
Michael Paquier 5b81703787 Simplify SRFs using materialize mode in contrib/ modules 4 years ago
Noah Misch f2698ea02c Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. 4 years ago
Daniel Gustafsson 549ec201d6 Replace Test::More plans with done_testing 4 years ago
Noah Misch adbd00f7a5 Use Test::Builder::todo_start(), replacing $::TODO. 4 years ago
Noah Misch ce6d79368e On sparc64+ext4, suppress test failures from known WAL read failure. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Michael Paquier 5d08137076 Fix some typos with {a,an} 4 years ago
Peter Eisentraut 37b2764593 Some RELKIND macro refactoring 4 years ago
Tom Lane 3804539e48 Replace random(), pg_erand48(), etc with a better PRNG API and algorithm. 4 years ago
Peter Eisentraut 733e039153 Fix incorrect format placeholders 4 years ago
Robert Haas bd807be693 amcheck: Add additional TOAST pointer checks. 4 years ago
Tom Lane 7f580aa5d8 Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY. 4 years ago
Andrew Dunstan b3b4d8e68a
Move Perl test modules to a better namespace 4 years ago
Noah Misch 3cd9c3b921 Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions. 4 years ago
Noah Misch fdd965d074 Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. 4 years ago
Michael Paquier f9c4cb6868 Add more $Test::Builder::Level in the TAP tests 4 years ago
Peter Geoghegan 292698f158 amcheck: Skip unlogged relations in Hot Standby. 4 years ago
Peter Eisentraut c3b011d991 Support amcheck of sequences 4 years ago
Peter Geoghegan 191dce109b contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS(). 4 years ago
Andrew Dunstan 201a76183e
Unify PostgresNode's new() and get_new_node() methods 4 years ago
Tom Lane f10f0ae420 Replace RelationOpenSmgr() with RelationGetSmgr(). 4 years ago
Peter Eisentraut 2ed532ee8c Improve error messages about mismatching relkind 5 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