postgresql/src/test/regress/expected
Magnus Hagander fe9b36fd59 Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02: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 Remove the single-argument form of string_agg(). It added nothing much in 2010-08-05 18:21:19 +00:00
alter_table.out Add explicit regression tests for ALTER TABLE lock levels. 2010-07-29 11:06:34 +00:00
arrays.out Add three-parameter forms of array_to_string and string_to_array, to allow 2010-08-10 21:51:00 +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.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 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 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 2010-02-17 04:19:41 +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 CREATE TABLE IF NOT EXISTS. 2010-07-25 23:21:22 +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 wording for privilege description on certain failure messages; the 2010-08-26 19:49:08 +00:00
domain.out Remove ancient PL/pgsql line numbering hack. 2010-08-02 03:46:54 +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 Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 2010-02-27 21:53:21 +00:00
float4.out Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 2010-02-27 21:53:21 +00:00
float8-exp-three-digits-win32.out Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 2010-02-27 21:53:21 +00:00
float8-small-is-zero.out Fix variant float8 expected files to have exactly the expected spacing. 2010-07-08 15:15:05 +00:00
float8-small-is-zero_1.out Fix variant float8 expected files to have exactly the expected spacing. 2010-07-08 15:15:05 +00:00
float8.out Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 2010-02-27 21:53:21 +00:00
foreign_data.out Improve wording for privilege description on certain failure messages; the 2010-08-26 19:49:08 +00:00
foreign_key.out Adjust naming of indexes and their columns per recent discussion. 2009-12-23 02:35:25 +00:00
functional_deps.out Recognize functional dependency on primary keys. This allows a table's 2010-08-07 02:44: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
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
guc.out Remove ancient PL/pgsql line numbering hack. 2010-08-02 03:46:54 +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 Update standbycheck test output with new ERROR message changes. No changes 2010-05-02 12:28:43 +00:00
hs_standby_functions.out Update standbycheck test output with new ERROR message changes. No changes 2010-05-02 12:28:43 +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 Fix join-removal logic for pseudoconstant and outerjoin-delayed quals. 2010-09-14 23:15:29 +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 Support EEEE (scientific notation) in to_char(). 2009-08-10 18:29:27 +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 regression test for 9.0. 2010-03-14 04:17:54 +00:00
opr_sanity.out Install a data-type-based solution for protecting pg_get_expr(). 2010-09-03 01:34:55 +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 Remove ancient PL/pgsql line numbering hack. 2010-08-02 03:46:54 +00:00
plpgsql.out Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple 2010-08-09 18:50:11 +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 Change the notation for calling functions with named parameters from 2010-05-30 18:10:41 +00:00
portals.out Ensure that a cursor has an immutable snapshot throughout its lifespan. 2009-10-02 17:57:30 +00:00
portals_p2.out Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +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.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 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 Make NestLoop plan nodes pass outer-relation variables into their inner 2010-07-12 17:01:06 +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 Adjust regression tests for previous commit, that I forgot 2010-08-21 13:18:02 +00:00
sanity_check.out Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. 2010-02-16 22:34:57 +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
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 Fix assertion failure when a SELECT DISTINCT ON expression is volatile. 2009-09-12 00:04:59 +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 Rewrite LIKE's %-followed-by-_ optimization so it really works (this time 2010-05-28 17:35:23 +00:00
subselect.out Fix potential failure when hashing the output of a subplan that produces 2010-07-28 04:50:50 +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 Add string functions: concat(), concat_ws(), left(), right(), and reverse(). 2010-08-24 06:30:44 +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 Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works, 2010-04-07 21:41:53 +00:00
timestamptz.out Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works, 2010-04-07 21:41:53 +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 Clean up handling of XactReadOnly and RecoveryInProgress checks. 2010-02-20 21:24:02 +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 Modify the built-in text search parser to handle URLs more nearly according 2010-04-28 02:04:16 +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 Install a data-type-based solution for protecting pg_get_expr(). 2010-09-03 01:34:55 +00:00
typed_table.out Make psql distinguish between unique indices and unique constraints. 2010-08-01 01:08:29 +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.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 Extend the set of frame options supported for window functions. 2010-02-12 17:33:21 +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.out Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content 2010-08-13 18:36:26 +00:00
xml_1.out Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content 2010-08-13 18:36:26 +00:00
xmlmap.out Ooops, forgot to check the libxml cases for psql output wrapping change. 2009-11-22 06:01:09 +00:00
xmlmap_1.out Regression test for XML mapping functionality 2009-07-02 07:03:18 +00:00