postgresql/src/include/commands
Peter Eisentraut c446509565 Second pass over run-time configuration system. Adjust priorities on some
option settings. Sort out SIGHUP vs BACKEND -- there is no total ordering
here, so make explicit checks. Add comments explaining all of this.
Removed permissions check on SHOW command.

Add examine_subclass to the game, rename to SQL_inheritance to fit the
official data model better. Adjust documentation.

Standalone backend needs to reset all options before it starts. To
facilitate that, have IsUnderPostmaster be set by the postmaster itself,
don't wait for the magic -p switch.

Also make sure that all environment variables and argv's survive
init_ps_display(). Use strdup where necessary.

Have initdb make configuration files (postgresql.conf, pg_hba.conf) mode
0600 -- having configuration files is no fun if you can't edit them.
2000-06-22 22:31:24 +00:00
..
async.h The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
cluster.h Add: 2000-01-26 05:58:53 +00:00
command.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
comment.h #include cleanups 2000-06-15 00:52:26 +00:00
copy.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
creatinh.h Add: 2000-01-26 05:58:53 +00:00
dbcommands.h Add: 2000-01-26 05:58:53 +00:00
defrem.h Implement reindex command 2000-02-18 09:30:20 +00:00
explain.h Add: 2000-01-26 05:58:53 +00:00
proclang.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
rename.h Add: 2000-01-26 05:58:53 +00:00
sequence.h Clean up #include's. 2000-06-15 03:33:12 +00:00
trigger.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
user.h Clean up #include's. 2000-06-15 03:33:12 +00:00
vacuum.h Split vacuum and analyze into separate files 2000-05-29 17:40:45 +00:00
variable.h Second pass over run-time configuration system. Adjust priorities on some 2000-06-22 22:31:24 +00:00
version.h Add: 2000-01-26 05:58:53 +00:00
view.h Add: 2000-01-26 05:58:53 +00:00