Commits

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

DateSubjectAuthorReleases
2019-09-23 Message style fixes Peter Eisentraut 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-04-03 Support foreign keys that reference partitioned tables Alvaro Herrera 12.0
2019-03-22 Collations with nondeterministic comparison Peter Eisentraut 12.0
2019-03-20 Restore RI trigger sanity check Alvaro Herrera 12.0
2019-03-18 Fix optimization of foreign-key on update actions Peter Eisentraut 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-02-28 Merge near-duplicate code in RI triggers Peter Eisentraut 12.0
2019-02-28 Clean up some variable names in ri_triggers.c Peter Eisentraut 12.0
2019-02-28 Compact for loops Peter Eisentraut 12.0
2019-02-28 Remove unnecessary unused MATCH PARTIAL code Peter Eisentraut 12.0
2019-02-28 Reduce comments Peter Eisentraut 12.0
2019-02-28 Update comment Peter Eisentraut 12.0
2019-02-27 Use slots in trigger infrastructure, except for the actual invocation. 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-21 Replace heapam.h includes with {table, relation}.h where applicable. Andres Freund 12.0
2019-01-18 Refactor duplicate code into DeconstructFkConstraintRow Alvaro Herrera 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-11-10 Apply RI trigger skipping tests also for DELETE Peter Eisentraut 12.0
2018-11-10 Remove dead foreign key optimization code Peter Eisentraut 12.0
2018-09-30 Create an RTE field to record the query's lock mode for each relation. Tom Lane 12.0