postgresql/src/backend
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h
This reduces unnecessary exposure of other headers through htup.h, which
is very widely included by many files.

I have chosen to move the function prototypes to the new file as well,
because that means htup.h no longer needs to include tupdesc.h.  In
itself this doesn't have much effect in indirect inclusion of tupdesc.h
throughout the tree, because it's also required by execnodes.h; but it's
something to explore in the future, and it seemed best to do the htup.h
change now while I'm busy with it.
2012-08-30 16:52:35 -04:00
..
access Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
bootstrap Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
catalog Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
commands Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
executor Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
foreign Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
lib Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
libpq Support having multiple Unix-domain sockets per postmaster. 2012-08-10 17:27:15 -04:00
main Unify calling conventions for postgres/postmaster sub-main functions 2012-06-25 21:30:12 +03:00
nodes Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
optimizer Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
parser Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
po Translation updates 2011-08-17 14:07:46 +03:00
port Remove misleading hints about reducing the System V request size. 2012-07-03 10:07:47 -04:00
postmaster Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
regex Prevent corner-case core dump in rfree(). 2012-07-15 13:27:54 -04:00
replication Turn off WalSender keepalives by default, users can enable if desired 2012-08-09 17:07:03 +01:00
rewrite Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
snowball Remove configure flag --disable-shared, as it is no longer used by any 2012-08-30 16:26:53 -04:00
storage Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
tcop Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
tsearch Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
utils Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Fix incorrect make maintainer-clean rule. 2012-04-07 18:16:50 -04:00
common.mk Call check_keywords.pl in maintainer-check 2012-02-27 13:53:12 +02:00
nls.mk Sort file list when creating gettext-files 2011-12-27 20:20:56 +02:00