]> granicus.if.org Git - postgresql/history - src/test/regress/sql/with.sql
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
[postgresql] / src / test / regress / sql / with.sql
2012-09-05 Tom LaneFix PARAM_EXEC assignment mechanism to be safe in the...
2012-08-15 Tom LaneFix rescan logic in nodeCtescan.
2012-07-31 Tom LaneFix WITH attached to a nested set operation (UNION...
2012-04-26 Tom LaneFix planner's handling of RETURNING lists in writable...
2012-01-29 Tom LaneFix handling of init_plans list in inheritance_planner().
2011-06-07 Tom LaneFix rewriter to cope (more or less) with CTEs in the...
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-02-26 Tom LaneFix order of shutdown processing when CTEs contain...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2010-10-15 Tom LaneAllow WITH clauses to be attached to INSERT, UPDATE...
2009-09-09 Tom LaneFix bug with WITH RECURSIVE immediately inside WITH...
2009-07-06 Tom LaneFix handling of changed-Param signaling for CteScan...
2009-03-30 Tom LaneFix an oversight in the support for storing/retrieving...
2008-10-14 Tom LaneAdd docs and regression test about sorting the output...
2008-10-14 Tom LaneEliminate unnecessary array[] decoration in examples...
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-10-13 Tom LaneFix corner case wherein a WorkTableScan node could...
2008-10-07 Tom LaneExtend CTE patch to support recursive UNION (ie, withou...
2008-10-05 Tom LaneImprove behavior of WITH RECURSIVE with an untyped...
2008-10-05 Tom LaneFix markTargetListOrigin() to not fail on a simple...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...