postgresql/src/backend
Stephen Frost 76e91b38ba Add ALTER TABLESPACE ... MOVE command
This adds a 'MOVE' sub-command to ALTER TABLESPACE which allows moving sets of
objects from one tablespace to another.  This can be extremely handy and avoids
a lot of error-prone scripting.  ALTER TABLESPACE ... MOVE will only move
objects the user owns, will notify the user if no objects were found, and can
be used to move ALL objects or specific types of objects (TABLES, INDEXES, or
MATERIALIZED VIEWS).
2014-01-18 18:56:40 -05:00
..
access Fix missing parentheses resulting in wrong order of dereference. 2014-01-15 11:00:50 -05:00
bootstrap Fix possible crashes due to using elog/ereport too early in startup. 2014-01-11 16:36:07 -05:00
catalog Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
commands Add ALTER TABLESPACE ... MOVE command 2014-01-18 18:56:40 -05:00
executor Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE. 2014-01-13 14:42:16 -05:00
foreign Update copyright for 2014 2014-01-07 16:05:30 -05:00
lib Update copyright for 2014 2014-01-07 16:05:30 -05:00
libpq Move username lookup functions from /port to /common 2014-01-10 18:03:28 -05:00
main Fix possible crashes due to using elog/ereport too early in startup. 2014-01-11 16:36:07 -05:00
nodes Add ALTER TABLESPACE ... MOVE command 2014-01-18 18:56:40 -05:00
optimizer Update copyright for 2014 2014-01-07 16:05:30 -05:00
parser Add ALTER TABLESPACE ... MOVE command 2014-01-18 18:56:40 -05:00
po Translation updates 2013-12-02 00:17:07 -05:00
port Update copyright for 2014 2014-01-07 16:05:30 -05:00
postmaster Logging running transactions every 15 seconds. 2014-01-15 12:41:20 -05:00
regex Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
replication Fix Hot Standby feedback sending when streaming busily. 2014-01-16 23:15:41 +02:00
rewrite Update copyright for 2014 2014-01-07 16:05:30 -05:00
snowball Update copyright for 2014 2014-01-07 16:05:30 -05:00
storage Logging running transactions every 15 seconds. 2014-01-15 12:41:20 -05:00
tcop Add ALTER TABLESPACE ... MOVE command 2014-01-18 18:56:40 -05:00
tsearch Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
utils Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
Makefile Update copyright for 2014 2014-01-07 16:05:30 -05:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
nls.mk Add libpgcommon to backend gettext source files 2013-10-19 13:49:05 -04:00