Commits

DateSubjectAuthorReleases
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-18 Refactor duplicate code into DeconstructFkConstraintRow Alvaro Herrera 11.2
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
2018-04-04 Restore erroneously removed ONLY from PK check Alvaro Herrera 11.0
2018-04-04 Foreign keys on partitioned tables Alvaro Herrera 11.0
2018-04-03 Pass correct TupDesc to ri_NullCheck() in Assert Alvaro Herrera 11.0
2018-03-28 Fast ALTER TABLE ADD COLUMN with a non-NULL default Andrew Dunstan 11.0
2018-03-19 Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY. Tom Lane 11.0
2018-03-19 Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY. Tom Lane 9.4.18
2018-03-19 Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY. Tom Lane 10.4
2018-03-19 Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY. Tom Lane 9.5.13