postgresql/src/include/commands
Tom Lane 35b6007efe Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the
current transaction has any open references to the target relation or index
(implying it has an active query using the relation).  Also back-patch the
8.2 fix that prohibits TRUNCATE and CLUSTER when there are pending
AFTER-trigger events.  Per suggestion from Heikki.
2008-05-27 21:13:25 +00:00
..
alter.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
async.h Back out RESET CONNECTION until there is more discussion. 2006-04-25 14:11:59 +00:00
cluster.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
comment.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
conversioncmds.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
copy.h Extend COPY to support COPY (SELECT ...) TO ... 2006-08-30 23:34:22 +00:00
dbcommands.h Arrange to emit a description of the current XLOG record as error context 2006-03-24 04:32:13 +00:00
defrem.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
explain.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
lockcmds.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
portalcmds.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
prepare.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
proclang.h Create the pg_pltemplate system catalog to hold template information 2005-09-08 20:07:42 +00:00
schemacmds.h Fix another const-decoration mismatch, per Magnus. 2006-04-09 22:01:19 +00:00
sequence.h Allow each C include file to compile on its own by including any needed 2006-07-11 13:54:25 +00:00
tablecmds.h Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the 2008-05-27 21:13:25 +00:00
tablespace.h Arrange to emit a description of the current XLOG record as error context 2006-03-24 04:32:13 +00:00
trigger.h Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the 2008-05-27 21:13:25 +00:00
typecmds.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
user.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
vacuum.h Fix recently-understood problems with handling of XID freezing, particularly 2006-11-05 22:42:10 +00:00
variable.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
version.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
view.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00