postgresql/src/test/regress/expected
Bruce Momjian 5d5cf912bc I have two patches for 6.5.0:
arrayfuncs.patch        fixes a small bug in my previous patches for
arrays

array-regress.patch     adds _bpchar and _varchar to regression tests

--
Massimo Dal Zotto
1999-05-05 21:38:40 +00:00
..
abstime.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
aggregates.out Added initial set of expected outputs for new regression testing. 1997-04-29 14:23:51 +00:00
alter_table.out Update error messages with more consistant format. 1999-02-23 07:31:02 +00:00
arrays.out I have two patches for 6.5.0: 1999-05-05 21:38:40 +00:00
boolean.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
box.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
btree_index.out Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
case.out Add many new test cases. 1999-02-23 07:30:05 +00:00
char.out Add test for multi-character char(). 1997-12-05 01:14:55 +00:00
circle.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
comments.out Explicitly test various comment syntaxes. 1997-09-18 03:52:43 +00:00
create_aggregate.out More splits and cleanups... 1997-04-06 06:07:13 +00:00
create_index.out Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
create_misc.out I have two patches for 6.5.0: 1999-05-05 21:38:40 +00:00
create_operator.out Tweak create_operator regress test so it doesn't illustrate 1999-04-10 23:51:16 +00:00
create_table.out I have two patches for 6.5.0: 1999-05-05 21:38:40 +00:00
create_type.out Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 1997-04-22 17:35:09 +00:00
create_view.out More splits and cleanups... 1997-04-06 06:07:13 +00:00
datetime.out Code modified to reject out of range day of month. 1999-04-15 02:19:02 +00:00
errors.out Update error messages with more consistant format. 1999-02-23 07:31:02 +00:00
euc_cn.out More multibyte tests with obsolete spelling of error message... 1999-04-25 23:16:23 +00:00
euc_jp.out We have tested the patches on three platforms: 1999-03-14 16:03:33 +00:00
euc_kr.out More multibyte tests with obsolete spelling of error message... 1999-04-25 23:16:23 +00:00
euc_tw.out More multibyte tests with obsolete spelling of error message... 1999-04-25 23:16:23 +00:00
float4.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
float8-NetBSD.out Here are some patches to fix up the regression tests so that the union 1998-09-22 16:52:59 +00:00
float8-OSF1.out Attached is a patch with some fixes that (I think that) should go into 1998-12-18 07:08:03 +00:00
float8.out Improper addition of NaN/Infinity recognition to float8in() 1999-01-24 00:12:59 +00:00
geometry-NetBSD.out Regression test cleanup. 1998-09-18 21:47:27 +00:00
geometry.out Clean up error messages associated with rules and views. 1998-12-13 23:49:18 +00:00
hash_index.out Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
horology.out Code modified to reject out of range day of month. 1999-04-15 02:19:02 +00:00
inet.out Update error messages with more consistant format. 1999-02-23 07:31:02 +00:00
int2-i386-freebsd.out use new config.guess output for system specific expected files .. 1999-04-14 14:04:41 +00:00
int2.out Fix error message to match that returned by new regression test reference 1999-04-15 02:15:36 +00:00
int4-i386-freebsd.out use new config.guess output for system specific expected files .. 1999-04-14 14:04:41 +00:00
int4.out Fix error message to match that returned by new regression test reference 1999-04-15 02:15:36 +00:00
int8.out Include tests for new 8-byte integer (minimal). 1998-07-08 14:29:09 +00:00
join.out First tests using JOIN syntax. 1999-02-23 07:27:13 +00:00
limit.out Added LIMIT/OFFSET functionality including new regression test for it. 1999-02-08 14:14:32 +00:00
lseg.out Update test for newly implemented "<=" operator. 1998-02-11 04:13:33 +00:00
Makefile From: Jan Wieck <jwieck@debis.com> 1998-09-29 12:43:05 +00:00
mule_internal.out More multibyte tests with obsolete spelling of error message... 1999-04-25 23:16:23 +00:00
name.out Add Darren's char2-16 files. 1998-04-27 13:50:03 +00:00
numerology.out Add inter-type regression tests for geometry, date/time, and numbers. 1997-05-11 15:42:09 +00:00
oid.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
oidjoins.out Delete unused system table pg_parg. 1999-03-27 17:26:26 +00:00
opr_sanity.out Fix some more hashjoin-related bugs in pg_operator. Fix 1999-04-07 23:33:33 +00:00
path.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
plpgsql.out failed to add some of Jan's files :( 1998-10-01 03:38:45 +00:00
point.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
polygon.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
portals_p2.out There is no partial index onek2_u1_prtl in tests... 1997-05-05 06:43:59 +00:00
portals.out Added initial set of expected outputs for new regression testing. 1997-04-29 14:23:51 +00:00
random.out Update the random test so it should succeed most of the time. 1998-08-17 16:11:35 +00:00
reltime.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
rules.out Add ORDER BY clauses to some select-from-view operations 1999-04-15 03:40:50 +00:00
sanity_check.out Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
select_distinct_on.out Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
select_distinct.out Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
select_having.out > David Hartwig wrote: 1998-09-02 23:37:13 +00:00
select_implicit.out Update error messages with more consistant format. 1999-02-23 07:31:02 +00:00
select_into.out Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
select_views.out Second query in select_views.sql is replaced. 1998-02-23 13:59:34 +00:00
select.out Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
strings.out Add test for UNION. 1998-05-29 13:22:42 +00:00
subselect.out Add new subselect test. 1998-02-18 07:32:17 +00:00
temp.out Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
text.out Adjust output to reflect changes in tests. 1997-12-01 02:44:53 +00:00
timespan.out Change elog(WARN) to elog(ERROR) and elog(ABORT). 1998-01-05 03:35:55 +00:00
tinterval.out Update tinterval test to have correctly sorted results, 1998-10-29 04:29:12 +00:00
transactions.out Added initial set of expected outputs for new regression testing. 1997-04-29 14:23:51 +00:00
triggers.out Restore 6.2.1 output 1998-02-18 13:15:07 +00:00
type_sanity.out Un-break CREATE TYPE. Fix some other inconsistencies in the 1999-04-20 03:51:19 +00:00
union.out Add test for UNION. 1998-05-29 13:22:42 +00:00
varchar.out Add tests for varchar() and combinations of string types. 1997-12-01 02:48:47 +00:00
view_perms.out From: Jan Wieck <jwieck@debis.com> 1998-02-27 02:38:15 +00:00