postgresql/src/backend/commands
Heikki Linnakangas fdf9e21196 Update visibility map in the second phase of vacuum.
There's a high chance that a page becomes all-visible when the second phase
of vacuum removes all the dead tuples on it, so it makes sense to check for
that. Otherwise the visibility map won't get updated until the next vacuum.

Pavan Deolasee, reviewed by Jeff Janes.
2013-02-13 17:52:10 +02:00
..
Makefile Syntax support and documentation for event triggers. 2012-07-18 10:16:16 -04:00
aggregatecmds.c Refactor ALTER some-obj RENAME implementation 2013-01-21 12:06:41 -03:00
alter.c Add support for ALTER RULE ... RENAME TO. 2013-02-08 23:58:40 -05:00
analyze.c Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
async.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
cluster.c Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
collationcmds.c Refactor ALTER some-obj RENAME implementation 2013-01-21 12:06:41 -03:00
comment.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
constraint.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
conversioncmds.c Refactor ALTER some-obj RENAME implementation 2013-01-21 12:06:41 -03:00
copy.c Adjust COPY FREEZE error message to be more accurate and consistent. 2013-02-02 12:56:52 -05:00
createas.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
dbcommands.c Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
define.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
discard.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
dropcmds.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
event_trigger.c Fix a few small bugs in yesterday's event trigger patch. 2013-01-22 21:37:01 -05:00
explain.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
extension.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
foreigncmds.c Refactor ALTER some-obj RENAME implementation 2013-01-21 12:06:41 -03:00
functioncmds.c Refactor ALTER some-obj RENAME implementation 2013-01-21 12:06:41 -03:00
indexcmds.c Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent 2013-01-26 13:24:50 -05:00
lockcmds.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
opclasscmds.c Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent 2013-01-26 13:24:50 -05:00
operatorcmds.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
portalcmds.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
prepare.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
proclang.c Refactor ALTER some-obj RENAME implementation 2013-01-21 12:06:41 -03:00
schemacmds.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
seclabel.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
sequence.c Improve concurrency of foreign key locking 2013-01-23 12:04:59 -03:00
tablecmds.c Provide database object names as separate fields in error messages. 2013-01-29 17:08:26 -05:00
tablespace.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
trigger.c Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent 2013-01-26 13:24:50 -05:00
tsearchcmds.c Refactor ALTER some-obj RENAME implementation 2013-01-21 12:06:41 -03:00
typecmds.c Provide database object names as separate fields in error messages. 2013-01-29 17:08:26 -05:00
user.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
vacuum.c Fix typo in freeze_table_age implementation 2013-02-01 12:00:40 -03:00
vacuumlazy.c Update visibility map in the second phase of vacuum. 2013-02-13 17:52:10 +02:00
variable.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00
view.c Update copyrights for 2013 2013-01-01 17:15:01 -05:00