postgresql/src/backend
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there
are now separate files "postgres.h" and "postgres_fe.h", which are meant
to be the primary include files for backend .c files and frontend .c files
respectively.  By default, only include files meant for frontend use are
installed into the installation include directory.  There is a new make
target 'make install-all-headers' that adds the whole content of the
src/include tree to the installed fileset, for use by people who want to
develop server-side code without keeping the complete source tree on hand.
Cleaned up a whole lot of crufty and inconsistent header inclusions.
2001-02-10 02:31:31 +00:00
..
access When updating a tuple containing compressed-in-line fields, do not 2001-02-09 17:30:03 +00:00
bootstrap Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
catalog Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
commands Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
executor Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
lib Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
libpq Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
main If the first argument is --version or --help, skip the root check. 2001-02-06 17:00:01 +00:00
nodes Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
optimizer Fix inappropriate attempt to push down qual clauses into a view that 2001-02-03 21:17:52 +00:00
parser plpgsql's private copy of xlateSqlType was out of sync. Again. This 2001-02-09 03:26:28 +00:00
port Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
postmaster Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
regex Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
rewrite Repair bug reported by Huxton, 1/24/01. We need to include a rule's 2001-01-27 04:40:59 +00:00
storage Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
tcop Add permission check for CHECKPOINT. 2001-01-27 10:19:52 +00:00
tioga Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
utils Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
Makefile Make all commands that link a program look like 2000-11-30 20:36:13 +00:00