postgresql/src/test/regress/expected
Tom Lane a13b018530 Disallow foreign-key references from temp tables to permanent tables.
Per recent discussion, this does not work because other backends can't
reliably see tuples in a temp table and so cannot run the RI checks
correctly.  Seems better to disallow this case than go back to accessing
temp tables through shared buffers.  Also, disallow FK references to
ON COMMIT DELETE ROWS tables.  We already caught this problem for normal
TRUNCATE, but the path used by ON COMMIT didn't check.
2003-09-19 21:04:20 +00:00
..
abstime-solaris-1947.out Adjust date/time input parsing code to correctly distinguish the four 2003-08-27 23:29:29 +00:00
abstime.out Adjust date/time input parsing code to correctly distinguish the four 2003-08-27 23:29:29 +00:00
aggregates.out Another round of error message editing, covering backend/parser/. 2003-07-19 20:20:53 +00:00
alter_table.out Remove warnings for operations that have no effect when executed repeatedly. 2003-09-15 00:26:31 +00:00
arrays.out Fix ARRAY[] construct so that in multidimensional case, elements can 2003-08-17 23:43:27 +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 Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
box.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +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.out Make char(n) and varchar(n) types raise an error if the inserted string is 2001-05-21 16:54:46 +00:00
char_1.out Make regression tests locale-proof by setting some locale categories 2002-05-14 13:05:43 +00:00
circle.out Create a 'type cache' that keeps track of the data needed for any particular 2003-08-17 19:58:06 +00:00
cluster.out Error message editing for foreign-key triggers. 2003-07-22 22:14:57 +00:00
comments.out Implement nested block comments in the backend and in psql. 2000-07-14 15:43:57 +00:00
conversion.out A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
copy2.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
create_aggregate.out Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
create_index.out Error message editing in backend/access. 2003-07-21 20:29:40 +00:00
create_misc.out Todo items: 2003-03-20 07:02:11 +00:00
create_operator.out Update output to new psql conventions. 2000-01-05 17:31:08 +00:00
create_table.out Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
create_type.out A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
create_view.out Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
date.out Adjust date/time input parsing code to correctly distinguish the four 2003-08-27 23:29:29 +00:00
domain.out Remove warnings for operations that have no effect when executed repeatedly. 2003-09-15 00:26:31 +00:00
errors.out Update regression test for message change. 2003-09-15 23:25:31 +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 Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
float4.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
float8-exp-three-digits.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
float8-fp-exception.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
float8-small-is-zero.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
float8.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
foreign_key.out The deferred trigger queue pushing to disk patch pointed out 2003-07-27 03:13:17 +00:00
geometry.out Create a 'type cache' that keeps track of the data needed for any particular 2003-08-17 19:58:06 +00:00
geometry_1.out Create a 'type cache' that keeps track of the data needed for any particular 2003-08-17 19:58:06 +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 Adjust date/time input parsing code to correctly distinguish the four 2003-08-27 23:29:29 +00:00
horology-solaris-1947.out Adjust date/time input parsing code to correctly distinguish the four 2003-08-27 23:29:29 +00:00
horology.out Adjust date/time input parsing code to correctly distinguish the four 2003-08-27 23:29:29 +00:00
inet.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
inherit.out Error message editing in backend/executor. 2003-07-21 17:05:12 +00:00
insert.out Error message editing in backend/executor. 2003-07-21 17:05:12 +00:00
int2.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
int4.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +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 to_char fixes, Karel Zak 2003-03-27 16:35:31 +00:00
interval.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
join.out create_unique_plan() should not discard existing output columns of the 2003-08-07 19:20:24 +00:00
limit.out Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion. 2001-10-20 02:55:39 +00:00
lseg.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +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
numeric.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +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
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 Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
oidjoins.out Backend support for autocommit removed, per recent discussions. The 2003-05-14 03:26:03 +00:00
opr_sanity.out Revise hash join and hash aggregation code to use the same datatype- 2003-06-22 22:04:55 +00:00
path.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
plpgsql.out Fix some localizability issues with existing errcontext() calls. 2003-07-27 18:38:26 +00:00
point.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
polygon.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
polymorphism.out Improve dynahash.c's API so that caller can specify the comparison function 2003-08-19 01:13:41 +00:00
portals.out Change warnings for non-existing or pre-existing cursors to errors. 2003-08-24 21:02:43 +00:00
portals_p2.out Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
prepare.out Another round of error message editing, covering backend/commands/. 2003-07-20 21:56:35 +00:00
privileges.out Remove warnings for operations that have no effect when executed repeatedly. 2003-09-15 00:26:31 +00:00
random.out The "random" regression test uses a function called oidrand(), which 2003-02-13 05:24:04 +00:00
rangefuncs.out > Joe Conway <mail@joeconway.com> writes: 2003-07-27 04:35:54 +00:00
reltime.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
rules.out > Joe Conway <mail@joeconway.com> writes: 2003-07-27 04:35:54 +00:00
sanity_check.out Replace functional-index facility with expressional indexes. Any column 2003-05-28 16:04:02 +00:00
select.out New depend code auto-drops sequence, fix copy2.out. 2002-07-18 17:11:49 +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_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_having.out Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing 2003-05-26 00:11:29 +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_implicit.out Another round of error message editing, covering backend/parser/. 2003-07-19 20:20:53 +00:00
select_implicit_1.out Another round of error message editing, covering backend/parser/. 2003-07-19 20:20:53 +00:00
select_implicit_2.out Another round of error message editing, covering backend/parser/. 2003-07-19 20:20:53 +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_views_1.out Make regression tests locale-proof by setting some locale categories 2002-05-14 13:05:43 +00:00
sequence.out Error message editing in backend/executor. 2003-07-21 17:05:12 +00:00
sql_ascii.out Fixes for char_length() change. 2000-03-16 11:55:43 +00:00
stats.out With pg_autovacuum becoming increasingly popular it's important to 2003-09-13 16:44:49 +00:00
strings.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
subselect.out Extend join-selectivity API (oprjoin interface) so that join type is 2003-01-28 22:13:41 +00:00
temp.out Error message editing in backend/catalog. 2003-07-21 01:59:11 +00:00
text.out Match results with format from new psql. 2000-01-04 16:19:34 +00:00
time.out A visit from the message-style police ... 2003-07-28 00:09:16 +00:00
timestamp.out Adjust date/time input parsing code to correctly distinguish the four 2003-08-27 23:29:29 +00:00
timestamptz.out Adjust date/time input parsing code to correctly distinguish the four 2003-08-27 23:29:29 +00:00
timetz.out Some early work on error message editing. Operator-not-found and 2003-07-04 02:51:34 +00:00
tinterval-solaris-1947.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
tinterval.out Error message editing in utils/adt. Again thanks to Joe Conway for doing 2003-07-27 04:53:12 +00:00
transactions.out Read-only transactions, as defined in SQL. 2003-01-10 22:03:30 +00:00
triggers.out Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 2003-07-24 17:52:50 +00:00
truncate.out Disallow foreign-key references from temp tables to permanent tables. 2003-09-19 21:04:20 +00:00
type_sanity.out Implement array_send/array_recv (binary I/O for arrays). This exposed 2003-05-09 23:01:45 +00:00
union.out Another round of error message editing, covering backend/parser/. 2003-07-19 20:20:53 +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.out Make char(n) and varchar(n) types raise an error if the inserted string is 2001-05-21 16:54:46 +00:00
varchar_1.out Make regression tests locale-proof by setting some locale categories 2002-05-14 13:05:43 +00:00
without_oid.out Add new configure files for missing-oid patch. 2002-07-20 05:39:46 +00:00