Commits

DateSubjectAuthorReleases
2021-12-08 Fix corruption of toast indexes with REINDEX CONCURRENTLY Michael Paquier 12.10
2021-05-20 Avoid detoasting failure after COMMIT inside a plpgsql FOR loop. Tom Lane 12.8
2021-05-20 Avoid detoasting failure after COMMIT inside a plpgsql FOR loop. Tom Lane 11.13
2021-01-04 Fix integer-overflow corner cases in substring() functions. Tom Lane 12.6
2021-01-04 Fix integer-overflow corner cases in substring() functions. Tom Lane 11.11
2020-03-21 During heap rebuild, lock any TOAST index until end of transaction. Noah Misch 9.6.18
2020-03-21 During heap rebuild, lock any TOAST index until end of transaction. Noah Misch 9.5.22
2020-03-21 During heap rebuild, lock any TOAST index until end of transaction. Noah Misch 10.13
2020-03-21 During heap rebuild, lock any TOAST index until end of transaction. Noah Misch 12.3
2020-03-21 During heap rebuild, lock any TOAST index until end of transaction. Noah Misch 11.8
2019-09-05 Split tuptoaster.c into three separate files. Robert Haas 13.0
2019-08-19 Fix inconsistencies and typos in the tree, take 11 Michael Paquier 13.0
2019-08-01 Add error codes to some corruption log messages Peter Eisentraut 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-04-02 Add support for partial TOAST decompression Stephen Frost 12.0
2019-03-24 tableam: Add tuple_{insert, delete, update, lock} and use. Andres Freund 12.0
2019-01-22 Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. Andres Freund 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-12-27 Remove obsolete IndexIs* macros Peter Eisentraut 12.0
2018-12-10 Remove dead code in toast_fetch_datum_slice Stephen Frost 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-04-11 Do not select new object OIDs that match recently-dead entries. Tom Lane 9.3.23
2018-04-11 Do not select new object OIDs that match recently-dead entries. Tom Lane 9.4.18