postgresql/src/backend/commands
Peter Eisentraut 5fe3da927b Revert updatable views 2009-01-27 12:40:15 +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 Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +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 Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +00:00
tablespace.c Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +00:00
trigger.c Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +00:00
tsearchcmds.c Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +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 Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +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 Revert updatable views 2009-01-27 12:40:15 +00:00