postgresql/src/include/access
Tom Lane 0a469c8769 Remove old-style VACUUM FULL (which was known for a little while as
VACUUM FULL INPLACE), along with a boatload of subsidiary code and complexity.
Per discussion, the use case for this method of vacuuming is no longer large
enough to justify maintaining it; not to mention that we don't wish to invest
the work that would be needed to make it play nicely with Hot Standby.

Aside from the code directly related to old-style VACUUM FULL, this commit
removes support for certain WAL record types that could only be generated
within VACUUM FULL, redirect-pointer removal in heap_page_prune, and
nontransactional generation of cache invalidation sinval messages (the last
being the sticking point for Hot Standby).

We still have to retain all code that copes with finding HEAP_MOVED_OFF and
HEAP_MOVED_IN flag bits on existing tuples.  This can't be removed as long
as we want to support in-place update from pre-9.0 databases.
2010-02-08 04:33:55 +00:00
..
attnum.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
clog.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
genam.h Remove old-style VACUUM FULL (which was known for a little while as 2010-02-08 04:33:55 +00:00
gin.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
gist_private.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
gist.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
gistscan.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
hash.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
heapam.h Remove old-style VACUUM FULL (which was known for a little while as 2010-02-08 04:33:55 +00:00
hio.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
htup.h Remove old-style VACUUM FULL (which was known for a little while as 2010-02-08 04:33:55 +00:00
itup.h Remove partial, broken support for NULL pointers when fetching attributes. 2010-01-10 04:26:36 +00:00
multixact.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
nbtree.h Remove old-style VACUUM FULL (which was known for a little while as 2010-02-08 04:33:55 +00:00
printtup.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
reloptions.h Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. 2010-01-22 16:40:19 +00:00
relscan.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
rewriteheap.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
rmgr.h Create a "relation mapping" infrastructure to support changing the relfilenodes 2010-02-07 20:48:13 +00:00
sdir.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
skey.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
slru.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
subtrans.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
sysattr.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
transam.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tupconvert.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tupdesc.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tupmacs.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tuptoaster.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
twophase_rmgr.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
twophase.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
valid.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
visibilitymap.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
xact.h Remove old-style VACUUM FULL (which was known for a little while as 2010-02-08 04:33:55 +00:00
xlog_internal.h Introduce Streaming Replication. 2010-01-15 09:19:10 +00:00
xlog.h Remove old-style VACUUM FULL (which was known for a little while as 2010-02-08 04:33:55 +00:00
xlogdefs.h Introduce Streaming Replication. 2010-01-15 09:19:10 +00:00
xlogutils.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00