Commits

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

DateSubjectAuthorReleases
2024-06-14 Clean out column-level pg_init_privs entries when dropping tables. Tom Lane 12.20
2024-03-11 Backpatch missing check_stack_depth() to some recursive functions Alexander Korotkov 12.19
2022-09-28 Change some errdetail() to errdetail_internal() Alvaro Herrera 12.13
2021-11-05 Avoid crash in rare case of concurrent DROP Alvaro Herrera 12.9
2020-05-06 Heed lock protocol in DROP OWNED BY Alvaro Herrera 12.3
2019-11-13 Include TableFunc references when computing expression dependencies. Tom Lane 12.2
2019-10-03 Selectively include window frames in expression walks/mutates. Andrew Gierth 12.1
2019-07-22 Install dependencies to prevent dropping partition key columns. Tom Lane 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-03-29 REINDEX CONCURRENTLY Peter Eisentraut 12.0
2019-03-20 Sort the dependent objects before deletion in DROP OWNED BY. Tom Lane 12.0
2019-02-11 Redesign the partition dependency mechanism. Tom Lane 12.0
2019-01-21 Remove superfluous tqual.h includes. 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-21 Replace heapam.h includes with {table, relation}.h where applicable. Andres Freund 12.0
2019-01-21 Sort the dependent objects before recursing in findDependentObjects(). Tom Lane 12.0
2019-01-18 Avoid sometimes printing both tables and their columns in DROP CASCADE. Tom Lane 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-09-30 Create an RTE field to record the query's lock mode for each relation. Tom Lane 12.0