postgresql/src/test/regress/expected
Tom Lane 2467394ee1 Tablespaces. Alternate database locations are dead, long live tablespaces.
There are various things left to do: contrib dbsize and oid2name modules
need work, and so does the documentation.  Also someone should think about
COMMENT ON TABLESPACE and maybe RENAME TABLESPACE.  Also initlocation is
dead, it just doesn't know it yet.

Gavin Sherry and Tom Lane.
2004-06-18 06:14:31 +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 Clean up generation of default names for constraints, indexes, and serial 2004-06-10 17:56:03 +00:00
arrays.out Support assignment to subfields of composite columns in UPDATE and INSERT. 2004-06-09 19:08:20 +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_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 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 Please find a small patch to fix the brain damage "century" and 2004-04-10 18:02:59 +00:00
domain.out Clean up generation of default names for constraints, indexes, and serial 2004-06-10 17:56:03 +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 Clean up generation of default names for constraints, indexes, and serial 2004-06-10 17:56:03 +00:00
geometry_1.out Fix hidden whitespace differences between expected and result files. 2003-11-01 03:07:07 +00:00
geometry.out Fix hidden whitespace differences between expected and result files. 2003-11-01 03:07:07 +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 Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +00:00
inet.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +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 Revise int2/int4/int8/float4/float8 input routines to allow for 2004-03-11 02:11:14 +00:00
int4.out Revise int2/int4/int8/float4/float8 input routines to allow for 2004-03-11 02:11:14 +00:00
int8-exp-three-digits-win32.out Fixes recent changes to test. For immediate application. 2004-03-12 14:08:05 +00:00
int8-exp-three-digits.out Update regression expected results for to_char() change. 2002-09-20 16:44:55 +00:00
int8.out Revise int2/int4/int8/float4/float8 input routines to allow for 2004-03-11 02:11:14 +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
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_big.out Update numeric_big regress test for 7.0. This has apparently been 2000-03-30 07:13:20 +00:00
numeric.out Implement the width_bucket() function, per SQL2003. This commit only adds 2004-05-14 21:42:30 +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 Cross-data-type comparisons are now indexable by btrees, pursuant to my 2003-11-12 21:15:59 +00:00
opr_sanity.out Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
path.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
plpgsql.out COMMENT ON casts, conversions, languages, operator classes, and 2003-11-21 22:32:49 +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_p2.out Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
portals.out Change warnings for non-existing or pre-existing cursors to errors. 2003-08-24 21:02:43 +00:00
prepare.out Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
privileges.out Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion 2004-06-01 21:49:23 +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 Clean up generation of default names for constraints, indexes, and serial 2004-06-10 17:56:03 +00:00
sanity_check.out Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +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 Add a basic regression test for IS DISTINCT FROM, which has spent way too 2002-12-13 20:16:11 +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_having.out Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 2003-05-26 00:11:29 +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_implicit.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_1.out Adjust expected regression outputs for plan changes caused by recent 2004-04-01 21:59:45 +00:00
select_views.out Adjust expected regression outputs for plan changes caused by recent 2004-04-01 21:59:45 +00:00
select.out New depend code auto-drops sequence, fix copy2.out. 2002-07-18 17:11:49 +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 Repair recalculation failure for nested sub-SELECTs, per bug report from 2004-05-11 02:21:39 +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 Adjust our timezone library to use pg_time_t (typedef'd as int64) in 2004-06-03 02:08:07 +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 Read-only transactions, as defined in SQL. 2003-01-10 22:03:30 +00:00
triggers.out Revise syntax-error reporting behavior to give pleasant results for 2004-03-21 22:29:11 +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 Minor catalog cleanups for composite-type stuff. Adjust signatures shown 2004-06-06 19:07:02 +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_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 Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is 2004-01-10 23:28:45 +00:00