postgresql/src/test/regress/expected
Tom Lane 8835d63b27 Experiment with using EXPLAIN COSTS OFF in regression tests.
This is a simple test to see whether COSTS OFF will help much with getting
EXPLAIN output that's sufficiently platform-independent for use in the
regression tests.  The planner does have some freedom of choice in these
examples (plain via bitmap indexscan), so I'm not sure what will happen.
2009-07-27 00:26:03 +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 Fix the handling of sub-SELECTs appearing in the arguments of an outer-level 2009-04-25 16:44:56 +00:00
alter_table.out DROP IF EXISTS for columns and constraints. Andres Freund. 2009-07-20 02:42:28 +00:00
arrays.out Fix the regression test error message for array_fill, too. 2009-04-16 14:43:39 +00:00
bit.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +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.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +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
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 Add an ORDER BY to nail down the expected row order from a query that's 2007-09-03 01:28:40 +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 Remove "convert 'blah' using conversion_name" facility, because if it 2007-09-24 01:29:30 +00:00
copy2.out Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro. 2009-07-25 00:07:14 +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 Create AVG() aggregates for int8 and NUMERIC which do not compute X^2, 2007-02-17 00:55:58 +00:00
create_cast.out Add test case for CREATE CAST. 2008-10-31 09:17:17 +00:00
create_index.out Experiment with using EXPLAIN COSTS OFF in regression tests. 2009-07-27 00:26:03 +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 Missed this file in previous commit :-( 2006-03-14 22:50:46 +00:00
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 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.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.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 Polish SQL/MED terminology 2009-03-25 13:11:43 +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.out Stop a few regression tests from needlessly disabling GEQO. This was 2007-05-29 04:17:08 +00:00
geometry_1.out Stop a few regression tests from needlessly disabling GEQO. This was 2007-05-29 04:17:08 +00:00
geometry_2.out Stop a few regression tests from needlessly disabling GEQO. This was 2007-05-29 04:17:08 +00:00
guc.out Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay 2009-02-28 00:10:52 +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
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 Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input 2009-06-10 05:05:03 +00:00
join.out Fix a thinko in join_is_legal: when we decide we can implement a semijoin 2009-07-19 20:32:48 +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.out Allow leading and trailing spaces around NaN in numeric_in. 2009-04-08 22:08:40 +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
numerology.out Remove the special cases to prevent minus-zero results in float4 and float8 2009-02-18 19:23:26 +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
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 Revise plpgsql's scanner to process comments and string literals in a way 2009-04-19 18:52:58 +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 Add agg/normal/trigger/window flags for psql \df and in \df output. 2009-04-21 15:49:06 +00:00
portals.out Revert updatable views 2009-01-27 12:40:15 +00:00
portals_p2.out Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +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 Change the default value of max_prepared_transactions to zero, and add 2009-04-23 00:23:46 +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
privileges.out Fix column privilege checking for cases where parent and child have different 2009-03-05 17:30:29 +00:00
random.out Improve random regression tests to fail less frequently. 2004-03-15 15:46:25 +00:00
rangefuncs.out Fix things so that you can still do "select foo()" where foo is a SQL 2009-06-11 17:25:39 +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.out Avoid regression test cases that fail in locales that sort "v" and "w" 2009-01-19 14:24:13 +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_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_having.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +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_implicit.out Alter regression test cases that rely on the sort order of "aa". Some 2009-01-19 13:38:47 +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_into.out Remove FROM warning by fixing query. 2000-06-04 17:52:54 +00:00
select_views.out Adjust expected regression outputs for plan changes caused by recent 2004-04-01 21:59:45 +00:00
select_views_1.out Adjust expected regression outputs for plan changes caused by recent 2004-04-01 21:59:45 +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
sequence_1.out Add a variant expected-output file for the sequence regression test, to cover 2008-09-01 21:24:52 +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 Fix LIKE's special-case code for % followed by _. I'm not entirely sure that 2009-05-24 18:10:38 +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 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 Fix bug #4814 (wrong subscript in consistent-function call), and add some 2009-05-19 02:48:26 +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 Adopt Bob Jenkins' improved hash function for hash_any(). This changes the 2009-02-09 21:18:28 +00:00
update.out Code review for UPDATE SET (columnlist) patch. Make it handle as much 2006-09-03 22:37:06 +00:00
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 Add new vacuum regression test files. 2002-07-20 04:58:14 +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
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
window.out Add some basic support for window frame clauses to the window-functions 2008-12-31 00:08:39 +00:00
with.out Fix handling of changed-Param signaling for CteScan plan nodes. We were using 2009-07-06 02:16:03 +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.out Fix xmlattribute escaping XML special characters twice (bug #4822). 2009-06-09 22:00:57 +00:00
xml_1.out Fix xmlattribute escaping XML special characters twice (bug #4822). 2009-06-09 22:00:57 +00:00
xmlmap.out Regression test for XML mapping functionality 2009-07-02 07:03:18 +00:00
xmlmap_1.out Regression test for XML mapping functionality 2009-07-02 07:03:18 +00:00