postgresql/src/include/nodes
Tom Lane 2cf48ca04b Extend CREATE DATABASE to allow selection of a template database to be
cloned, rather than always cloning template1.  Modify initdb to generate
two identical databases rather than one, template0 and template1.
Connections to template0 are disallowed, so that it will always remain
in its virgin as-initdb'd state.  pg_dumpall now dumps databases with
restore commands that say CREATE DATABASE foo WITH TEMPLATE = template0.
This allows proper behavior when there is user-added data in template1.
initdb forced!
2000-11-14 18:37:49 +00:00
..
execnodes.h Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
makefuncs.h Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' 2000-08-08 15:43:12 +00:00
memnodes.h Here is the patch with memory leak checker. This checker allow detect 2000-07-11 14:30:37 +00:00
nodeFuncs.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
nodes.h Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
params.h Add: 2000-01-26 05:58:53 +00:00
parsenodes.h Extend CREATE DATABASE to allow selection of a template database to be 2000-11-14 18:37:49 +00:00
pg_list.h Change the parser to convert SQL "position" and "substring" syntax to 2000-10-31 10:22:13 +00:00
plannodes.h Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
primnodes.h Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
print.h Add: 2000-01-26 05:58:53 +00:00
readfuncs.h Add: 2000-01-26 05:58:53 +00:00
relation.h Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00