postgresql/src/test/regress/expected
Thomas G. Lockhart 547df0cc85 Support alternate storage scheme of 64-bit integer for date/time types.
Use "--enable-integer-datetimes" in configuration to use this rather
 than the original float8 storage. I would recommend the integer-based
 storage for any platform on which it is available. We perhaps should
 make this the default for the production release.
Change timezone(timestamptz) results to return timestamp rather than
 a character string. Formerly, we didn't have a way to represent
 timestamps with an explicit time zone other than freezing the info into
 a string. Now, we can reasonably omit the explicit time zone from the
 result and return a timestamp with values appropriate for the specified
 time zone. Much cleaner, and if you need the time zone in the result
 you can put it into a character string pretty easily anyway.
Allow fractional seconds in date/time types even for dates prior to 1BC.
Limit timestamp data types to 6 decimal places of precision. Just right
 for a micro-second storage of int8 date/time types, and reduces the
 number of places ad-hoc rounding was occuring for the float8-based types.
Use lookup tables for precision/rounding calculations for timestamp and
 interval types.  Formerly used pow() to calculate the desired value but
 with a more limited range there is no reason to not type in a lookup
 table. Should be *much* better performance, though formerly there were
 some optimizations to help minimize the number of times pow() was called.
Define a HAVE_INT64_TIMESTAMP variable. Based on the configure option
 "--enable-integer-datetimes" and the existing internal INT64_IS_BUSTED.
Add explicit date/interval operators and functions for addition and
 subtraction. Formerly relied on implicit type promotion from date to
 timestamp with time zone.
Change timezone conversion functions for the timetz type from "timetz()"
 to "timezone()". This is consistant with other time zone coersion
 functions for other types.
Bump the catalog version to 200204201.
Fix up regression tests to reflect changes in fractional seconds
 representation for date/times in BC eras.
