postgresql/src
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
..
backend Cleanup GiST header files. Since GiST extensions are often written as 2005-05-17 03:34:18 +00:00
bin Add COPY WITH CVS HEADER to allow a heading line as the first line in 2005-05-07 02:22:49 +00:00
include Cleanup GiST header files. Since GiST extensions are often written as 2005-05-17 03:34:18 +00:00
interfaces Code cleanup: in C89, there is no point casting the first argument to 2005-05-11 01:26:02 +00:00
makefiles
pl Convert the existing regression test scripts for the various optional 2005-05-14 17:55:22 +00:00
port Fix a few minor mistakes in header comments. From Qingqing Zhou. 2005-05-16 05:52:13 +00:00
template
test Add regression test for consecutive newlines in COPY CSV mode. (There is 2005-05-13 06:33:40 +00:00
timezone
tools Update release checklist to reflect that HISTORY and INSTALL don't 2005-05-08 23:34:15 +00:00
tutorial
utils
bcc32.mak Add -N make flag to bcc builds from /src dir. 2005-05-13 18:12:35 +00:00
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak