summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/select_distinct.out
AgeCommit message (Expand)Author
2024-11-26Reordering DISTINCT keys to match input path's pathkeysRichard Guo
2024-02-02Allow Gather Merge in more cases for parallel DISTINCTDavid Rowley
2024-01-31Consider the "LIMIT 1" optimization with parallel DISTINCTDavid Rowley
2023-01-18Remove redundant grouping and DISTINCT columns.Tom Lane
2023-01-10Have the planner consider Incremental Sort for DISTINCTDavid Rowley
2022-10-28Use Limit instead of Unique to implement DISTINCT, when possibleDavid Rowley
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2021-08-22Fix broken regression test caused by 22c4e88ebDavid Rowley
2021-08-22Allow parallel DISTINCTDavid Rowley
2020-03-18Disk-based Hash Aggregation.Jeff Davis
2016-05-26Disable physical tlist if any Var would need multiple sortgroupref labels.Tom Lane
2009-07-11Alter some gratuitous uses of "ANSI" when "SQL standard" might have beenPeter Eisentraut
2008-08-05Add an ORDER BY to one more SELECT DISTINCT test case, per buildfarm results.Tom Lane
2008-08-05Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq,Tom Lane
2005-12-11Implement IS NOT DISTINCT FROM, update the regression tests and docs.Neil Conway
2002-12-13Add a basic regression test for IS DISTINCT FROM, which has spent way tooTom Lane
2000-01-06Update for new psql formatting.Thomas G. Lockhart
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1997-04-06More splits and cleanups...Marc G. Fournier