aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/with.sql
Commit message (Expand)AuthorAge
* Add CREATE RECURSIVE VIEW syntaxPeter Eisentraut2013-01-31
* Fix oversight in new code for printing rangetable aliases.Tom Lane2012-10-12
* Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane2012-09-05
* Fix rescan logic in nodeCtescan.Tom Lane2012-08-15
* Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane2012-07-31
* Fix planner's handling of RETURNING lists in writable CTEs.Tom Lane2012-04-25
* Fix handling of init_plans list in inheritance_planner().Tom Lane2012-01-28
* Fix rewriter to cope (more or less) with CTEs in the query being rewritten.Tom Lane2011-06-07
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Fix order of shutdown processing when CTEs contain inter-references.Tom Lane2011-02-25
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane2010-10-15
* Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane2009-09-09
* Fix handling of changed-Param signaling for CteScan plan nodes. We were usingTom Lane2009-07-06
* Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane2009-03-30
* Add docs and regression test about sorting the output of a recursive query inTom Lane2008-10-14
* Eliminate unnecessary array[] decoration in examples of recursive cycleTom Lane2008-10-14
* Implement comparison of generic records (composite types), and invent aTom Lane2008-10-13
* Fix corner case wherein a WorkTableScan node could get initialized before theTom Lane2008-10-13
* Extend CTE patch to support recursive UNION (ie, without ALL). TheTom Lane2008-10-07
* Improve behavior of WITH RECURSIVE with an untyped literal in theTom Lane2008-10-05
* Fix markTargetListOrigin() to not fail on a simple-Var reference to aTom Lane2008-10-05
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04