postgresql/src/include
Tom Lane e458ebfd21 When using 'long long int' for int64 type, check to see if the compiler
accepts nnnLL syntax for long long constants.  If so, decorate the CRC64
constants with LL to avoid warnings and/or erroneous results from certain
non-standards-compliant compilers.
2001-03-23 18:42:12 +00:00
..
access Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
bootstrap Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
catalog Fix comments that were mis-wrapped, for Tom Lane. 2001-03-23 04:49:58 +00:00
commands pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
executor pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
lib pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
libpq pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
mb pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
nodes Fix comments that were mis-wrapped, for Tom Lane. 2001-03-23 04:49:58 +00:00
optimizer pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
parser pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
port Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
storage pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
tcop pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
utils When using 'long long int' for int64 type, check to see if the compiler 2001-03-23 18:42:12 +00:00
c.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
config.h.in When using 'long long int' for int64 type, check to see if the compiler 2001-03-23 18:42:12 +00:00
config.h.win32 Actually, it looks like DEF_PGPORT belongs over in config.h.win32 for 2001-02-07 20:00:08 +00:00
fmgr.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
Makefile Add missing semicolon required by QNX shell. 2001-03-01 16:17:53 +00:00
miscadmin.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
postgres_ext.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
postgres_fe.h Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
postgres.h Mark exception and assert global variables as DLLIMPORT, so that plpgsql 2001-03-23 18:26:01 +00:00
rusagestub.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00