You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend/commands
Tom Lane c969fed7ec Give VACUUM its own GUC parameter for memory usage, rather than 25 years ago
..
_deadcode Fix comments that were mis-wrapped, for Tom Lane. 26 years ago
Makefile Initial implementation of concurrent VACUUM. Ifdef'd out for the moment, 25 years ago
analyze.c Don't assume that max offset number stays fixed on a page when we're 25 years ago
async.c Clean up some confusion about where and how to set whereToSendOutput. 25 years ago
cluster.c Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 25 years ago
command.c Here is my much-promised patch to let people add UNIQUE constraints after 25 years ago
comment.c Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 25 years ago
copy.c Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 25 years ago
creatinh.c Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type 25 years ago
dbcommands.c Commit Karel's patch. 25 years ago
define.c Clean up some confusion about where and how to set whereToSendOutput. 25 years ago
explain.c EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple 25 years ago
indexcmds.c Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in 25 years ago
proclang.c Allow a non-superuser database owner to vacuum all tables in his 25 years ago
remove.c Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 25 years ago
rename.c Make ALTER TABLE RENAME on a view rename the view's on-select rule too. 25 years ago
sequence.c Replace useless strcasecmp's by strcmp's. 25 years ago
trigger.c Ensure that all TransactionId comparisons are encapsulated in macros 25 years ago
user.c Replace useless strcasecmp's by strcmp's. 25 years ago
vacuum.c Fix comment, add Assert. 25 years ago
vacuumlazy.c Give VACUUM its own GUC parameter for memory usage, rather than 25 years ago
variable.c Avoid unnecessary strcasecmp -- replace by strcmp. Fixes reported bug 25 years ago
view.c Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type 25 years ago