postgresql/src/backend/commands
Heikki Linnakangas bf136cf6e3 Only skip pages marked as clean in the visibility map, if the last 32
pages were marked as clean as well. The idea is to avoid defeating OS
readahead by skipping a page here and there, and also makes it less likely
that we miss an opportunity to advance relfrozenxid, for the sake of only
a few skipped pages.
2009-01-22 19:25:00 +00:00
..
Makefile SQL/MED catalog manipulation facilities 2008-12-19 16:25:19 +00:00
aggregatecmds.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
alter.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
analyze.c Clarify a confusing comment about MCVs vs histogram entries. 2009-01-06 23:46:06 +00:00
async.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
cluster.c Add vacuum_freeze_table_age GUC option, to control when VACUUM should 2009-01-16 13:27:24 +00:00
comment.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
conversioncmds.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
copy.c Include a pointer to the query's source text in QueryDesc structs. This is 2009-01-02 20:42:00 +00:00
dbcommands.c Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should 2009-01-20 18:59:37 +00:00
define.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
discard.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
explain.c Include a pointer to the query's source text in QueryDesc structs. This is 2009-01-02 20:42:00 +00:00
foreigncmds.c Revise the permission checking on user mapping DDL commands. 2009-01-20 09:10:20 +00:00
functioncmds.c Add some comments about why function parameter default expressions are 2009-01-06 02:01:27 +00:00
indexcmds.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
lockcmds.c Add ONLY support to LOCK and TRUNCATE. By default, these commands are now 2009-01-12 08:54:27 +00:00
opclasscmds.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
operatorcmds.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
portalcmds.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
prepare.c Include a pointer to the query's source text in QueryDesc structs. This is 2009-01-02 20:42:00 +00:00
proclang.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
schemacmds.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
sequence.c Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should 2009-01-20 18:59:37 +00:00
tablecmds.c Add ONLY support to LOCK and TRUNCATE. By default, these commands are now 2009-01-12 08:54:27 +00:00
tablespace.c Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should 2009-01-20 18:59:37 +00:00
trigger.c Update comments to reflect that tgenabled is not a boolean anymore. 2009-01-22 19:16:31 +00:00
tsearchcmds.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
typecmds.c Arrange for function default arguments to be processed properly in expressions 2009-01-09 15:46:11 +00:00
user.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
vacuum.c Add vacuum_freeze_table_age GUC option, to control when VACUUM should 2009-01-16 13:27:24 +00:00
vacuumlazy.c Only skip pages marked as clean in the visibility map, if the last 32 2009-01-22 19:25:00 +00:00
variable.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
view.c Automatic view update rules 2009-01-22 17:27:55 +00:00