postgresql/src/backend/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
..
common Change CREATE TYPE to require datatype output and send functions to have 2005-05-01 18:56:19 +00:00
gist Cleanup GiST header files. Since GiST extensions are often written as 2005-05-17 03:34:18 +00:00
hash This patch refactors away some duplicated code in the index AM build 2005-05-11 06:24:55 +00:00
heap Repair very-low-probability race condition between relation extension 2005-05-07 21:32:24 +00:00
index Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slot 2005-05-15 21:19:55 +00:00
nbtree This patch refactors away some duplicated code in the index AM build 2005-05-11 06:24:55 +00:00
rtree This patch refactors away some duplicated code in the index AM build 2005-05-11 06:24:55 +00:00
transam Cleanup GiST header files. Since GiST extensions are often written as 2005-05-17 03:34:18 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00