postgresql/src/include
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC)
That means you can now set your options in either or all of $PGDATA/configuration,
some postmaster option (--enable-fsync=off), or set a SET command. The list of
options is in backend/utils/misc/guc.c, documentation will be written post haste.

pg_options is gone, so is that pq_geqo config file. Also removed were backend -K,
-Q, and -T options (no longer applicable, although -d0 does the same as -Q).

Added to configure an --enable-syslog option.

changed all callers from TPRINTF to elog(DEBUG)
2000-05-31 00:28:42 +00:00
..
access Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00
bootstrap Add: 2000-01-26 05:58:53 +00:00
catalog Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00
commands The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
executor Second round of fmgr changes: triggers are now invoked in new style, 2000-05-29 01:59:17 +00:00
lib Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
libpq Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
mb Clean up const-vs-not-const compiler warning in MULTIBYTE code. 2000-04-20 22:40:18 +00:00
nodes Second round of fmgr changes: triggers are now invoked in new style, 2000-05-29 01:59:17 +00:00
optimizer The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
parser Repair list-vs-node confusion that resulted in failure for INNER JOIN ON. 2000-05-12 01:33:56 +00:00
port Include information for armv4l from Mark Knox <segfault@hardline.org>. 2000-04-18 05:35:38 +00:00
regex Removed MBFLAGS from makefiles since it's now done in include/config.h. 2000-01-19 02:59:03 +00:00
rewrite Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
storage The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
tcop The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
utils The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
c.h First round of changes for new fmgr interface. fmgr itself and the 2000-05-28 17:56:29 +00:00
config.h.in The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
config.h.win32 Add missing files like foreign key regression tests and config.h.win32. 2000-02-24 16:02:28 +00:00
fmgr.h Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00
miscadmin.h The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
postgres_ext.h Turns out OIDNAMELEN wasn't really being used at all! 1999-06-04 21:12:07 +00:00
postgres.h First round of changes for new fmgr interface. fmgr itself and the 2000-05-28 17:56:29 +00:00
rusagestub.h Add: 2000-01-26 05:58:53 +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
version.h.in Update version for 7.0. 1999-11-01 02:33:32 +00:00