postgresql/src/include/access
Neil Conway c891e05f26 Cleanup GiST header files. Since GiST extensions are often written as
external projects, we should be careful about what parts of the GiST
API are considered implementation details, and which are part of the
public API. Therefore, I've moved internal-only declarations into
gist_private.h -- future backward-incompatible changes to gist.h should
be made with care, to avoid needlessly breaking external GiST extensions.

Also did some related header cleanup: remove some unnecessary #includes
from gist.h, and remove some unused definitions: isAttByVal(), _gistdump(),
and GISTNStrategies.
2005-05-17 03:34:18 +00:00
..
attnum.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
clog.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
genam.h Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
gist.h Cleanup GiST header files. Since GiST extensions are often written as 2005-05-17 03:34:18 +00:00
gist_private.h Cleanup GiST header files. Since GiST extensions are often written as 2005-05-17 03:34:18 +00:00
gistscan.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
hash.h First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
heapam.h Implement sharable row-level locks, and use them for foreign key references 2005-04-28 21:47:18 +00:00
hio.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
htup.h Implement sharable row-level locks, and use them for foreign key references 2005-04-28 21:47:18 +00:00
iqual.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
itup.h Eliminate duplicate hasnulls bit testing in index tuple access, and 2005-03-27 18:38:27 +00:00
multixact.h Clean up MultiXactIdExpand's API by separating out the case where we 2005-05-03 19:42:41 +00:00
nbtree.h First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
printtup.h Revise TupleTableSlot code to avoid unnecessary construction and disassembly 2005-03-16 21:38:10 +00:00
relscan.h First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
rmgr.h Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. 2004-08-29 21:08:48 +00:00
rtree.h First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
rtscan.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
sdir.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
skey.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
slru.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
subtrans.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
transam.h Simplify initdb-time assignment of OIDs as I proposed yesterday, and 2005-04-13 18:54:57 +00:00
tupdesc.h Adjust creation/destruction of TupleDesc data structure to reduce the 2005-03-07 04:42:17 +00:00
tupmacs.h For some reason access/tupmacs.h has been #including utils/memutils.h, 2005-05-06 17:24:55 +00:00
tuptoaster.h Convert index-related tuple handling routines from char 'n'/' ' to bool 2005-03-21 01:24:04 +00:00
valid.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
xact.h Remove dead push/pop rollback code. Vadim once planned to implement 2005-03-28 01:50:34 +00:00
xlog.h Implement sharable row-level locks, and use them for foreign key references 2005-04-28 21:47:18 +00:00
xlog_internal.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
xlogdefs.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
xlogutils.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00