Commits

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

DateSubjectAuthorReleases
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 12.14
2021-06-11 Report sort phase progress in parallel btree build Alvaro Herrera 12.8
2020-10-31 Reproduce debug_query_string==NULL on parallel workers. Noah Misch 12.5
2020-04-09 Allow parallel create index to accumulate buffer usage stats. Amit Kapila 12.3
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-04 Handle lack of DSM slots in parallel btree build, take 2. Thomas Munro 12.2
2020-01-30 Handle lack of DSM slots in parallel btree build. Thomas Munro 12.2
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-08 Correct obsolete nbtsort.c minimum key comment. Peter Geoghegan 12.0
2019-05-02 Fix nbtsort.c's page space accounting. Peter Geoghegan 12.0
2019-04-30 Widen tuple counter variables from long to int64 Alvaro Herrera 12.0
2019-04-02 Report progress of CREATE INDEX operations Alvaro Herrera 12.0
2019-03-29 Tweak some nbtree-related code comments. Peter Geoghegan 12.0
2019-03-28 tableam: Support for an index build's initial table scan(s). Andres Freund 12.0
2019-03-25 tableam: Add helper for indexes to check if a corresponding table tuples exist. Andres Freund 12.0
2019-03-20 Make heap TID a tiebreaker nbtree index column. Peter Geoghegan 12.0
2019-03-20 Refactor nbtree insertion scankeys. Peter Geoghegan 12.0
2019-03-15 Enable parallel query with SERIALIZABLE isolation. Thomas Munro 12.0
2019-03-11 Ensure sufficient alignment for ParallelTableScanDescData in BTShared. Andres Freund 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-01-22 Move generic snapshot related code from tqual.h to snapmgr.h. Andres Freund 12.0
2019-01-22 Change snapshot type to be determined by enum rather than callback. Andres Freund 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. Andres Freund 12.0