Commits

Showing commits that first shipped in 14 (backpatches included). Clear

DateSubjectAuthorReleases
2023-03-28 amcheck: In verify_heapam, allows tuples with xmin 0. Robert Haas 14.8
2023-03-24 amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. Robert Haas 14.8
2023-03-11 amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before epoch 0 Andres Freund 14.8
2023-03-11 amcheck: Fix ordering bug in update_cached_xid_range() Andres Freund 14.8
2021-10-12 amcheck: Skip unlogged relations in Hot Standby. Peter Geoghegan 14.1
2021-08-27 contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS(). Peter Geoghegan 14.0
2021-06-21 amcheck: Fix code comments Peter Eisentraut 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-05-03 amcheck: Improve some confusing reports about TOAST problems. Robert Haas 14.0
2021-04-19 Fix typos and grammar in comments and docs Michael Paquier 14.0
2021-04-15 amcheck: Use correct format placeholder for TOAST chunk numbers Peter Eisentraut 14.0
2021-04-14 amcheck: Reword some messages and fix an alignment problem. Robert Haas 14.0
2021-04-07 amcheck: fix multiple problems with TOAST pointer validation Robert Haas 14.0
2021-04-07 amcheck: Remove duplicate XID/MXID bounds checks. Robert Haas 14.0
2021-04-02 Fix typos in comments. Fujii Masao 14.0
2021-04-01 amcheck: Fix verify_heapam's tuple visibility checking rules. Robert Haas 14.0
2021-03-19 Allow configurable LZ4 TOAST compression. Robert Haas 14.0
2021-03-16 Fix a confusing amcheck corruption message. Robert Haas 14.0
2021-02-23 Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed Alvaro Herrera 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-11-14 Fix some typos Michael Paquier 14.0
2020-11-02 Fix some grammar and typos in comments and docs Michael Paquier 14.0
2020-10-23 Fix more portability issues in new amcheck code. Tom Lane 14.0
2020-10-22 Try to avoid a compiler warning about using fxid uninitialized. Robert Haas 14.0
2020-10-22 Extend amcheck to check heap pages. Robert Haas 14.0