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