aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/expected/union.out
Commit message (Expand)AuthorAge
* Teach Append to consider tuple_fraction when accumulating subpaths.Alexander Korotkov2025-03-10
* Improve planner's handling of SetOp plans.Tom Lane2024-12-19
* Convert SetOp to read its inputs as outerPlan and innerPlan.Tom Lane2024-12-19
* Adjust EXPLAIN's output for disabled nodesDavid Rowley2024-10-11
* Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas2024-08-21
* Fix generate_union_paths for non-sortable types.REL_17_BETA1Robert Haas2024-05-21
* Re-allow planner to use Merge Append to efficiently implement UNION.Robert Haas2024-05-21
* Revert commit 66c0185a3 and follow-on patches.Tom Lane2024-05-20
* Fix assert failure when planning setop subqueries with CTEsDavid Rowley2024-04-02
* Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley2024-03-25
* Attempt to stabilize flapping regression testDavid Rowley2024-02-16
* Reduce dependency to money data type in main regression test suiteMichael Paquier2024-01-15
* Fix possible crash in add_paths_to_append_rel()David Rowley2023-10-10
* Consider cheap startup paths in add_paths_to_append_relDavid Rowley2023-10-05
* Give better hints for ambiguous or unreferenceable columns.Tom Lane2022-11-22
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* Optimize order of GROUP BY keysTomas Vondra2022-03-31
* Disable anonymous record hash support except in special casesPeter Eisentraut2021-09-08
* Hash support for row typesPeter Eisentraut2020-11-19
* Add more tests for hashing and hash-based plansPeter Eisentraut2020-11-18
* Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane2019-12-02
* Repair issues with faulty generation of merge-append plans.Tom Lane2019-05-09
* Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane2019-03-25
* Fix UNION/INTERSECT/EXCEPT over no columns.Tom Lane2017-12-22
* Add regression tests exercising the non-hashed code paths in nodeSetop.c.Tom Lane2017-08-11
* Fix planner error (or assert trap) with nested set operations.Tom Lane2017-04-07
* Fix Assert failure induced by commit 215b43cdc.Tom Lane2017-01-19
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Make regression tests less dependent on hash table order.Andres Freund2016-10-10
* Be more careful about printing constants in ruleutils.c.Tom Lane2015-03-30
* Forward-patch regression test for "could not find pathkey item to sort".Tom Lane2014-06-26
* Fix EquivalenceClass processing for nested append relations.Tom Lane2014-03-28
* Improve EXPLAIN to print the grouping columns in Agg and Group nodes.Tom Lane2013-12-12
* Fix crash in error report of invalid tuple lockAlvaro Herrera2013-08-02
* Fix planning of parameterized appendrel paths with expensive join quals.Tom Lane2013-07-07
* Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.Tom Lane2013-06-05
* Avoid inserting Result nodes that only compute identity projections.Tom Lane2013-03-14
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-04
* Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane2012-03-16
* Fix pushing of index-expression qualifications through UNION ALL.Tom Lane2012-01-29
* Avoid a premature coercion failure in transformSetOperationTree() whenTom Lane2009-12-16
* Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane2009-02-09
* Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries.Tom Lane2008-08-07
* Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,Tom Lane2008-08-07
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Adjust data types in some of the UNION tests to avoid potentiallyTom Lane2003-11-02
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-19
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-26