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 2357fd166f Back-patch fixes to detoast pg_group.grolist. 23 years ago
..
_deadcode New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Makefile Initial implementation of concurrent VACUUM. Ifdef'd out for the moment, 25 years ago
analyze.c Replace number-of-distinct-values estimator equation, per recent 24 years ago
async.c Back-patch fix for bad SIGUSR2 interrupt handling during backend shutdown. 24 years ago
cluster.c Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments 24 years ago
command.c Back-patch fix for command completion report handling. This is 24 years ago
comment.c Fix problem reported by Alex Korn: if a relation has been dropped and 24 years ago
copy.c Back-patch fix for followings: 24 years ago
creatinh.c pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
dbcommands.c pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
define.c Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
explain.c Back-patch fix for command completion report handling. This is 24 years ago
indexcmds.c Require ownership permission for CREATE INDEX, per bug report. 24 years ago
proclang.c Allow a non-superuser database owner to vacuum all tables in his 25 years ago
remove.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
rename.c Indent new rename.c for Tom Lane. 24 years ago
sequence.c Repair two problems with WAL logging of sequence nextvalI() ops, as 24 years ago
trigger.c Fix typo that caused equalTriggerDescs() to return false in cases where 24 years ago
user.c Back-patch fixes to detoast pg_group.grolist. 23 years ago
vacuum.c Back-patch fix for VACUUM being confused by SELECT FOR UPDATE of tuple 23 years ago
vacuumlazy.c Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments 24 years ago
variable.c Fix regression-test breakage from (unnecessary) rewrite of show_datestyle. Grumble. 24 years ago
view.c pgindent run on all C files. Java run to follow. initdb/regression 25 years ago