postgresql/src/backend
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some
unnecessary #include lines in it.  Also, move some tuple routine prototypes and
macros to htup.h, which allows removal of heapam.h inclusion from some .c
files.

For this to work, a new header file access/sysattr.h needed to be created,
initially containing attribute numbers of system columns, for pg_dump usage.

While at it, make contrib ltree, intarray and hstore header files more
consistent with our header style.
2008-05-12 00:00:54 +00:00
..
access Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
bootstrap Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
catalog Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
commands Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
executor Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
lib Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
libpq Use error message wordings for permissions checks on .pgpass and SSL private 2008-03-31 02:43:14 +00:00
main Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
nodes Remove typename from A_Const. 2008-04-29 14:59:17 +00:00
optimizer Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
parser Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Repair two places where SIGTERM exit could leave shared memory state 2008-04-16 23:59:40 +00:00
postmaster Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
snowball Implement a few changes to how shared libraries and dynamically loadable 2008-04-07 14:15:58 +00:00
storage Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
tcop Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
tsearch Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
utils Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
Makefile Enable probes to work with Mac OS X Leopard and other OSes that will 2008-03-17 19:44:41 +00:00
common.mk We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txt 2008-03-17 18:24:56 +00:00
nls.mk Add a new ereport auxiliary function errdetail_log(), which works the same as 2008-03-24 18:08:47 +00:00