postgresql/src/backend/commands
Tom Lane b9f3a929ee Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the
validity checking rules for VACUUM.  Make some other rearrangements of the
VACUUM code to allow more code to be shared between full and lazy VACUUM.
Minor code cleanups and added comments for TransactionId manipulations.
2001-07-12 04:11:13 +00:00
..
_deadcode Fix comments that were mis-wrapped, for Tom Lane. 2001-03-23 04:49:58 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
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 Statistical system views (yet without the config stuff, but 2001-06-22 19:16:24 +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 pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
indexcmds.c Allow a non-superuser database owner to vacuum all tables in his 2001-06-13 21:44:41 +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 Correct permissions-checking bugs associated with ancient decision to 2001-06-05 19:34:56 +00:00
rename.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
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 Changes from Vince Vielhaber to allow the optional clauses of CREATE 2001-07-10 22:09:29 +00:00
vacuum.c Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the 2001-07-12 04:11:13 +00:00
variable.c Allow default transaction isolation level (a.k.a. set session 2001-06-30 22:03:26 +00:00
view.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00