postgresql/src/include/commands
Tom Lane 3477957b44 Update sequence-related functions to new fmgr style. Remove downcasing,
quote-stripping, and acl-checking tasks for these functions from the
parser, and do them at function execution time instead.  This fixes
the failure of pg_dump to produce correct output for nextval(Foo)
used in a rule, and also eliminates the restriction that the argument
of these functions must be a parse-time constant.
2000-06-11 20:08:01 +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 Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +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 Update sequence-related functions to new fmgr style. Remove downcasing, 2000-06-11 20:08:01 +00:00
trigger.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
user.h Second round of fmgr changes: triggers are now invoked in new style, 2000-05-29 01:59:17 +00:00
vacuum.h Split vacuum and analyze into separate files 2000-05-29 17:40:45 +00:00
variable.h Inheritance overhaul by Chris Bitmead <chris@bitmead.com> 2000-06-09 01:44:34 +00:00
version.h Add: 2000-01-26 05:58:53 +00:00
view.h Add: 2000-01-26 05:58:53 +00:00