postgresql/src/test/regress/expected
Tom Lane 38bb77a5d1 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,
code review by Tom Lane.  Remaining issues: functions that take or
return tuple types are likely to break if one drops (or adds!)
a column in the table defining the type.  Need to think about what
to do here.

Along the way: some code review for recent COPY changes; mark system
columns attnotnull = true where appropriate, per discussion a month ago.
2002-08-02 18:15:10 +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
alter_table.out ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +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
box.out
btree_index.out
case.out
char_1.out Make regression tests locale-proof by setting some locale categories 2002-05-14 13:05:43 +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
comments.out
conversion.out Implement DROP CONVERSION 2002-07-25 10:07:13 +00:00
copy2.out ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
create_aggregate.out
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 error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdate 2002-07-11 21:36:20 +00:00
create_operator.out
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
date.out
domain.out Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +00:00
errors.out Get rid of the last few uses of typeidTypeName() rather than 2002-05-17 22:35:13 +00:00
euc_cn.out
euc_jp.out
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 Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 2002-07-12 18:43:19 +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
geometry-intel-beos.out
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
geometry-positive-zeros.out
geometry-powerpc-aix4.out
geometry-powerpc-darwin.out Add Darwin-specific geometry test file. 2000-12-11 16:45:16 +00:00
geometry-powerpc-linux-gnulibc1.out
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
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
horology-no-DST-before-1970.out Code review for SHOW output changes; fix horology expected files for 2002-07-20 15:12:56 +00:00
horology-solaris-1947.out Code review for SHOW output changes; fix horology expected files for 2002-07-20 15:12:56 +00:00
horology.out Code review for SHOW output changes; fix horology expected files for 2002-07-20 15:12:56 +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 Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdate 2002-07-11 21:36:20 +00:00
int2.out
int4.out
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 Second try at fixing join alias variables. Instead of attaching miscellaneous 2002-04-28 19:54:29 +00:00
limit.out Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion. 2001-10-20 02:55:39 +00:00
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 Remove unused system table columns: 2002-07-24 19:11:14 +00:00
opr_sanity.out pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus 2002-07-18 23:11:32 +00:00
path.out
plpgsql.out Quick-and-dirty fix for recursive plpgsql functions, per bug report from 2001-09-21 00:11:31 +00:00
point.out
polygon.out
portals_p2.out Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
portals.out
privileges.out Add code to extract dependencies from an expression tree, and use it 2002-07-16 05:53:34 +00:00
random.out
rangefuncs.out Add code to extract dependencies from an expression tree, and use it 2002-07-16 05:53:34 +00:00
reltime.out
rules.out Remove unused system table columns: 2002-07-24 19:11:14 +00:00
sanity_check.out pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus 2002-07-18 23:11:32 +00:00
select_distinct_on.out
select_distinct.out
select_having_1.out Make regression tests locale-proof by setting some locale categories 2002-05-14 13:05:43 +00:00
select_having.out The attached patch fixes some spelling mistakes, makes the 2002-06-26 21:58:56 +00:00
select_implicit_1.out Make regression tests locale-proof by setting some locale categories 2002-05-14 13:05:43 +00:00
select_implicit.out
select_into.out
select_views_1.out Make regression tests locale-proof by setting some locale categories 2002-05-14 13:05:43 +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 New depend code auto-drops sequence, fix copy2.out. 2002-07-18 17:11:49 +00:00
sql_ascii.out
strings.out Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
subselect.out
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
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
triggers.out Change made to elog: 2002-03-06 06:10:59 +00:00
type_sanity.out Remove unused system table columns: 2002-07-24 19:11:14 +00:00
union.out First phase of SCHEMA changes, concentrating on fixing the grammar and 2002-03-21 16:02:16 +00:00
vacuum.out Add new vacuum regression test files. 2002-07-20 04:58:14 +00:00
varchar_1.out Make regression tests locale-proof by setting some locale categories 2002-05-14 13:05:43 +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
without_oid.out Add new configure files for missing-oid patch. 2002-07-20 05:39:46 +00:00