postgresql/src/test/regress/expected
Tom Lane f1e671a0b4 Increase timeout in statement_timeout test from 1 second to 2 seconds.
We have once or twice seen failures suggesting that control didn't get
to the exception block before the timeout elapsed, which is unlikely
but not impossible in a parallel regression test (with a dozen other
backends competing for cycles).  This change doesn't completely prevent
the problem of course, but it should reduce the probability enough that
we don't see it anymore.  Per buildfarm results.
2006-06-18 16:21:23 +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 Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), 2006-03-10 20:15:28 +00:00
alter_table.out Add error location info to ResTarget parse nodes. Allows error cursor to be supplied 2006-03-23 00:19:30 +00:00
arrays.out GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +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 Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
box.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
btree_index.out
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 Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
cluster.out Track dependencies on shared objects (which is to say, roles; we already 2005-07-07 20:40:02 +00:00
comments.out Implement nested block comments in the backend and in psql. 2000-07-14 15:43:57 +00:00
conversion.out Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean 2006-02-18 16:15:23 +00:00
copy2.out Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 2006-02-27 16:09:50 +00:00
create_aggregate.out COMMENT ON casts, conversions, languages, operator classes, and 2003-11-21 22:32:49 +00:00
create_index.out GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +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 GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
create_type.out Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit 2006-02-28 22:37:27 +00:00
create_view.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +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 Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the 2005-11-21 12:49:33 +00:00
domain.out Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
drop_if_exists.out DROP IF EXISTS for ROLE/USER/GROUP 2006-02-04 19:06:47 +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 Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
float4.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
float8-exp-three-digits-win32.out Remove grammar productions for prefix and postfix % and ^ operators, 2005-06-08 21:15:29 +00:00
float8-small-is-zero_1.out Remove grammar productions for prefix and postfix % and ^ operators, 2005-06-08 21:15:29 +00:00
float8-small-is-zero.out Remove grammar productions for prefix and postfix % and ^ operators, 2005-06-08 21:15:29 +00:00
float8.out Remove grammar productions for prefix and postfix % and ^ operators, 2005-06-08 21:15:29 +00:00
foreign_key.out Update regression tests for new referential integrity error message 2005-12-28 23:17:09 +00:00
geometry_1.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
geometry_2.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
geometry.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +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 interval-addition test so that it won't fail on DST transition days. 2006-04-02 19:39:54 +00:00
inet.out Undo changes of trailing space in recently-committed expected files. 2006-02-12 03:10:04 +00:00
inherit.out Add regression tests for the fix committed by Tom for casting between 2004-12-12 22:49:50 +00:00
insert.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +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 Attached is the new patch. To summarize: 2006-03-06 22:49:17 +00:00
join_1.out Adjust join_1.out to match Windows behavior for new mergejoin regression 2006-03-19 01:19:42 +00:00
join.out Fix bug introduced into mergejoin logic by performance improvement patch of 2006-03-17 19:38:12 +00:00
limit.out Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion. 2001-10-20 02:55:39 +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 Clean up generation of default names for constraints, indexes, and serial 2004-06-10 17:56:03 +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 Update regression error message for NUMERIC range overflow. Display "1" 2006-01-25 18:20:22 +00:00
numerology.out
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 Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can 2005-04-12 04:26:34 +00:00
opr_sanity.out GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
path.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
plpgsql.out Increase timeout in statement_timeout test from 1 second to 2 seconds. 2006-06-18 16:21:23 +00:00
point.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
polygon.out Extend r-tree operator classes to handle Y-direction tests equivalent 2005-06-24 20:53:34 +00:00
polymorphism.out Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 2006-02-27 16:09:50 +00:00
portals_p2.out Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
portals.out Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 2006-02-27 16:09:50 +00:00
prepare.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
prepared_xacts.out Update regression output for new prepare transaction error messages. 2005-10-13 23:12:04 +00:00
privileges.out Add GRANT ON SEQUENCE syntax to support sequence-only permissions. 2006-01-21 02:16:21 +00:00
random.out Improve random regression tests to fail less frequently. 2004-03-15 15:46:25 +00:00
rangefuncs.out Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 2006-02-27 16:09:50 +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
rowtypes.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
rules.out Add last-vacuum/analyze-time columns to the stats collector, both manual and 2006-05-19 19:08:27 +00:00
sanity_check.out GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
select_distinct_on.out
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 problem with whole-row Vars referencing sub-select outputs, per 2005-12-14 16:28:32 +00:00
sequence.out Change nextval and other sequence functions to specify their sequence 2005-10-02 23:50:16 +00:00
sql_ascii.out Fixes for char_length() change. 2000-03-16 11:55:43 +00:00
stats.out Create a standard function pg_sleep() to sleep for a specified amount of time. 2006-01-11 20:12:43 +00:00
strings.out Code review for standard_conforming_strings patch. Fix it so it does not 2006-05-11 19:15:36 +00:00
subselect.out Fix problems with rewriter failing to set Query.hasSubLinks when inserting 2005-11-23 17:21:04 +00:00
temp.out Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is 2006-02-19 00:04:28 +00:00
text.out
time.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
timestamp.out Add E'' syntax so eventually normal strings can treat backslashes 2005-06-26 03:04:37 +00:00
timestamptz.out Add E'' syntax so eventually normal strings can treat backslashes 2005-06-26 03:04:37 +00:00
timetz.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
tinterval.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
transactions.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
triggers.out fix typo 2006-05-28 03:12:00 +00:00
truncate.out Add CASCADE option to TRUNCATE. Joachim Wieland 2006-03-03 03:30:54 +00:00
type_sanity.out Change typreceive function API so that receive functions get the same 2005-07-10 21:14:00 +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 Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +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 Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00