postgresql/src/test/regress/expected
Tom Lane 61784c54b5 Change default output formatting for CIDR to be unabbreviated, per
recommendation from Paul Vixie.  Add a new abbrev() function to produce
abbreviated format as text.  No forced initdb, but new function is not
available unless you do an initdb or add the pg_proc row manually.
2000-12-22 18:00:24 +00:00
..
abstime-1947-PDT.out Move a few specific tests to isolate homogenous type tests into 2000-09-14 15:55:07 +00:00
abstime-solaris-1947.out Makeover for Unixware 7.1.1 2000-10-22 22:15:13 +00:00
abstime.out Move a few specific tests to isolate homogenous type tests into 2000-09-14 15:55:07 +00:00
aggregates.out Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
alter_table.out From Stephan Szabo: 2000-12-05 19:57:56 +00:00
arrays.out Further cleanup of array behavior. Slice assignments to arrays with 2000-07-23 01:36:05 +00:00
bit.out Bit string regression test 2000-11-22 13:37:44 +00:00
boolean.out
box.out
btree_index.out
case.out First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
char.out
circle.out
comments.out Implement nested block comments in the backend and in psql. 2000-07-14 15:43:57 +00:00
create_aggregate.out Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
create_index.out
create_misc.out
create_operator.out
create_table.out
create_type.out
create_view.out Update regression tests for ONLY and other recent changes. 2000-06-10 05:19:26 +00:00
date.out Add regression tests for date, time, and time with time zone types. 2000-09-12 05:42:20 +00:00
errors.out Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00
euc_cn.out
euc_jp.out Fix for drop db message format changes 2000-10-27 02:25:34 +00:00
euc_kr.out
euc_tw.out
float4-exp-three-digits.out
float4.out
float8-exp-three-digits.out
float8-fp-exception.out
float8-small-is-zero.out
float8.out
foreign_key.out From Stephan Szabo: 2000-12-05 19:57:56 +00:00
geometry-alpha-precision.out I wasn't too sure where to mail this. 2000-10-16 22:37:37 +00:00
geometry-i86-gnulibc.out First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
geometry-intel-beos.out The beos port in the source tree doesn't even compile. and even 2000-10-07 14:39:21 +00:00
geometry-irix.out Here is a patch for resultmap and the results file. 2000-10-14 23:55:58 +00:00
geometry-positive-zeros-bsd.out First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
geometry-positive-zeros.out First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
geometry-powerpc-aix4.out First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
geometry-powerpc-darwin.out Add Darwin-specific geometry test file. 2000-12-11 16:45:16 +00:00
geometry-powerpc-linux-gnulibc1.out First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
geometry-solaris-precision.out First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
geometry-uw7-cc.out geometry result files for unixware 2000-11-22 01:00:54 +00:00
geometry-uw7-gcc.out geometry result files for unixware 2000-11-22 01:00:54 +00:00
geometry.out First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
hash_index.out
horology-1947-PDT.out Update for new tests. These are extrapolations and will need to be confirmed 2000-12-03 17:53:26 +00:00
horology-no-DST-before-1970.out Update for new tests. 2000-12-03 17:37:26 +00:00
horology-solaris-1947.out Update for new tests. These are extrapolations and will need to be confirmed 2000-12-03 17:53:26 +00:00
horology.out Repair usage of the OVERLAPS operator. 2000-12-03 14:51:12 +00:00
inet.out Change default output formatting for CIDR to be unabbreviated, per 2000-12-22 18:00:24 +00:00
inherit.out Attached is a new patch which addresses this problem. (oids in 2000-07-02 22:01:27 +00:00
int2-math-result-out-of-range.out
int2-not-representable.out
int2-range-error.out The beos port in the source tree doesn't even compile. and even 2000-10-07 14:39:21 +00:00
int2-too-large.out
int2.out
int4-math-result-out-of-range.out
int4-not-representable.out
int4-range-error.out The beos port in the source tree doesn't even compile. and even 2000-10-07 14:39:21 +00:00
int4-too-large.out
int4.out
int8-exp-three-digits.out Update for to_char change. 2000-04-08 02:02:26 +00:00
int8.out
interval.out Allow more timezone-like interpretation of INTERVALs. 2000-11-11 19:56:43 +00:00
join.out Planner speedup hacking. Avoid saving useless pathkeys, so that path 2000-12-14 22:30:45 +00:00
limit.out
lseg.out
mule_internal.out
name.out
numeric_big.out
numeric.out
numerology.out
oid.out Make oidin/oidout produce and consume unsigned representation of Oid, 2000-11-21 03:23:21 +00:00
oidjoins.out Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
opr_sanity.out Adjust opr_sanity.out for small change in OID allocation. 2000-11-21 04:29:44 +00:00
path.out
plpgsql.out Some small polishing of Mark Hollomon's cleanup of DROP command: might 2000-10-22 23:32:48 +00:00
point.out First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
polygon.out
portals_p2.out
portals.out
random.out
reltime.out
rules.out Add regress test case for INSERT ... SELECT in rules. 2000-12-05 19:15:49 +00:00
sanity_check.out Major overhaul of large-object implementation, by Denis Perchine with 2000-10-24 01:38:44 +00:00
select_distinct_on.out
select_distinct.out
select_having.out
select_implicit.out First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
select_into.out Remove FROM warning by fixing query. 2000-06-04 17:52:54 +00:00
select_views.out
select.out
sql_ascii.out
strings.out Reimplement LIKE/ESCAPE as operators so that indexscan optimization 2000-09-15 18:45:31 +00:00
subselect.out
temp.out
text.out
time.out Repair usage of the OVERLAPS operator. 2000-12-03 14:51:12 +00:00
timestamp.out here is a patch for formatting.c (to_char/timestampt()), for 7.1 2000-11-25 05:00:33 +00:00
tinterval-1947-PDT.out Aix additions 2000-04-17 18:11:43 +00:00
tinterval-solaris-1947.out
tinterval.out
transactions.out
triggers.out
type_sanity.out This patch implements a different "relkind" 2000-09-12 04:49:17 +00:00
union.out Add some more union/intersect/except test cases, per suggestions 2000-11-09 02:47:49 +00:00
varchar.out
view_perms.out