postgresql/src/test/regress/expected
Tom Lane 2ffc0e8849 Strengthen type_sanity's check on pg_type.typarray. It failed to
complain about types that didn't have typarray set.  Noted while
working on txid patch.
2007-10-13 22:33:38 +00:00
..
abstime.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
aggregates.out Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing 2007-07-09 16:13:57 +00:00
alter_table.out Clarify some error messages about duplicate things. 2007-06-03 22:16:03 +00:00
arrays.out Clarify some error messages about duplicate things. 2007-06-03 22:16:03 +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
boolean.out Allow leading and trailing whitespace in the input to the boolean 2007-06-01 23:40:19 +00:00
box.out Rename contains/contained-by operators to @> and <@, per discussion that 2006-09-10 00:29:35 +00:00
btree_index.out Update remaining tests for new psql, with the exception of 'arrays', 2000-01-09 03:48:39 +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.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
circle.out Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST 2007-01-09 02:14:16 +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 Combine cmin and cmax fields of HeapTupleHeaders into a single field, by 2007-02-09 03:35:35 +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 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 2006-02-27 16:09:50 +00:00
copyselect.out Extend COPY to support COPY (SELECT ...) TO ... 2006-08-30 23:34:22 +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_index.out HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +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 Support type modifiers for user-defined types, and pull most knowledge 2006-12-30 21:21:56 +00:00
create_view.out Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
date.out > After all that about numbering centuries and millenia correctly, 2004-08-20 03:45:14 +00:00
delete.out Missed this file in previous commit :-( 2006-03-14 22:50:46 +00:00
dependency.out Get rid of the separate RULE privilege for tables: now only a table's owner 2006-09-05 21:08:36 +00:00
domain.out Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT 2007-05-11 20:17:15 +00:00
drop_if_exists.out DROP IF EXISTS for ROLE/USER/GROUP 2006-02-04 19:06:47 +00:00
enum.out Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
errors.out Support the syntax 2006-04-15 17:45: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 Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a 2007-01-02 20:00:50 +00:00
float4.out Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a 2007-01-02 20:00:50 +00:00
float8-exp-three-digits-win32.out Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a 2007-01-02 20:00:50 +00:00
float8-small-is-zero_1.out Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a 2007-01-02 20:00:50 +00:00
float8-small-is-zero.out Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a 2007-01-02 20:00:50 +00:00
float8.out Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a 2007-01-02 20:00:50 +00:00
foreign_key.out Repair problems occurring when multiple RI updates have to be done to the same 2007-08-15 19:15:47 +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
geometry.out Stop a few regression tests from needlessly disabling GEQO. This was 2007-05-29 04:17:08 +00:00
guc.out Arrange for SET LOCAL's effects to persist until the end of the current top 2007-09-11 00:06:42 +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 Adjust horology test to avoid join-plan-dependent result ordering in 2007-07-25 17:22:37 +00:00
inet.out Update expected result for new inet error message wording. 2007-01-02 23:38:42 +00:00
inherit.out Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, 2007-07-17 05:02:03 +00:00
insert.out A few regression tests for VALUES, from Gavin Sherry. 2006-08-03 14:54:44 +00:00
int2.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
int4.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
int8-exp-three-digits.out Add regression test to see if the min/max values of int8 convert correctly. 2005-12-05 04:13:38 +00:00
int8.out Add regression test to see if the min/max values of int8 convert correctly. 2005-12-05 04:13:38 +00:00
interval.out Fix a bug in input processing for the "interval" type. Previously, 2007-05-29 04:58:43 +00:00
join_1.out Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand 2007-08-31 01:44:06 +00:00
join.out Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand 2007-08-31 01:44:06 +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 Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +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 Fix all known problems with pg_dump's handling of serial sequences 2006-08-21 00:57:26 +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 Tweak the width_bucket() regression tests to avoid an unnecessary 2007-01-17 16:19:08 +00:00
numerology.out Tweak GROUP BY so that it will still accept result-column names, but only 2000-03-15 23:31:19 +00:00
oid.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
oidjoins.out Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
opr_sanity.out Fix breakage of GIN support for varchar[] and cidr[] that I introduced in the 2007-09-03 01:18:33 +00:00
path.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
plancache.out Fix the plan-invalidation mechanism to treat regclass constants that refer to 2007-10-11 18:05:27 +00:00
plpgsql.out Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntax 2007-07-25 04:19:09 +00:00
point.out Stop a few regression tests from needlessly disabling GEQO. This was 2007-05-29 04:17:08 +00:00
polygon.out Rename contains/contained-by operators to @> and <@, per discussion that 2006-09-10 00:29:35 +00:00
polymorphism.out Fix a thinko in my patch of a couple months ago for bug #3116: it did the 2007-05-01 18:53:52 +00:00
portals_p2.out Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
portals.out Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard. 2007-06-11 01:16:30 +00:00
prepare.out Arrange for quote_identifier() and pg_dump to not quote keywords that are 2007-06-18 21:40:58 +00:00
prepared_xacts.out Update regression output for new prepare transaction error messages. 2005-10-13 23:12:04 +00:00
privileges.out Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
random.out Improve random regression tests to fail less frequently. 2004-03-15 15:46:25 +00:00
rangefuncs.out Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
reltime.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
returning.out Message style improvements 2006-10-06 17:14:01 +00:00
rowtypes.out Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
rules.out Just-in-time background writing strategy. This code avoids re-scanning 2007-09-25 20:03:38 +00:00
sanity_check.out Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
select_distinct_on.out Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now 2000-01-27 18:11:50 +00:00
select_distinct.out Implement IS NOT DISTINCT FROM, update the regression tests and docs. 2005-12-11 10:54:28 +00:00
select_having_1.out Make the behavior of HAVING without GROUP BY conform to the SQL spec. 2005-03-10 23:21:26 +00:00
select_having_2.out Make the behavior of HAVING without GROUP BY conform to the SQL spec. 2005-03-10 23:21:26 +00:00
select_having.out Make the behavior of HAVING without GROUP BY conform to the SQL spec. 2005-03-10 23:21:26 +00:00
select_implicit_1.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
select_implicit_2.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
select_implicit.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +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 a couple of planner bugs introduced by the new ability to discard 2007-07-07 20:46:45 +00:00
sequence.out Fix all known problems with pg_dump's handling of serial sequences 2006-08-21 00:57:26 +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 Code review for regexp_matches/regexp_split patch. Refactor to avoid assuming 2007-08-11 03:56:24 +00:00
subselect.out Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing 2007-07-18 21:40:57 +00:00
temp.out Support explicit placement of the temporary-table schema within search_path. 2007-04-20 02:37:38 +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 Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
timestamp.out Install a more correct fix in the timestamp and timestamptz regression tests: 2007-02-16 17:49:15 +00:00
timestamptz.out Fix DecodeDateTime to allow timezone to appear before year. This had 2007-06-12 15:58:32 +00:00
timetz.out Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
tinterval.out Stop a few regression tests from needlessly disabling GEQO. This was 2007-05-29 04:17:08 +00:00
transactions.out Insert ORDER BY into a few regression test queries that now have unstable 2007-06-09 17:24:46 +00:00
triggers.out Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
truncate.out Change TRUNCATE's method for searching for foreign-key references so that 2006-06-29 16:07:29 +00:00
tsdicts.out Temporarily modify tsearch regression tests to suppress notice that comes 2007-09-23 15:58:58 +00:00
tsearch.out Rename built-in Snowball stemmer dictionaries to be english_stem, 2007-08-25 01:06:25 +00:00
tstypes.out Uppercase keywords in regression tsearch test scripts. 2007-08-21 15:41:13 +00:00
type_sanity.out Strengthen type_sanity's check on pg_type.typarray. It failed to 2007-10-13 22:33:38 +00:00
union.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +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 Clarify some error messages about duplicate things. 2007-06-03 22:16:03 +00:00
vacuum.out Add new vacuum regression test files. 2002-07-20 04:58:14 +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.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51: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 Arrange for quote_identifier() and pg_dump to not quote keywords that are 2007-06-18 21:40:58 +00:00
xml.out Arrange for quote_identifier() and pg_dump to not quote keywords that are 2007-06-18 21:40:58 +00:00