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
/
expected
/
union.out
Commit message (
Expand
)
Author
Age
*
Teach Append to consider tuple_fraction when accumulating subpaths.
Alexander Korotkov
2025-03-10
*
Improve planner's handling of SetOp plans.
Tom Lane
2024-12-19
*
Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024-12-19
*
Adjust EXPLAIN's output for disabled nodes
David Rowley
2024-10-11
*
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-08-21
*
Fix generate_union_paths for non-sortable types.
REL_17_BETA1
Robert Haas
2024-05-21
*
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-21
*
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-20
*
Fix assert failure when planning setop subqueries with CTEs
David Rowley
2024-04-02
*
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-25
*
Attempt to stabilize flapping regression test
David Rowley
2024-02-16
*
Reduce dependency to money data type in main regression test suite
Michael Paquier
2024-01-15
*
Fix possible crash in add_paths_to_append_rel()
David Rowley
2023-10-10
*
Consider cheap startup paths in add_paths_to_append_rel
David Rowley
2023-10-05
*
Give better hints for ambiguous or unreferenceable columns.
Tom Lane
2022-11-22
*
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
*
Optimize order of GROUP BY keys
Tomas Vondra
2022-03-31
*
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-09-08
*
Hash support for row types
Peter Eisentraut
2020-11-19
*
Add more tests for hashing and hash-based plans
Peter Eisentraut
2020-11-18
*
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-12-02
*
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-05-09
*
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-25
*
Fix UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-22
*
Add regression tests exercising the non-hashed code paths in nodeSetop.c.
Tom Lane
2017-08-11
*
Fix planner error (or assert trap) with nested set operations.
Tom Lane
2017-04-07
*
Fix Assert failure induced by commit 215b43cdc.
Tom Lane
2017-01-19
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
*
Make regression tests less dependent on hash table order.
Andres Freund
2016-10-10
*
Be more careful about printing constants in ruleutils.c.
Tom Lane
2015-03-30
*
Forward-patch regression test for "could not find pathkey item to sort".
Tom Lane
2014-06-26
*
Fix EquivalenceClass processing for nested append relations.
Tom Lane
2014-03-28
*
Improve EXPLAIN to print the grouping columns in Agg and Group nodes.
Tom Lane
2013-12-12
*
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-08-02
*
Fix planning of parameterized appendrel paths with expensive join quals.
Tom Lane
2013-07-07
*
Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.
Tom Lane
2013-06-05
*
Avoid inserting Result nodes that only compute identity projections.
Tom Lane
2013-03-14
*
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
*
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-04
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
*
Fix pushing of index-expression qualifications through UNION ALL.
Tom Lane
2012-01-29
*
Avoid a premature coercion failure in transformSetOperationTree() when
Tom Lane
2009-12-16
*
Adopt Bob Jenkins' improved hash function for hash_any(). This changes the
Tom Lane
2009-02-09
*
Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries.
Tom Lane
2008-08-07
*
Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,
Tom Lane
2008-08-07
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
*
Adjust data types in some of the UNION tests to avoid potentially
Tom Lane
2003-11-02
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
*
Another round of error message editing, covering backend/parser/.
Tom Lane
2003-07-19
*
Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing
Tom Lane
2003-05-26
[next]