You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend
Tom Lane 368df30427 Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. 18 years ago
..
access Add a few more DTrace probes to the backend. 18 years ago
bootstrap Reduce the alignment requirement of type "name" from int to char, and arrange 18 years ago
catalog Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, 18 years ago
commands Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. 18 years ago
executor Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. 18 years ago
lib Refactor backend makefiles to remove lots of duplicate code 18 years ago
libpq Rearrange the code in auth.c so that all functions for a single authentication 18 years ago
main Refactor backend makefiles to remove lots of duplicate code 18 years ago
nodes Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. 18 years ago
optimizer Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. 18 years ago
parser Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, 18 years ago
po
port Fix a couple of bugs in win32 shmem name generation: 18 years ago
postmaster Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. 18 years ago
regex Refactor backend makefiles to remove lots of duplicate code 18 years ago
rewrite Improve our #include situation by moving pointer types away from the 18 years ago
snowball Implement a few changes to how shared libraries and dynamically loadable 18 years ago
storage In ReadOrZeroBuffer (and related entry points), don't bother to call 18 years ago
tcop Add a few more DTrace probes to the backend. 18 years ago
tsearch Create a type-specific typanalyze routine for tsvector, which collects stats 18 years ago
utils Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items 18 years ago
Makefile Add a few more DTrace probes to the backend. 18 years ago
common.mk We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txt 18 years ago
nls.mk Add a new ereport auxiliary function errdetail_log(), which works the same as 18 years ago