Commits

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

DateSubjectAuthorReleases
2024-02-05 Fix assertion if index is dropped during REFRESH CONCURRENTLY Heikki Linnakangas 12.18
2024-02-05 Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security context Heikki Linnakangas 12.18
2022-05-09 In REFRESH MATERIALIZED VIEW, set user ID before running user code. Noah Misch 12.11
2021-08-07 Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY. Tom Lane 12.8
2021-06-03 Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLY Michael Paquier 12.8
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
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-04-25 Fix tablespace inheritance for partitioned rels Alvaro Herrera 12.0
2019-04-01 tableam: Add table_finish_bulk_insert(). Andres Freund 12.0
2019-03-25 tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED VIEW. 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-15 Don't include genam.h from execnodes.h and relscan.h anymore. Andres Freund 12.0
2019-01-15 Don't include heapam.h from others headers. 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-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-17 Make TupleTableSlots extensible, finish split of existing slot type. Andres Freund 12.0
2018-11-15 Rejigger materializing and fetching a HeapTuple from a slot. Andres Freund 12.0