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 a455ca4812 Back-patch fix to ensure that VACUUM always calls FlushRelationBuffers. 26 years ago
..
_deadcode Ye-old pgindent run. Same 4-space tabs. 26 years ago
Makefile Removed MBFLAGS from makefiles since it's now done in include/config.h. 26 years ago
async.c Finally fix LISTEN problem. 26 years ago
cluster.c Squash some more CLUSTER bugs. Never has worked on multiple-column 26 years ago
command.c Ye-old pgindent run. Same 4-space tabs. 26 years ago
comment.c Ye-old pgindent run. Same 4-space tabs. 26 years ago
copy.c Back-patch COPY WITH OIDS leak fix. 26 years ago
creatinh.c Ye-old pgindent run. Same 4-space tabs. 26 years ago
dbcommands.c On solaris, createdb/dropdb fails because of strange behavior of system(). 26 years ago
define.c This is the second time I've answered this exact same problem in two 26 years ago
explain.c Ye-old pgindent run. Same 4-space tabs. 26 years ago
indexcmds.c change reindex ERROR/NOTICE message 26 years ago
proclang.c Make number of args to a function configurable. 26 years ago
remove.c Change remove function warning for built-ins. 26 years ago
rename.c Do table renaming in a sane order: physical file rename must happen 26 years ago
sequence.c Ye-old pgindent run. Same 4-space tabs. 26 years ago
trigger.c Show failing OID in 'cache lookup failed' messages. 26 years ago
user.c Don't leak a file descriptor when updating pg_pwd file. Also, check for 26 years ago
vacuum.c Back-patch fix to ensure that VACUUM always calls FlushRelationBuffers. 26 years ago
variable.c Ye-old pgindent run. Same 4-space tabs. 26 years ago
view.c Carry column aliases from the parser frontend. Enables queries like 26 years ago