Commits

DateSubjectAuthorReleases
2012-09-05 Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH. Tom Lane 9.3.0
2012-08-15 Fix rescan logic in nodeCtescan. Tom Lane 9.3.0
2012-08-15 Fix rescan logic in nodeCtescan. Tom Lane 8.4.14
2012-08-15 Fix rescan logic in nodeCtescan. Tom Lane 9.0.10
2012-08-15 Fix rescan logic in nodeCtescan. Tom Lane 9.1.6
2012-08-15 Fix rescan logic in nodeCtescan. Tom Lane 9.2.0
2012-07-31 Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Tom Lane 8.4.13
2012-07-31 Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Tom Lane 9.0.9
2012-07-31 Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Tom Lane 9.1.5
2012-07-31 Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Tom Lane 9.2.0
2012-07-31 Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). Tom Lane 9.3.0
2012-04-26 Fix planner's handling of RETURNING lists in writable CTEs. Tom Lane 9.1.4
2012-04-26 Fix planner's handling of RETURNING lists in writable CTEs. Tom Lane 9.2.0
2012-01-29 Fix handling of init_plans list in inheritance_planner(). Tom Lane 9.1.3
2012-01-29 Fix handling of init_plans list in inheritance_planner(). Tom Lane 9.2.0
2011-06-07 Fix rewriter to cope (more or less) with CTEs in the query being rewritten. Tom Lane 9.1.0
2011-02-27 Refactor the executor's API to support data-modifying CTEs better. Tom Lane 9.1.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
2010-10-15 Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements. Tom Lane 9.1.0
2009-09-09 Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the Tom Lane 8.4.2
2009-09-09 Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the Tom Lane 9.0.0
2009-07-06 Fix handling of changed-Param signaling for CteScan plan nodes. We were using Tom Lane 8.4.1
2009-07-06 Fix handling of changed-Param signaling for CteScan plan nodes. We were using Tom Lane 9.0.0
2009-03-30 Fix an oversight in the support for storing/retrieving "minimal tuples" in Tom Lane 8.4.0