postgresql/src/test/regress/expected
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
..
abstime.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
aggregates.out Add string_agg aggregate functions. The one argument version concatenates 2010-02-01 03:14:45 +00:00
alter_table.out Adjust naming of indexes and their columns per recent discussion. 2009-12-23 02:35:25 +00:00
arrays.out Improve unique-constraint-violation error messages to include the exact 2009-08-01 19:59:41 +00:00
bit.out Add get_bit/set_bit functions for bit strings, paralleling those for bytea, 2010-01-25 20:55:32 +00:00
bitmapops.out Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole 2008-04-10 22:25:26 +00:00
boolean.out Accept 'on' and 'off' as input for boolean data type, unifying the syntax 2009-03-09 14:34:35 +00:00
box.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
btree_index.out Fix breakage of bitmap scan plan creation for special index operators such 2008-11-20 19:52:54 +00:00
case.out Adjust constant-folding of CASE expressions so that the simple comparison 2005-02-02 21:49:09 +00:00
char_1.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
char_2.out The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbers after letters, 2009-02-12 15:11:44 +00:00
char.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
circle.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
cluster.out Fix timing-sensitive regression test result I just created :-( --- the 2010-02-03 03:21:25 +00:00
combocid.out Avoid incrementing the CommandCounter when CommandCounterIncrement is called 2007-11-30 21:22:54 +00:00
comments.out Implement nested block comments in the backend and in psql. 2000-07-14 15:43:57 +00:00
conversion.out Support hex-string input and output for type BYTEA. 2009-08-04 16:08:37 +00:00
copy2.out Define a new, more extensible syntax for COPY options. 2009-09-21 20:10:21 +00:00
copyselect.out Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, 2008-08-07 01:11:52 +00:00
create_aggregate.out Support ORDER BY within aggregate function calls, at long last providing a 2009-12-15 17:57:48 +00:00
create_cast.out Improve psql's tabular display of wrapped-around data by inserting markers 2009-11-22 05:20:41 +00:00
create_index.out Add point_ops opclass for GiST. 2010-01-14 16:31:09 +00:00
create_misc.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
create_operator.out Attached is a patch implementing factorial(), returning numeric. Points 2003-12-01 21:52:38 +00:00
create_table.out Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
create_type.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
create_view.out Revert updatable views 2009-01-27 12:40:15 +00:00
date.out Extend the date type to support infinity and -infinity, analogously to 2008-10-14 17:12:33 +00:00
delete.out Remove add_missing_from GUC and associated parser support for "implicit RTEs". 2009-10-21 20:22:38 +00:00
dependency.out Improve psql's tabular display of wrapped-around data by inserting markers 2009-11-22 05:20:41 +00:00
domain.out Improve reporting of dependencies in DROP to work like the scheme that we 2008-06-11 21:53:49 +00:00
drop_if_exists.out Revert updatable views 2009-01-27 12:40:15 +00:00
enum.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
errors.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
euc_cn.out Fixes for char_length() change. 2000-03-16 11:55:43 +00:00
euc_jp.out Fix for drop db message format changes 2000-10-27 02:25:34 +00:00
euc_kr.out Fixes for char_length() change. 2000-03-16 11:55:43 +00:00
euc_tw.out Fixes for char_length() change. 2000-03-16 11:55:43 +00:00
float4-exp-three-digits.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
float4.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
float8-exp-three-digits-win32.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
float8-small-is-zero_1.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
float8-small-is-zero.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
float8.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
foreign_data.out Always pass catalog id to the options validator function specified in 2009-12-23 12:23:59 +00:00
foreign_key.out Adjust naming of indexes and their columns per recent discussion. 2009-12-23 02:35:25 +00:00
geometry_1.out Rewrite the planner's handling of materialized plan types so that there is 2009-09-12 22:12:09 +00:00
geometry_2.out Rewrite the planner's handling of materialized plan types so that there is 2009-09-12 22:12:09 +00:00
geometry.out Rewrite the planner's handling of materialized plan types so that there is 2009-09-12 22:12:09 +00:00
guc.out Improve psql's tabular display of wrapped-around data by inserting markers 2009-11-22 05:20:41 +00:00
hash_index.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
horology.out Make to_timestamp and friends skip leading spaces before an integer field, 2009-06-22 17:54:30 +00:00
hs_standby_allowed.out Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
hs_standby_check.out Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
hs_standby_disallowed.out Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
hs_standby_functions.out Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
inet.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
inherit.out The particular table names used in the new inheritance regression test are 2010-02-02 18:16:10 +00:00
insert.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
int2.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
int4.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
int8-exp-three-digits.out Fix a missed case in int8-exp-three-digits.out, per buildfarm results. 2008-10-06 00:07:28 +00:00
int8.out Remove some unportable tests 2008-10-05 18:56:09 +00:00
interval.out Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input 2009-06-10 05:05:03 +00:00
join.out Add support for doing FULL JOIN ON FALSE. While this is really a rather 2010-01-05 23:25:36 +00:00
limit.out Fix parameter recalculation for Limit nodes: during a ReScan call we must 2007-05-17 19:35:08 +00:00
lseg.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
macaddr.out Add regression test for macaddr type. Enhance documentation about accepted 2008-10-03 15:37:18 +00:00
money.out Add regression tests for MONEY type. 2007-11-24 19:49:23 +00:00
mule_internal.out Fixes for char_length() change. 2000-03-16 11:55:43 +00:00
name.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
namespace.out Improve reporting of dependencies in DROP to work like the scheme that we 2008-06-11 21:53:49 +00:00
numeric_big.out Update numeric_big regress test for 7.0. This has apparently been 2000-03-30 07:13:20 +00:00
numeric.out Support EEEE (scientific notation) in to_char(). 2009-08-10 18:29:27 +00:00
numerology_1.out Remove the special cases to prevent minus-zero results in float4 and float8 2009-02-18 19:23:26 +00:00
numerology.out Remove the special cases to prevent minus-zero results in float4 and float8 2009-02-18 19:23:26 +00:00
oid.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
oidjoins.out Update oidjoins test to match CVS HEAD. 2008-10-13 12:59:57 +00:00
opr_sanity.out Add point_ops opclass for GiST. 2010-01-14 16:31:09 +00:00
path.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
plancache.out Revert updatable views 2009-01-27 12:40:15 +00:00
plpgsql.out Remove the default_do_language parameter, instead making DO use a hardwired 2010-01-26 16:33:40 +00:00
point.out Add point_ops opclass for GiST. 2010-01-14 16:31:09 +00:00
polygon.out Correct calculations of overlap and contains operations over polygons. 2009-07-28 09:48:00 +00:00
polymorphism.out Fix regression tests for psql \d view patch 2009-11-03 14:52:10 +00:00
portals_p2.out Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
portals.out Ensure that a cursor has an immutable snapshot throughout its lifespan. 2009-10-02 17:57:30 +00:00
prepare.out Improve psql's tabular display of wrapped-around data by inserting markers 2009-11-22 05:20:41 +00:00
prepared_xacts_1.out Change the default value of max_prepared_transactions to zero, and add 2009-04-23 00:23:46 +00:00
prepared_xacts.out Change the default value of max_prepared_transactions to zero, and add 2009-04-23 00:23:46 +00:00
privileges.out Additional fixes for large object access control. 2009-12-14 00:39:11 +00:00
random.out Improve random regression tests to fail less frequently. 2004-03-15 15:46:25 +00:00
rangefuncs.out Fix a bug introduced when set-returning SQL functions were made inline-able: 2009-12-14 02:15:54 +00:00
reltime.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
returning.out Revert updatable views 2009-01-27 12:40:15 +00:00
rowtypes.out Remove add_missing_from GUC and associated parser support for "implicit RTEs". 2009-10-21 20:22:38 +00:00
rules.out Add the ability to store inheritance-tree statistics in pg_statistic, 2009-12-29 20:11:45 +00:00
sanity_check.out Add point_ops opclass for GiST. 2010-01-14 16:31:09 +00:00
select_distinct_on.out Fix assertion failure when a SELECT DISTINCT ON expression is volatile. 2009-09-12 00:04:59 +00:00
select_distinct.out Alter some gratuitous uses of "ANSI" when "SQL standard" might have been 2009-07-11 21:15:32 +00:00
select_having_1.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
select_having_2.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
select_having.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
select_implicit_1.out Alter regression test cases that rely on the sort order of "aa". Some 2009-01-19 13:38:47 +00:00
select_implicit_2.out Alter regression test cases that rely on the sort order of "aa". Some 2009-01-19 13:38:47 +00:00
select_implicit.out Alter regression test cases that rely on the sort order of "aa". Some 2009-01-19 13:38:47 +00:00
select_into.out Remove FROM warning by fixing query. 2000-06-04 17:52:54 +00:00
select_views_1.out Adjust expected regression outputs for plan changes caused by recent 2004-04-01 21:59:45 +00:00
select_views.out Adjust expected regression outputs for plan changes caused by recent 2004-04-01 21:59:45 +00:00
select.out Fix equivclass.c's not-quite-right strategy for handling X=X clauses. 2009-09-29 01:20:34 +00:00
sequence_1.out Add a variant expected-output file for the sequence regression test, to cover 2008-09-01 21:24:52 +00:00
sequence.out Improve reporting of dependencies in DROP to work like the scheme that we 2008-06-11 21:53:49 +00:00
sql_ascii.out Fixes for char_length() change. 2000-03-16 11:55:43 +00:00
stats.out Simplify and rename some GUC variables, per various recent discussions: 2007-09-24 03:12:23 +00:00
strings.out Add get_bit/set_bit functions for bit strings, paralleling those for bytea, 2010-01-25 20:55:32 +00:00
subselect.out Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangled 2009-03-10 20:58:26 +00:00
temp.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
text.out Fix up text concatenation so that it accepts all the reasonable cases that 2007-06-06 23:00:50 +00:00
time.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
timestamp.out Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as 2009-03-22 01:12:32 +00:00
timestamptz.out Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as 2009-03-22 01:12:32 +00:00
timetz.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
tinterval.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
transactions.out Improve unique-constraint-violation error messages to include the exact 2009-08-01 19:59:41 +00:00
triggers.out Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'s 2010-01-21 06:11:46 +00:00
truncate.out Add ONLY support to LOCK and TRUNCATE. By default, these commands are now 2009-01-12 08:54:27 +00:00
tsdicts.out Add prefix support for synonym dictionary 2009-08-14 14:53:20 +00:00
tsearch.out Improve psql's tabular display of wrapped-around data by inserting markers 2009-11-22 05:20:41 +00:00
tstypes.out Extend GIN to support partial-match searches, and extend tsquery to support 2008-05-16 16:31:02 +00:00
txid.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
type_sanity.out Establish the rule that array types should have the same typdelim as their 2008-09-25 03:28:56 +00:00
typed_table.out Type table feature 2010-01-28 23:21:13 +00:00
union.out Avoid a premature coercion failure in transformSetOperationTree() when 2009-12-16 22:24:13 +00:00
update.out Remove add_missing_from GUC and associated parser support for "implicit RTEs". 2009-10-21 20:22:38 +00:00
uuid.out Improve unique-constraint-violation error messages to include the exact 2009-08-01 19:59:41 +00:00
vacuum.out Remove old-style VACUUM FULL (which was known for a little while as 2010-02-08 04:33:55 +00:00
varchar_1.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
varchar_2.out The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbers after letters, 2009-02-12 15:11:44 +00:00
varchar.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
window.out Modify the definition of window-function PARTITION BY and ORDER BY clauses 2009-08-27 20:08:03 +00:00
with.out Improve psql's tabular display of wrapped-around data by inserting markers 2009-11-22 05:20:41 +00:00
without_oid.out Combine cmin and cmax fields of HeapTupleHeaders into a single field, by 2007-02-09 03:35:35 +00:00
xml_1.out Fix xmlattribute escaping XML special characters twice (bug #4822). 2009-06-09 22:00:57 +00:00
xml.out Fix xmlattribute escaping XML special characters twice (bug #4822). 2009-06-09 22:00:57 +00:00
xmlmap_1.out Regression test for XML mapping functionality 2009-07-02 07:03:18 +00:00
xmlmap.out Ooops, forgot to check the libxml cases for psql output wrapping change. 2009-11-22 06:01:09 +00:00