Commit Graph

25 Commits (d90aa68c96a8c4a888e019b92b9448049cbd0811)

Author SHA1 Message Date
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
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
Robert Haas 50529e5b4e amcheck: Improve some confusing reports about TOAST problems. 5 years ago
Michael Paquier 7ef8b52cf0 Fix typos and grammar in comments and docs 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
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
Robert Haas 4078ce65a0 Fix a confusing amcheck corruption message. 5 years ago
Alvaro Herrera 8deb6b38dc
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Michael Paquier 788dd0b839 Fix some typos 5 years ago
Michael Paquier 8a15e735be Fix some grammar and typos in comments and docs 5 years ago
Tom Lane 321633e17b Fix more portability issues in new amcheck code. 5 years ago
Robert Haas 8bb0c9770e Try to avoid a compiler warning about using fxid uninitialized. 5 years ago
Robert Haas 866e24d47d Extend amcheck to check heap pages. 5 years ago