postgresql/src/include/commands
Tom Lane f46571165d Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.
variable, instead calling same code in variable.c that is used to parse
SET DATESTYLE.  Fix bug: although backend's startup datestyle had been
changed to ISO, 'RESET DATESTYLE' and 'SET DATESTYLE TO DEFAULT' didn't
know about it.  For consistency I have made the latter two reset to the
PGDATESTYLE-defined initial value, which may not be the same as the
compiled-in default of ISO.
2000-02-19 22:10:47 +00:00
..
async.h Add: 2000-01-26 05:58:53 +00:00
cluster.h Add: 2000-01-26 05:58:53 +00:00
command.h Add: 2000-01-26 05:58:53 +00:00
comment.h Hello. 1999-10-26 03:12:39 +00:00
copy.h contrib-array.patch 2000-02-13 18:59:53 +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 Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
trigger.h Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
user.h * User management commands no longer user pg_exec_query_dest -> more robust 2000-01-14 22:11:38 +00:00
vacuum.h Add: 2000-01-26 05:58:53 +00:00
variable.h Get rid of postgres.c's separate parsing logic for PGDATESTYLE env. 2000-02-19 22:10:47 +00:00
version.h Add: 2000-01-26 05:58:53 +00:00
view.h Add: 2000-01-26 05:58:53 +00:00