postgresql/src/backend/commands
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
..
_deadcode Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
analyze.c Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00
async.c The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
cluster.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
command.c Added header files required for ALTER TABLE DROP COLUMN 2000-05-30 06:22:44 +00:00
comment.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
copy.c Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00
creatinh.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
dbcommands.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
define.c First round of changes for new fmgr interface. fmgr itself and the 2000-05-28 17:56:29 +00:00
explain.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
indexcmds.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
Makefile Split vacuum and analyze into separate files 2000-05-29 17:40:45 +00:00
proclang.c First round of changes for new fmgr interface. fmgr itself and the 2000-05-28 17:56:29 +00:00
remove.c Miscellaneous cleanups of places that needed to account for new 2000-05-28 20:34:52 +00:00
rename.c Do table renaming in a sane order: physical file rename must happen 2000-05-25 21:30:20 +00:00
sequence.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
trigger.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
user.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
vacuum.c Split vacuum and analyze into separate files 2000-05-29 17:40:45 +00:00
variable.c The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
view.c Carry column aliases from the parser frontend. Enables queries like 2000-02-15 03:38:29 +00:00