Commits

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

DateSubjectAuthorReleases
2024-04-03 Fix the parameters order for TableAmRoutine.relation_copy_for_cluster() Alexander Korotkov 12.19
2023-11-28 Fix assertions with RI triggers in heap_update and heap_delete. Heikki Linnakangas 12.18
2020-07-14 Fix comments related to table AMs Michael Paquier 12.4
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 12.3
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 12.3
2020-02-08 Revert recent change of ScanOption values and renumber SO_TYPE_TIDSCAN. Fujii Masao 12.2
2020-02-07 Fix bug in Tid scan. Fujii Masao 12.2
2019-07-18 tableam: comment improvements. Andres Freund 12.0
2019-07-10 Fix few typos and minor word smithing in tableam comments. Amit Kapila 12.0
2019-06-11 tableam: Fix index_build_range_scan parameter name. Robert Haas 12.0
2019-06-08 Fix assorted inconsistencies. Amit Kapila 12.0
2019-06-04 Fix some typos and inconsistencies in tableam.h Michael Paquier 12.0
2019-05-31 Fix incorrect parameter name in comment David Rowley 12.0
2019-05-30 Remove unnecessary (and wrong) forward declaration. Andres Freund 12.0
2019-05-23 tableam: Rename wrapper functions to match callback names. Andres Freund 12.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-05-21 tableam: Move heap-specific logic from needs_toast_table below tableam. Robert Haas 12.0
2019-05-19 Don't to predicate lock for analyze scans, refactor scan option passing. Andres Freund 12.0
2019-05-18 tableam: Avoid relying on relation size to determine validity of tids. Andres Freund 12.0
2019-05-18 tableam: Don't assume that every AM uses md.c style storage. Andres Freund 12.0
2019-04-30 Fix several recently introduced issues around handling new relation forks. Andres Freund 12.0
2019-04-24 Allow pg_class xid & multixid horizons to not be set. Andres Freund 12.0
2019-04-08 tableam: comment and formatting fixes. Andres Freund 12.0
2019-04-08 Fix a number of issues around modifying a previously updated row. Andres Freund 12.0