All regression tests pass on my Linux box.
2002-04-21 19:52:18 +00:00
..
abstime-solaris-1947.out Update regress tests to reflect removal of 'current'. 2001-11-21 18:27:25 +00:00
abstime.out Update regress tests to reflect removal of 'current'. 2001-11-21 18:27:25 +00:00
aggregates.out Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
alter_table.out Checking to decide whether relations are system relations now depends 2002-04-12 20:38:31 +00:00
arrays.out Fix array_out's failure to backslash backslashes, per bug# 524. Also, 2001-11-29 21:02:41 +00:00
bit.out Make bit and bit varying types reject too long input. (They already tried 2001-05-22 16:37:17 +00:00
boolean.out Match results with format from new psql. 2000-01-04 16:19:34 +00:00
box.out Implement column aliases on views "CREATE VIEW name (collist)". 2000-03-14 23:06:59 +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 First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +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
circle.out Verified output from new psql. 2000-01-05 06:06:23 +00:00
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 Add some minimal exercising of functional-index feature to regression 2001-08-27 23:23:35 +00:00
create_misc.out Change made to elog: 2002-03-06 06:10:59 +00:00
create_operator.out Update output to new psql conventions. 2000-01-05 17:31:08 +00:00
create_table.out Change made to elog: 2002-03-06 06:10:59 +00:00
create_type.out Fix handling of pg_type.typdefault per bug report from Dave Blasby. 2001-09-06 02:07:42 +00:00
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
domain.out Code review for DOMAIN patch. 2002-03-20 19:45:13 +00:00
errors.out Rule names are now unique per-relation, rather than unique globally. 2002-04-18 20:01:11 +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 QNX fixes from Kardos, Dr. Andreas 2000-03-01 19:11:12 +00:00
float4.out Match results with format from new psql. 2000-01-04 16:19:34 +00:00
float8-exp-three-digits.out Update alternate float8 output files to match current float8.sql. 2000-03-30 07:46:00 +00:00
float8-fp-exception.out Update alternate float8 output files to match current float8.sql. 2000-03-30 07:46:00 +00:00
float8-small-is-zero.out Add expected output for netbsd, per report from Patrick Welche. 2000-03-31 05:30:31 +00:00
float8.out Convert float8 regress test to use exp() and ln() instead of ':' and 2000-03-20 05:19:11 +00:00
foreign_key.out pg_trigger's index on tgrelid is replaced by a unique index on 2002-04-19 16:36:08 +00:00
geometry-alpha-precision.out Update geometry-alpha-precision.out per reports from Brent Verner and 2001-01-01 23:18:18 +00:00
geometry-bsdi-precision.out BSD/OS has new precision, and negative zeros now. 2001-05-10 23:46:25 +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 Update IRIX geometry results to match newer MIPS FPUs, rather than 2001-12-03 17:48:57 +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-i386-pc.out geometry tests 'FAILED' from a precision standpoint, but differently then 2001-03-22 15:13:19 +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 Fix results to work with normal systems again. 2001-11-29 18:57:31 +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-no-DST-before-1970.out Cause regression tests to pass again after elog changes. 2002-03-03 01:05:22 +00:00
horology-solaris-1947.out Cause regression tests to pass again after elog changes. 2002-03-03 01:05:22 +00:00
horology.out Support alternate storage scheme of 64-bit integer for date/time types. 2002-04-21 19:52:18 +00:00
inet.out Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilosoft.com>. 2001-06-17 02:05:20 +00:00
inherit.out Change made to elog: 2002-03-06 06:10:59 +00:00
insert.out Add INSERT(..., DEFAULT, ). 2002-04-05 11:56:55 +00:00
int2.out Match results with format from new psql. 2000-01-04 16:19:34 +00:00
int4.out Implement column aliases on views "CREATE VIEW name (collist)". 2000-03-14 23:06:59 +00:00
int8-exp-three-digits.out Change float8-to-int8 conversion to round to nearest, rather than 2001-01-26 22:50:26 +00:00
int8.out Change float8-to-int8 conversion to round to nearest, rather than 2001-01-26 22:50:26 +00:00
interval.out Add regression test to catch future breakage of avg(interval). This 2001-05-18 16:02:01 +00:00
join.out Restructure representation of join alias variables. An explicit JOIN 2002-03-12 00:52:10 +00:00
limit.out Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion. 2001-10-20 02:55:39 +00:00
lseg.out Verified output from new psql. 2000-01-05 06:06:23 +00:00
mule_internal.out Fixes for char_length() change. 2000-03-16 11:55:43 +00:00
name.out Match results with format from new psql. 2000-01-04 16:19:34 +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 create_rule manual page. 2000-04-07 19:17:51 +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 Make oidin/oidout produce and consume unsigned representation of Oid, 2000-11-21 03:23:21 +00:00
oidjoins.out Restructure representation of aggregate functions so that they have pg_proc 2002-04-11 20:00:18 +00:00
opr_sanity.out Restructure representation of aggregate functions so that they have pg_proc 2002-04-11 20:00:18 +00:00
path.out Verified output from new psql. 2000-01-05 06:06:23 +00:00
plpgsql.out Quick-and-dirty fix for recursive plpgsql functions, per bug report from 2001-09-21 00:11:31 +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 Verified output from new psql. 2000-01-05 06:06:23 +00:00
portals_p2.out Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
portals.out Update remaining tests for new psql, with the exception of 'arrays', 2000-01-09 03:48:39 +00:00
privileges.out Functions live in namespaces. Qualified function names work, eg 2002-04-09 20:35:55 +00:00
random.out Update for new psql formatting. 2000-01-06 06:40:54 +00:00
reltime.out Verified output from new psql. 2000-01-05 06:06:23 +00:00
rules.out Change naming rule for ON SELECT rules of views: they're all just 2002-04-19 23:13:54 +00:00
sanity_check.out Create the pg_namespace system catalog. Doesn't do much yet, but it's 2002-03-22 21:34:44 +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 Update for new psql formatting. 2000-01-06 06:40:54 +00:00
select_having.out Update for new psql formatting. 2000-01-06 06:40:54 +00:00
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 Fixing closed-path intersection logic causes this test to find more 2001-10-13 17:41:11 +00:00
select.out Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
sql_ascii.out Fixes for char_length() change. 2000-03-16 11:55:43 +00:00
strings.out New improved version of bpcharin() may have got the truncation case 2001-06-01 17:49:17 +00:00
subselect.out subselect regress test was kind of silly; it claimed to test correlation 2000-03-23 07:42:13 +00:00
temp.out Fix problem reported by Alex Korn: if a relation has been dropped and 2001-11-02 16:30:29 +00:00
text.out Match results with format from new psql. 2000-01-04 16:19:34 +00:00
time.out Update error message wording for format_type change. 2001-10-03 19:24:36 +00:00
timestamp.out Support alternate storage scheme of 64-bit integer for date/time types. 2002-04-21 19:52:18 +00:00
timestamptz.out Support alternate storage scheme of 64-bit integer for date/time types. 2002-04-21 19:52:18 +00:00
timetz.out Fix queries to insulate from daylight savings time. 2001-10-31 14:44:23 +00:00
tinterval-solaris-1947.out Update solaris-1947 variant files for new datetime regression tests. 2001-10-30 22:48:57 +00:00
tinterval.out Add separate regression tests for timetz and the new timestamptz type. 2001-09-28 08:00:11 +00:00
transactions.out Update remaining tests for new psql, with the exception of 'arrays', 2000-01-09 03:48:39 +00:00
triggers.out Change made to elog: 2002-03-06 06:10:59 +00:00
type_sanity.out Make OIDs optional, per discussions in pghackers. WITH OIDS is still the 2001-08-10 18:57:42 +00:00
union.out First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +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
view_perms.out From: Jan Wieck <jwieck@debis.com> 1998-02-27 02:38:15 +00:00