index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
with.sql
Age
Commit message (
Expand
)
Author
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2022-12-16
Fix inability to reference CYCLE column from inside its CTE.
Tom Lane
2022-10-16
Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.
Tom Lane
2022-09-15
Fix grammar in error message
John Naylor
2022-05-18
Check column list length in XMLTABLE/JSON_TABLE alias
Alvaro Herrera
2022-04-23
Fix incautious CTE matching in rewriteSearchAndCycle().
Tom Lane
2022-04-21
Remove inadequate assertion check in CTE inlining.
Tom Lane
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2021-12-30
Fix overly generic name in with.sql test.
Thomas Munro
2021-09-16
Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.
Tom Lane
2021-09-08
Fix rewriter to set hasModifyingCTE correctly on rewritten queries.
Tom Lane
2021-07-09
Reject cases where a query in WITH rewrites to just NOTIFY.
Tom Lane
2021-02-27
Enhanced cycle mark values
Peter Eisentraut
2021-02-26
Fix list-manipulation bug in WITH RECURSIVE processing.
Tom Lane
2021-02-07
Revert "Propagate CTE property flags when copying a CTE list into a rule."
Tom Lane
2021-02-07
Propagate CTE property flags when copying a CTE list into a rule.
Tom Lane
2021-02-01
SEARCH and CYCLE clauses
Peter Eisentraut
2020-11-19
Remove undocumented IS [NOT] OF syntax.
Tom Lane
2020-11-19
Hash support for row types
Peter Eisentraut
2020-11-18
Add more tests for hashing and hash-based plans
Peter Eisentraut
2020-10-12
Adjust cycle detection examples and tests
Peter Eisentraut
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-03
WITH support in MERGE
Simon Riggs
2018-03-15
Clean up duplicate table and function names in regression tests.
Tom Lane
2017-10-16
Fix incorrect handling of CTEs and ENRs as DML target relations.
Tom Lane
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-01-25
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2016-10-10
Make regression tests less dependent on hash table order.
Andres Freund
2015-12-10
Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
Andres Freund
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-02-24
Improve parser's one-extra-token lookahead mechanism.
Tom Lane
2013-02-01
Add CREATE RECURSIVE VIEW syntax
Peter Eisentraut
2012-10-12
Fix oversight in new code for printing rangetable aliases.
Tom Lane
2012-09-05
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-08-15
Fix rescan logic in nodeCtescan.
Tom Lane
2012-07-31
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-04-26
Fix planner's handling of RETURNING lists in writable CTEs.
Tom Lane
2012-01-29
Fix handling of init_plans list in inheritance_planner().
Tom Lane
2011-06-07
Fix rewriter to cope (more or less) with CTEs in the query being rewritten.
Tom Lane
2011-02-27
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-26
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
2010-10-15
Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.
Tom Lane
2009-09-09
Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the
Tom Lane
2009-07-06
Fix handling of changed-Param signaling for CteScan plan nodes. We were using
Tom Lane
2009-03-30
Fix an oversight in the support for storing/retrieving "minimal tuples" in
Tom Lane
2008-10-14
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-13
Implement comparison of generic records (composite types), and invent a
Tom Lane
[next]