postgresql/src/backend/commands
Robert Haas c6cf3060d6 Allow ALTER TABLE .. SET TABLESPACE to be interrupted.
Backpatch to 8.0, where tablespaces were introduced.

Guillaume Lelarge
2010-07-01 14:10:21 +00:00
..
Makefile Support deferrable uniqueness constraints. 2009-07-29 20:56:21 +00:00
aggregatecmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
alter.c Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. 2010-06-13 17:43:13 +00:00
analyze.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
async.c Modify ShmemInitStruct and ShmemInitHash to throw errors internally, 2010-04-28 16:54:16 +00:00
cluster.c Introduce wal_level GUC to explicitly control if information needed for 2010-04-28 16:10:43 +00:00
comment.c Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. 2010-06-13 17:43:13 +00:00
constraint.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
conversioncmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
copy.c Introduce wal_level GUC to explicitly control if information needed for 2010-04-28 16:10:43 +00:00
dbcommands.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
define.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
discard.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
explain.c Quote all string values in EXPLAIN (FORMAT YAML) output. 2010-06-10 01:26:30 +00:00
foreigncmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
functioncmds.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
indexcmds.c Show schema name for REINDEX. 2010-06-01 00:33:23 +00:00
lockcmds.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
opclasscmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
operatorcmds.c Deprecate the use of => as an operator name. 2010-06-22 11:36:16 +00:00
portalcmds.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
prepare.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
proclang.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
schemacmds.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
sequence.c Clean up handling of XactReadOnly and RecoveryInProgress checks. 2010-02-20 21:24:02 +00:00
tablecmds.c Allow ALTER TABLE .. SET TABLESPACE to be interrupted. 2010-07-01 14:10:21 +00:00
tablespace.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
trigger.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
tsearchcmds.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
typecmds.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
user.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
vacuum.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
vacuumlazy.c Further reductions in Hot Standby conflict processing. These 2010-04-22 02:15:45 +00:00
variable.c Wrap calls to SearchSysCache and related functions using macros. 2010-02-14 18:42:19 +00:00
view.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00