postgresql/src/backend/commands
Heikki Linnakangas b2a667b9ee Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should
be used instead of the normal exclusive lock, and make WAL redo functions
responsible for calling RestoreBkpBlocks(). They know better what kind of a
lock they need.

At the moment, this just moves things around with no functional change, but
makes the hot standby patch that's under review cleaner.
2009-01-20 18:59:37 +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
Makefile SQL/MED catalog manipulation facilities 2008-12-19 16:25:19 +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 copyright for 2009. 2009-01-01 17:24:05 +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 Add vacuum_freeze_table_age GUC option, to control when VACUUM should 2009-01-16 13:27:24 +00:00
variable.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
view.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00