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
clog.h
genam.h Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
gist_private.h Cleanup GiST header files. Since GiST extensions are often written as 2005-05-17 03:34:18 +00:00
gist.h Cleanup GiST header files. Since GiST extensions are often written as 2005-05-17 03:34:18 +00:00
gistscan.h
hash.h
heapam.h Implement sharable row-level locks, and use them for foreign key references 2005-04-28 21:47:18 +00:00
hio.h
htup.h Implement sharable row-level locks, and use them for foreign key references 2005-04-28 21:47:18 +00:00
iqual.h
itup.h
multixact.h Clean up MultiXactIdExpand's API by separating out the case where we 2005-05-03 19:42:41 +00:00
nbtree.h
printtup.h
relscan.h
rmgr.h
rtree.h
rtscan.h
sdir.h
skey.h
slru.h
subtrans.h
transam.h
tupdesc.h
tupmacs.h For some reason access/tupmacs.h has been #including utils/memutils.h, 2005-05-06 17:24:55 +00:00
tuptoaster.h
valid.h
xact.h
xlog_internal.h
xlog.h Implement sharable row-level locks, and use them for foreign key references 2005-04-28 21:47:18 +00:00
xlogdefs.h
xlogutils.h