postgresql/src/include
Peter Eisentraut 8b4d5c7575 Include locale.h before undefining gettext() to avoid compilation errors
on Solaris.

per report from Lee Kindness, 2001-10-23
2001-10-24 21:49:14 +00:00
..
access Accept an INTERVAL argument for SET TIME ZONE per SQL99. 2001-10-18 17:30:21 +00:00
bootstrap Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 2001-08-10 18:57:42 +00:00
catalog Consolidate tables of known system attributes into one table. 2001-10-22 22:47:57 +00:00
commands Accept an INTERVAL argument for SET TIME ZONE per SQL99. 2001-10-18 17:30:21 +00:00
executor Remove some dead code and obsolete, misleading comments. 2001-09-20 21:07:57 +00:00
lib Further cleanup of dynahash.c API, in pursuit of portability and 2001-10-05 17:28:13 +00:00
libpq Fix a compile error on a platform that does not have PAM. 2001-10-01 02:26:36 +00:00
mb Ok, here is the modified encoding table (column1 is the standard name, 2001-10-16 10:09:17 +00:00
nodes Accept an INTERVAL argument for SET TIME ZONE per SQL99. 2001-10-18 17:30:21 +00:00
optimizer Extend code that deduces implied equality clauses to detect whether a 2001-10-18 16:11:42 +00:00
parser Fix foreign keys on system columns. 2001-10-23 17:39:03 +00:00
port Treat __s390x__ the same as __s390__. (taken from RPM patch set) 2001-09-24 20:10:44 +00:00
regex pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
rewrite Make ALTER TABLE RENAME on a view rename the view's on-select rule too. 2001-08-12 21:35:19 +00:00
storage Further cleanup of dynahash.c API, in pursuit of portability and 2001-10-05 17:28:13 +00:00
tcop Fix getopt-vs-init_ps_display problem by copying original argv[] info, 2001-10-21 03:25:36 +00:00
utils Document range restriction on bit values used in INTERVAL typmod. 2001-10-23 20:17:27 +00:00
c.h Include locale.h before undefining gettext() to avoid compilation errors 2001-10-24 21:49:14 +00:00
fmgr.h Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo 2001-10-06 23:21:45 +00:00
Makefile Include directory rearrangement 2001-08-28 14:20:28 +00:00
miscadmin.h Fix getopt-vs-init_ps_display problem by copying original argv[] info, 2001-10-21 03:25:36 +00:00
pg_config.h.in Revert change to autodetect '__getopt_initialized' variable ... turns 2001-10-20 17:57:39 +00:00
pg_config.h.win32 Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of 2001-08-24 14:07:50 +00:00
pgstat.h Fix getopt-vs-init_ps_display problem by copying original argv[] info, 2001-10-21 03:25:36 +00:00
postgres.h Consistently use gcc's __attribute__((format)) to check sprintf-style 2001-10-03 21:58:28 +00:00
postgres_ext.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
postgres_fe.h c.h needs to include postgres_ext.h to be self-contained. 2001-08-24 22:46:28 +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