Commit Graph

17 Commits (f0e44751d7175fa3394da2c8f85e3ceb3cdbfe63)

Author SHA1 Message Date
Andres Freund 0137caf273 Make regression tests less dependent on hash table order. 9 years ago
Tom Lane 344eed91e9 Forward-patch regression test for "could not find pathkey item to sort". 12 years ago
Tom Lane a87c729153 Fix EquivalenceClass processing for nested append relations. 12 years ago
Alvaro Herrera 88c556680c Fix crash in error report of invalid tuple lock 13 years ago
Tom Lane 5372275b4b Fix planning of parameterized appendrel paths with expensive join quals. 13 years ago
Tom Lane 964c0d0f80 Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests. 13 years ago
Tom Lane dd4134ea56 Revisit handling of UNION ALL subqueries with non-Var output columns. 14 years ago
Tom Lane b28ffd0fcc Fix pushing of index-expression qualifications through UNION ALL. 14 years ago
Tom Lane 52fc0075ab Avoid a premature coercion failure in transformSetOperationTree() when 16 years ago
Tom Lane 368df30427 Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. 18 years ago
Tom Lane 2d1d96b1ce Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, 18 years ago
Tom Lane b402503fb6 Adjust data types in some of the UNION tests to avoid potentially 22 years ago
Tom Lane f45df8c014 Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 23 years ago
Tom Lane 9bbca2c0f0 Add some more union/intersect/except test cases, per suggestions 25 years ago
Tom Lane 05e3d0ee86 Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the 26 years ago
Thomas G. Lockhart d1e6368816 Clean up header for uniform appearance throughout tests. 26 years ago
Thomas G. Lockhart 5812d51270 Add test for UNION. 28 years ago