postgresql/src/test/regress/expected
Alvaro Herrera 834a6da4f7 Update autovacuum to use reloptions instead of a system catalog, for
per-table overrides of parameters.

This removes a whole class of problems related to misusing the catalog,
and perhaps more importantly, gives us pg_dump support for the parameters.

Based on a patch by Euler Taveira de Oliveira, heavily reworked by me.
2009-02-09 20:57:59 +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 a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
alter_table.out Revert updatable views 2009-01-27 12:40:15 +00:00
arrays.out Fix recently-added array_agg tests to ensure they produce stable results 2008-11-29 00:39:46 +00:00
bit.out
bitmapops.out
boolean.out Additional test coverage for boolean type (bool.c) 2008-10-05 14:20:03 +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
char_1.out
char.out
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
combocid.out
comments.out
conversion.out
copy2.out
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
create_cast.out Add test case for CREATE CAST. 2008-10-31 09:17:17 +00:00
create_index.out Multi-column GIN indexes. Teodor Sigaev 2008-07-11 21:06:29 +00:00
create_misc.out
create_operator.out
create_table.out
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
dependency.out Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +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
euc_jp.out
euc_kr.out
euc_tw.out
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 Clean up some loose ends from the column privileges patch: add 2009-02-06 21:15:12 +00:00
foreign_key.out Refactor the handling of the various DropStmt variants so that when multiple 2008-06-14 18:04:34 +00:00
geometry_1.out
geometry_2.out
geometry.out
guc.out
hash_index.out
horology.out Fix to_timestamp() to not require upper/lower case matching for meridian 2009-02-07 14:16:46 +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 Improve reporting of dependencies in DROP to work like the scheme that we 2008-06-11 21:53:49 +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 Clean up the ancient decision to show only two fractional-seconds digits 2008-11-12 01:36:20 +00:00
join_1.out Consider a clause to be outerjoin_delayed if it references the nullable side 2008-06-27 20:54:37 +00:00
join.out Alter regression test cases that rely on the sort order of "aa". Some 2009-01-19 13:38:47 +00:00
limit.out
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
mule_internal.out
name.out
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
numeric.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
numerology.out Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq, 2008-08-05 02:43:18 +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 a new column proiswindow to pg_proc. It doesn't actually do anything 2008-12-19 18:25:20 +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 Add PL/PgSQL FOUND and GET DIAGNOSTICS support for RETURN QUERY 2009-02-05 15:25:49 +00:00
point.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
polygon.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
polymorphism.out When we added the ability to have zero-element ARRAY[] constructs by adding an 2008-12-19 05:04:35 +00:00
portals_p2.out
portals.out Revert updatable views 2009-01-27 12:40:15 +00:00
prepare.out Don't refer to the database name "regression" inside the regression test 2008-07-03 16:01:10 +00:00
prepared_xacts.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
privileges.out Clean up some loose ends from the column privileges patch: add 2009-02-06 21:15:12 +00:00
random.out
rangefuncs.out Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE 2008-10-31 19:37:56 +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 Implement comparison of generic records (composite types), and invent a 2008-10-13 16:25:20 +00:00
rules.out Clean up some loose ends from the column privileges patch: add 2009-02-06 21:15:12 +00:00
sanity_check.out Update autovacuum to use reloptions instead of a system catalog, for 2009-02-09 20:57:59 +00:00
select_distinct_on.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
select_distinct.out Add an ORDER BY to one more SELECT DISTINCT test case, per buildfarm results. 2008-08-05 15:17:59 +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
select_views_1.out
select_views.out
select.out Avoid regression test cases that fail in locales that sort "v" and "w" 2009-01-19 14:24:13 +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
stats.out
strings.out Unicode escapes in strings and identifiers 2008-10-29 08:04:54 +00:00
subselect.out Revert updatable views 2009-01-27 12:40:15 +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
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 Clean up the ancient decision to show only two fractional-seconds digits 2008-11-12 01:36:20 +00:00
timestamptz.out Clean up the ancient decision to show only two fractional-seconds digits 2008-11-12 01:36:20 +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 Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
triggers.out fix suppress_redundant_updates_trigger() where relation has Oids, per gripe from KaiGai Kohei 2008-11-05 18:49:28 +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 Extend GIN to support partial-match searches, and extend tsquery to support 2008-05-16 16:31:02 +00:00
tsearch.out Improve headeline generation. Now headline can contain 2008-10-17 18:05:19 +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
union.out Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. 2008-08-07 03:04:04 +00:00
update.out
uuid.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
vacuum.out
varchar_1.out
varchar.out
window.out Add some basic support for window frame clauses to the window-functions 2008-12-31 00:08:39 +00:00
with.out Support window functions a la SQL:2008. 2008-12-28 18:54:01 +00:00
without_oid.out
xml_1.out Fix crash of xmlconcat(NULL) 2008-11-15 20:52:35 +00:00
xml.out Fix crash of xmlconcat(NULL) 2008-11-15 20:52:35 +00:00