Commits

DateSubjectAuthorReleases
2013-03-10 Fix race condition in DELETE RETURNING. Tom Lane 9.1.9
2013-03-10 Fix race condition in DELETE RETURNING. Tom Lane 9.2.4
2013-03-10 Support writable foreign tables. Tom Lane 9.3.0
2012-01-28 Fix handling of data-modifying CTE subplans in EvalPlanQual. Tom Lane 9.1.3
2012-01-28 Fix handling of data-modifying CTE subplans in EvalPlanQual. Tom Lane 9.2.0
2011-02-26 Fix order of shutdown processing when CTEs contain inter-references. Tom Lane 9.1.0
2011-02-25 Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. Tom Lane 9.1.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 9.0.4
2011-01-13 Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. Tom Lane 9.0.3
2011-01-13 Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly. Tom Lane 9.1.0
2010-10-10 Support triggers on views. Tom Lane 9.1.0
2010-08-18 Reset the per-output-tuple exprcontext each time through the main loop in Tom Lane 9.0.0
2010-08-18 Reset the per-output-tuple exprcontext each time through the main loop in Tom Lane 9.1.0
2010-07-12 Make NestLoop plan nodes pass outer-relation variables into their inner Tom Lane 9.1.0
2010-02-08 Remove old-style VACUUM FULL (which was known for a little while as Tom Lane 9.0.0
2010-01-31 Fix memory leak created by deferrable-index-constraints patches. 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