postgresql/src/include/nodes
Itagaki Takahiro 946cf229e8 Support rewritten-based full vacuum as VACUUM FULL. Traditional
VACUUM FULL was renamed to VACUUM FULL INPLACE. Also added a new
option -i, --inplace for vacuumdb to perform FULL INPLACE vacuuming.

Since the new VACUUM FULL uses CLUSTER infrastructure, we cannot
use it for system tables. VACUUM FULL for system tables always
fall back into VACUUM FULL INPLACE silently.

Itagaki Takahiro, reviewed by Jeff Davis and Simon Riggs.
2010-01-06 05:31:14 +00:00
..
bitmapset.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
execnodes.h Add support for doing FULL JOIN ON FALSE. While this is really a rather 2010-01-05 23:25:36 +00:00
makefuncs.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
memnodes.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodeFuncs.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nodes.h Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). 2010-01-05 21:54:00 +00:00
params.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
parsenodes.h Support rewritten-based full vacuum as VACUUM FULL. Traditional 2010-01-06 05:31:14 +00:00
pg_list.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
plannodes.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
primnodes.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
print.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
readfuncs.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
relation.h Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). 2010-01-05 21:54:00 +00:00
tidbitmap.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
value.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00