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 ecaa2e01b7 Fix some poor decisions about sizing of trigger-related memory contexts. 25 years ago
..
_deadcode Fix comments that were mis-wrapped, for Tom Lane. 25 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 Keep the list of to-be-NOTIFYed names in a plain List palloc'd in 25 years ago
cluster.c indicies to indexes from Neil Conway 25 years ago
command.c Partial indexes work again, courtesy of Martijn van Oosterhout. 25 years ago
comment.c Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, 25 years ago
copy.c Disable COPY TO/FROM on views. 25 years ago
creatinh.c Attached is documentation describing plperlu differences from plperl. 25 years ago
dbcommands.c First non-stub implementation of shared free space map. It's not super 25 years ago
define.c Fix strangely formatted comment. 25 years ago
explain.c pgindent run. Make it all clean. 25 years ago
indexcmds.c Disallow non-cachable functions in functional indexes and in index 25 years ago
proclang.c Allow a non-superuser database owner to vacuum all tables in his 25 years ago
remove.c Correct permissions-checking bugs associated with ancient decision to 25 years ago
rename.c pgindent run. Make it all clean. 25 years ago
sequence.c Further work on connecting the free space map (which is still just a 25 years ago
trigger.c Fix some poor decisions about sizing of trigger-related memory contexts. 25 years ago
user.c Remove grammar restrictions on order of optional clauses in CREATE GROUP. 25 years ago
vacuum.c New-style vacuum neglected to update pg_class statistics about indexes 25 years ago
vacuumlazy.c New-style vacuum neglected to update pg_class statistics about indexes 25 years ago
variable.c Allow default transaction isolation level (a.k.a. set session 25 years ago
view.c pgindent run. Make it all clean. 25 years ago