postgresql/src/test/regress/expected
Tom Lane 319902dc8c Fix to_number for the case of a trailing S.
Karel Zak
2004-10-28 18:55:08 +00:00
..
abstime.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
aggregates.out The added aggregates are: 2004-05-26 15:26:28 +00:00
alter_table.out Add regression tests for ALTER INDEX. 2004-08-28 22:06:04 +00:00
arrays.out Further tightening of the array literal parser. Prevent junk 2004-08-28 19:31:29 +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 Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
box.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +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 COALESCE() and NULLIF() are now first-class expressions, not macros 2003-02-16 02:30:39 +00:00
char.out Make char(n) and varchar(n) types raise an error if the inserted string is 2001-05-21 16:54:46 +00:00
char_1.out Make regression tests locale-proof by setting some locale categories 2002-05-14 13:05:43 +00:00
circle.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
cluster.out Clean up generation of default names for constraints, indexes, and serial 2004-06-10 17:56:03 +00:00
comments.out Implement nested block comments in the backend and in psql. 2000-07-14 15:43:57 +00:00
conversion.out COMMENT ON casts, conversions, languages, operator classes, and 2003-11-21 22:32:49 +00:00
copy2.out Clean up generation of default names for constraints, indexes, and serial 2004-06-10 17:56:03 +00:00
create_aggregate.out COMMENT ON casts, conversions, languages, operator classes, and 2003-11-21 22:32:49 +00:00
create_index.out COMMENT ON casts, conversions, languages, operator classes, and 2003-11-21 22:32:49 +00:00
create_misc.out Todo items: 2003-03-20 07:02:11 +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 Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
create_type.out COMMENT ON casts, conversions, languages, operator classes, and 2003-11-21 22:32:49 +00:00
create_view.out COMMENT ON casts, conversions, languages, operator classes, and 2003-11-21 22:32:49 +00:00
date.out > After all that about numbering centuries and millenia correctly, 2004-08-20 03:45:14 +00:00
domain.out Require that array literals produce "rectangular" arrays, i.e. all the 2004-08-05 03:30:44 +00:00
errors.out Teach psql to show the location of syntax errors visually, per recent 2004-03-14 04:25:18 +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 float8-small-is-zero and float8-exp-three-digits will likely need 2004-03-15 16:20:52 +00:00
float4.out Allow 'Infinity' and '-Infinity' as input to the float4 and float8 2004-03-12 00:25:43 +00:00
float8-exp-three-digits-win32.out Add ceiling() as an alias for ceil(), and power() as an alias for pow(). 2004-04-23 20:32:20 +00:00
float8-exp-three-digits.out Add ceiling() as an alias for ceil(), and power() as an alias for pow(). 2004-04-23 20:32:20 +00:00
float8-small-is-zero.out Add ceiling() as an alias for ceil(), and power() as an alias for pow(). 2004-04-23 20:32:20 +00:00
float8.out Add ceiling() as an alias for ceil(), and power() as an alias for pow(). 2004-04-23 20:32:20 +00:00
foreign_key.out Unbreak regression tests (Peter's recent checkin to executor/spi.c did 2004-10-13 01:22:31 +00:00
geometry.out Fix hidden whitespace differences between expected and result files. 2003-11-01 03:07:07 +00:00
geometry_1.out Fix hidden whitespace differences between expected and result files. 2003-11-01 03:07:07 +00:00
geometry_2.out Okay, I'm tired of reading gripes from OS X users ... add a regression 2004-09-24 04:58:46 +00:00
hash_index.out Update remaining tests for new psql, with the exception of 'arrays', 2000-01-09 03:48:39 +00:00
horology.out Cause the format of BC timestamptz output to be 'datetime zone BC' rather 2004-07-11 04:57:20 +00:00
inet.out Update CIDR regresion tests to test for network masks inside the last 2004-10-08 01:45:37 +00:00
inherit.out ALTER TABLE rewrite. New cool stuff: 2004-05-05 04:48:48 +00:00
insert.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
int2.out Detect overflow in integer arithmetic operators (integer, smallint, and 2004-10-04 14:42:48 +00:00
int4.out Detect overflow in integer arithmetic operators (integer, smallint, and 2004-10-04 14:42:48 +00:00
int8-exp-three-digits.out Detect overflow in integer arithmetic operators (integer, smallint, and 2004-10-04 14:42:48 +00:00
int8.out Detect overflow in integer arithmetic operators (integer, smallint, and 2004-10-04 14:42:48 +00:00
interval.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
join.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
join_1.out Add new join file. 2004-07-13 02:54:08 +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 Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 2003-05-26 00:11:29 +00:00
namespace.out Clean up generation of default names for constraints, indexes, and serial 2004-06-10 17:56:03 +00:00
numeric.out Fix to_number for the case of a trailing S. 2004-10-28 18:55:08 +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 Tweak GROUP BY so that it will still accept result-column names, but only 2000-03-15 23:31:19 +00:00
oid.out Revise int2/int4/int8/float4/float8 input routines to allow for 2004-03-11 02:11:14 +00:00
oidjoins.out Update oidjoins regression test to match current catalog structure. 2004-08-04 20:33:49 +00:00
opr_sanity.out Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 2004-08-04 21:34:35 +00:00
path.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
plpgsql.out Change some of the existing plpgsql regression test cases so that they 2004-09-20 23:00:12 +00:00
point.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
polygon.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
polymorphism.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
portals.out Allow DECLARE CURSOR to take parameters from the portal in which it is 2004-08-02 01:30:51 +00:00
portals_p2.out Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
prepare.out Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
privileges.out Adjust regression expected file for new grant language hint. 2004-08-29 03:14:07 +00:00
random.out Improve random regression tests to fail less frequently. 2004-03-15 15:46:25 +00:00
rangefuncs.out > Joe Conway <mail@joeconway.com> writes: 2003-07-27 04:35:54 +00:00
reltime.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
rowtypes.out Support assignment to subfields of composite columns in UPDATE and INSERT. 2004-06-09 19:08:20 +00:00
rules.out When displaying a Var that is a reference to a column of an unnamed join, 2004-10-27 18:09:41 +00:00
sanity_check.out Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
select.out New depend code auto-drops sequence, fix copy2.out. 2002-07-18 17:11:49 +00:00
select_distinct.out Add a basic regression test for IS DISTINCT FROM, which has spent way too 2002-12-13 20:16:11 +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_having.out Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 2003-05-26 00:11:29 +00:00
select_having_1.out Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 2003-05-26 00:11:29 +00:00
select_having_2.out It seems some case-insensitive locales sort upper case before lower 2003-07-18 03:21:53 +00:00
select_implicit.out Fix regression error messages for platforms Peter doesn't use. 2003-09-25 16:16:35 +00:00
select_implicit_1.out Fix regression error messages for platforms Peter doesn't use. 2003-09-25 16:16:35 +00:00
select_implicit_2.out Fix regression error messages for platforms Peter doesn't use. 2003-09-25 16:16:35 +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 Clean up generation of default names for constraints, indexes, and serial 2004-06-10 17:56:03 +00:00
sql_ascii.out Fixes for char_length() change. 2000-03-16 11:55:43 +00:00
stats.out More whitespace fixes. Do people write the expected files by hand? 2003-11-01 03:18:20 +00:00
strings.out Teach psql to show the location of syntax errors visually, per recent 2004-03-14 04:25:18 +00:00
subselect.out Detect overflow in integer arithmetic operators (integer, smallint, and 2004-10-04 14:42:48 +00:00
temp.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
text.out Match results with format from new psql. 2000-01-04 16:19:34 +00:00
time.out Fix hidden whitespace differences between expected and result files. 2003-11-01 03:07:07 +00:00
timestamp.out Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +00:00
timestamptz.out Cause the format of BC timestamptz output to be 'datetime zone BC' rather 2004-07-11 04:57:20 +00:00
timetz.out Fix hidden whitespace differences between expected and result files. 2003-11-01 03:07:07 +00:00
tinterval.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
transactions.out Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
triggers.out Unbreak regression tests (Peter's recent checkin to executor/spi.c did 2004-10-13 01:22:31 +00:00
truncate.out Clean up generation of default names for constraints, indexes, and serial 2004-06-10 17:56:03 +00:00
type_sanity.out Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 2004-08-04 21:34:35 +00:00
union.out Adjust data types in some of the UNION tests to avoid potentially 2003-11-02 22:35:26 +00:00
update.out This patch adds a new regression test for the UPDATE command. Right 2003-08-26 18:32:23 +00:00
vacuum.out Add new vacuum regression test files. 2002-07-20 04:58:14 +00:00
varchar.out Make char(n) and varchar(n) types raise an error if the inserted string is 2001-05-21 16:54:46 +00:00
varchar_1.out Make regression tests locale-proof by setting some locale categories 2002-05-14 13:05:43 +00:00
without_oid.out Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 2004-08-04 21:34:35 +00:00