postgresql/src/backend/commands
Tom Lane c969fed7ec Give VACUUM its own GUC parameter for memory usage, rather than
piggybacking on SortMem.  Add documentation for some recently-added
GUC parameters that had so far escaped it.
2001-09-21 03:32:36 +00:00
..
_deadcode
analyze.c
async.c Clean up some confusion about where and how to set whereToSendOutput. 2001-09-08 01:10:21 +00:00
cluster.c
command.c Here is my much-promised patch to let people add UNIQUE constraints after 2001-09-07 21:57:53 +00:00
comment.c
copy.c
creatinh.c
dbcommands.c Commit Karel's patch. 2001-09-06 04:57:30 +00:00
define.c Clean up some confusion about where and how to set whereToSendOutput. 2001-09-08 01:10:21 +00:00
explain.c EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 2001-09-18 01:59:07 +00:00
indexcmds.c
Makefile
proclang.c
remove.c
rename.c
sequence.c Replace useless strcasecmp's by strcmp's. 2001-09-19 09:48:42 +00:00
trigger.c
user.c Replace useless strcasecmp's by strcmp's. 2001-09-19 09:48:42 +00:00
vacuum.c Fix comment, add Assert. 2001-09-04 19:12:05 +00:00
vacuumlazy.c Give VACUUM its own GUC parameter for memory usage, rather than 2001-09-21 03:32:36 +00:00
variable.c Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bug 2001-09-19 15:19:12 +00:00
view.c