postgresql/src/backend/commands
Tom Lane 4046e58c24 Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,
because index locking issues are not handled correctly yet.  Need to go
work on the index AMs next.
2001-07-13 22:55:59 +00:00
..
_deadcode
analyze.c Don't assume that max offset number stays fixed on a page when we're 2001-07-05 19:33:35 +00:00
async.c Keep the list of to-be-NOTIFYed names in a plain List palloc'd in 2001-06-17 22:27:15 +00:00
cluster.c indicies to indexes from Neil Conway 2001-07-12 20:35:54 +00:00
command.c has_table_privilege functions from Joe Conway (with some kibitzing from 2001-06-14 01:09:22 +00:00
comment.c Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, 2001-06-25 21:11:45 +00:00
copy.c Disable COPY TO/FROM on views. 2001-07-11 21:53:59 +00:00
creatinh.c Attached is documentation describing plperlu differences from plperl. 2001-06-22 21:37:14 +00:00
dbcommands.c First non-stub implementation of shared free space map. It's not super 2001-07-02 20:50:46 +00:00
define.c Fix strangely formatted comment. 2001-06-21 18:25:54 +00:00
explain.c
indexcmds.c Allow a non-superuser database owner to vacuum all tables in his 2001-06-13 21:44:41 +00:00
Makefile Initial implementation of concurrent VACUUM. Ifdef'd out for the moment, 2001-07-13 22:55:59 +00:00
proclang.c Allow a non-superuser database owner to vacuum all tables in his 2001-06-13 21:44:41 +00:00
remove.c
rename.c
sequence.c Further work on connecting the free space map (which is still just a 2001-06-29 21:08:25 +00:00
trigger.c Statistical system views (yet without the config stuff, but 2001-06-22 19:16:24 +00:00
user.c Remove grammar restrictions on order of optional clauses in CREATE GROUP. 2001-07-12 18:03:00 +00:00
vacuum.c Initial implementation of concurrent VACUUM. Ifdef'd out for the moment, 2001-07-13 22:55:59 +00:00
vacuumlazy.c Initial implementation of concurrent VACUUM. Ifdef'd out for the moment, 2001-07-13 22:55:59 +00:00
variable.c Allow default transaction isolation level (a.k.a. set session 2001-06-30 22:03:26 +00:00
view.c