Commits

DateSubjectAuthorReleases
2023-03-04 Avoid failure when altering state of partitioned foreign-key triggers. Tom Lane 15.3
2023-03-04 Avoid failure when altering state of partitioned foreign-key triggers. Tom Lane 16.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
2017-09-16 Fix SQL-spec incompatibilities in new transition table feature. Tom Lane 10.0
2017-09-16 Fix SQL-spec incompatibilities in new transition table feature. Tom Lane 11.0
2017-08-14 Final pgindent + perltidy run for v10. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2012-06-20 Improve tests for whether we can skip queueing RI enforcement triggers. Tom Lane 9.3.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2011-02-22 Fix dangling-pointer problem in before-row update trigger processing. Tom Lane 9.1.0
2011-02-22 Fix dangling-pointer problem in before-row update trigger processing. Tom Lane 8.2.21
2011-02-22 Fix dangling-pointer problem in before-row update trigger processing. Tom Lane 8.3.15
2011-02-22 Fix dangling-pointer problem in before-row update trigger processing. Tom Lane 8.4.8
2011-02-22 Fix dangling-pointer problem in before-row update trigger processing. Tom Lane 9.0.4
2010-10-10 Support triggers on views. Tom Lane 9.1.0
2010-01-17 Improve the handling of SET CONSTRAINTS commands by having them search Tom Lane 9.0.0
2009-11-20 Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be Tom Lane 9.0.0
2009-10-26 Re-implement EvalPlanQual processing to improve its performance and eliminate Tom Lane 9.0.0
2009-10-10 Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. Tom Lane 9.0.0
2009-07-29 Support deferrable uniqueness constraints. Tom Lane 9.0.0
2009-07-28 Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. Tom Lane 9.0.0
2009-01-22 Support column-level privileges, as required by SQL standard. Tom Lane 8.4.0
2008-10-24 Reduce the memory footprint of large pending-trigger-event lists, as per my Tom Lane 8.4.0
2008-05-27 Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the Tom Lane 7.4.20