postgresql/src/include/access
Tom Lane bff0422b6c Revise hash join and hash aggregation code to use the same datatype-
specific hash functions used by hash indexes, rather than the old
not-datatype-aware ComputeHashFunc routine.  This makes it safe to do
hash joining on several datatypes that previously couldn't use hashing.
The sets of datatypes that are hash indexable and hash joinable are now
exactly the same, whereas before each had some that weren't in the other.
2003-06-22 22:04:55 +00:00
..
attnum.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
clog.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
genam.h During VACUUM FULL, truncate off any deletable pages that are at the 2003-02-24 00:57:17 +00:00
gist.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
gistscan.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
hash.h Revise hash join and hash aggregation code to use the same datatype- 2003-06-22 22:04:55 +00:00
heapam.h Improve coding of log_heap_clean() and heap_xlog_clean(). 2003-02-23 20:32:12 +00:00
hio.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
htup.h Fix problems with loss of tuple commit status bits during WAL redo of 2002-09-26 22:46:29 +00:00
ibit.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
iqual.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
istrat.h pgindent run. 2002-09-04 20:31:48 +00:00
itup.h First cut at recycling space in btree indexes. Still some rough edges 2003-02-23 06:17:13 +00:00
nbtree.h Adjust btbulkdelete logic so that only one WAL record is issued while 2003-02-23 22:43:09 +00:00
printtup.h Update 3.0 protocol support to match recent agreements about how to 2003-05-08 18:16:37 +00:00
relscan.h Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to 2003-01-08 19:41:40 +00:00
rmgr.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rtree.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
rtscan.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
sdir.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
skey.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
slru.h This patch extracts page buffer pooling and the simple 2003-06-11 22:37:46 +00:00
strat.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
transam.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tupdesc.h pgindent run. 2002-09-04 20:31:48 +00:00
tupmacs.h The cstring datatype can now be copied, passed around, etc. The typlen 2002-08-24 15:00:47 +00:00
tuptoaster.h pgindent run. 2002-09-04 20:31:48 +00:00
valid.h pgindent run. 2002-09-04 20:31:48 +00:00
xact.h Backend support for autocommit removed, per recent discussions. The 2003-05-14 03:26:03 +00:00
xlog.h More infrastructure for btree compaction project. Tree-traversal code 2003-02-22 00:45:05 +00:00
xlogdefs.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
xlogutils.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00