postgresql/src/backend/commands
Tom Lane 6eb8d255d2 Allow CREATE FUNCTION's WITH clause to be used for all language types,
not just C, so that ISCACHABLE attribute can be specified for user-defined
functions.  Get rid of ParamString node type, which wasn't actually being
generated by gram.y anymore, even though define.c thought that was what
it was getting.  Clean up minor bug in dfmgr.c (premature heap_close).
1999-10-02 21:33:33 +00:00
..
_deadcode Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
async.c Mega-commit to make heap_open/heap_openr/heap_close take an 1999-09-18 19:08:25 +00:00
cluster.c Mega-commit to make heap_open/heap_openr/heap_close take an 1999-09-18 19:08:25 +00:00
command.c Mega-commit to make heap_open/heap_openr/heap_close take an 1999-09-18 19:08:25 +00:00
copy.c Cancel query support from Massimo 1999-09-27 20:00:44 +00:00
creatinh.c Add TRUNCATE command, with psql help and sgml additions. 1999-09-23 17:03:39 +00:00
dbcommands.c Several changes here, not very related but touching some of the same files. 1999-09-24 00:25:33 +00:00
define.c Allow CREATE FUNCTION's WITH clause to be used for all language types, 1999-10-02 21:33:33 +00:00
explain.c Mega-commit to make heap_open/heap_openr/heap_close take an 1999-09-18 19:08:25 +00:00
indexcmds.c Allow CREATE FUNCTION's WITH clause to be used for all language types, 1999-10-02 21:33:33 +00:00
Makefile Remove recipe.o from Makefile ... dead code not quite dead enough, 1999-02-27 21:42:33 +00:00
proclang.c Mega-commit to make heap_open/heap_openr/heap_close take an 1999-09-18 19:08:25 +00:00
remove.c Mega-commit to make heap_open/heap_openr/heap_close take an 1999-09-18 19:08:25 +00:00
rename.c Several changes here, not very related but touching some of the same files. 1999-09-24 00:25:33 +00:00
sequence.c Mega-commit to make heap_open/heap_openr/heap_close take an 1999-09-18 19:08:25 +00:00
trigger.c Added utils/adt/ri_triggers with empty shells for the 1999-09-30 14:54:24 +00:00
user.c Fix to give super user and createdb user proper update catalog rights. 1999-09-27 16:44:56 +00:00
vacuum.c Make tree compilable (+WAL). 1999-09-28 11:41:09 +00:00
variable.c Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT. 1999-09-27 20:27:32 +00:00
view.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00