aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-08-07 03:04:04 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-08-07 03:04:04 +0000
commit368df3042783778031ece2b8580324516cd42de1 (patch)
treedd6f9877cdc12654647a97785c4e7267cc7ac945 /src/backend/access/gist
parent2d1d96b1cea8f67a095e8f28372af4081605f681 (diff)
downloadpostgresql-368df3042783778031ece2b8580324516cd42de1.tar.gz
postgresql-368df3042783778031ece2b8580324516cd42de1.zip
Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries.
This completes my project of improving usage of hashing for duplicate elimination (aggregate functions with DISTINCT remain undone, but that's for some other day). As with the previous patches, this means we can INTERSECT/EXCEPT on datatypes that can hash but not sort, and it means that INTERSECT/EXCEPT without ORDER BY are no longer certain to produce sorted output.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions