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
/
union.sql
Commit message (
Expand
)
Author
Age
*
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
*
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
*
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
*
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
*
Adjust data types in some of the UNION tests to avoid potentially
Tom Lane
2003-11-02
*
Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing
Tom Lane
2003-05-26
*
Add some more union/intersect/except test cases, per suggestions
Tom Lane
2000-11-09
*
Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the
Tom Lane
2000-10-05
*
Clean up header for uniform appearance throughout tests.
Thomas G. Lockhart
2000-01-06
*
Add test for UNION.
Thomas G. Lockhart
1998-05-29