postgresql/src/test/regress/expected
Tom Lane 988a87a03a Change pg_stat_all_tables and sister views to put the recently-added
vacuum/analyze timestamp columns at the end, rather than at a random
spot in the middle as in the original patch.  This was deemed more usable
as well as less likely to break existing application code.  initdb forced
accordingly.  In passing, remove former kluge for initializing
pg_stat_file()'s pg_proc entry --- bootstrap mode was fixed recently
so that this can be done without any hacks, but I overlooked this usage.
2006-11-24 21:18:42 +00:00
..
abstime.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
aggregates.out SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only 2006-07-28 18:33:04 +00:00
alter_table.out Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. 2006-10-13 21:43:19 +00:00
arrays.out Allow assignment to array elements not contiguous with those already 2006-09-29 21:22:21 +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 Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
box.out Rename contains/contained-by operators to @> and <@, per discussion that 2006-09-10 00:29:35 +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 Adjust constant-folding of CASE expressions so that the simple comparison 2005-02-02 21:49:09 +00:00
char_1.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
char.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
circle.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
cluster.out Track dependencies on shared objects (which is to say, roles; we already 2005-07-07 20:40:02 +00:00
comments.out Implement nested block comments in the backend and in psql. 2000-07-14 15:43:57 +00:00
conversion.out Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean 2006-02-18 16:15:23 +00:00
copy2.out Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 2006-02-27 16:09:50 +00:00
copyselect.out Extend COPY to support COPY (SELECT ...) TO ... 2006-08-30 23:34:22 +00:00
create_aggregate.out Aggregate functions now support multiple input arguments. I also took 2006-07-27 19:52:07 +00:00
create_index.out Rename contains/contained-by operators to @> and <@, per discussion that 2006-09-10 00:29:35 +00:00
create_misc.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +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 GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
create_type.out Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit 2006-02-28 22:37:27 +00:00
create_view.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
date.out > After all that about numbering centuries and millenia correctly, 2004-08-20 03:45:14 +00:00
delete.out Missed this file in previous commit :-( 2006-03-14 22:50:46 +00:00
dependency.out Get rid of the separate RULE privilege for tables: now only a table's owner 2006-09-05 21:08:36 +00:00
domain.out Message style improvements 2006-10-06 17:14:01 +00:00
drop_if_exists.out DROP IF EXISTS for ROLE/USER/GROUP 2006-02-04 19:06:47 +00:00
errors.out Support the syntax 2006-04-15 17:45:46 +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 a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
float4.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
float8-exp-three-digits-win32.out Remove grammar productions for prefix and postfix % and ^ operators, 2005-06-08 21:15:29 +00:00
float8-small-is-zero_1.out Remove grammar productions for prefix and postfix % and ^ operators, 2005-06-08 21:15:29 +00:00
float8-small-is-zero.out Remove grammar productions for prefix and postfix % and ^ operators, 2005-06-08 21:15:29 +00:00
float8.out Remove grammar productions for prefix and postfix % and ^ operators, 2005-06-08 21:15:29 +00:00
foreign_key.out Update regression tests for new referential integrity error message 2005-12-28 23:17:09 +00:00
geometry_1.out Rename contains/contained-by operators to @> and <@, per discussion that 2006-09-10 00:29:35 +00:00
geometry_2.out Rename contains/contained-by operators to @> and <@, per discussion that 2006-09-10 00:29:35 +00:00
geometry.out Rename contains/contained-by operators to @> and <@, per discussion that 2006-09-10 00:29:35 +00:00
guc.out Extend 'guc' regression test to check manipulations of datestyle as 2006-08-13 19:31:06 +00:00
hash_index.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
horology.out Fix up some problems in handling of zic-style time zone names in datetime 2006-10-17 21:03:21 +00:00
inet.out Undo changes of trailing space in recently-committed expected files. 2006-02-12 03:10:04 +00:00
inherit.out Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. 2006-06-27 03:43:20 +00:00
insert.out A few regression tests for VALUES, from Gavin Sherry. 2006-08-03 14:54:44 +00:00
int2.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
int4.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
int8-exp-three-digits.out Add regression test to see if the min/max values of int8 convert correctly. 2005-12-05 04:13:38 +00:00
int8.out Add regression test to see if the min/max values of int8 convert correctly. 2005-12-05 04:13:38 +00:00
interval.out Add interval division/multiplication regression tests. 2006-09-06 02:05:41 +00:00
join_1.out Adjust join_1.out to match Windows behavior for new mergejoin regression 2006-03-19 01:19:42 +00:00
join.out Fix bug introduced into mergejoin logic by performance improvement patch of 2006-03-17 19:38:12 +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 Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
namespace.out Fix all known problems with pg_dump's handling of serial sequences 2006-08-21 00:57:26 +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 Improve numeric overflow error message. 2006-10-03 21:25:56 +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 Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
oidjoins.out Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can 2005-04-12 04:26:34 +00:00
opr_sanity.out Rename contains/contained-by operators to @> and <@, per discussion that 2006-09-10 00:29:35 +00:00
path.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
plpgsql.out Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking 2006-08-14 21:14:42 +00:00
point.out Rename contains/contained-by operators to @> and <@, per discussion that 2006-09-10 00:29:35 +00:00
polygon.out Rename contains/contained-by operators to @> and <@, per discussion that 2006-09-10 00:29:35 +00:00
polymorphism.out Aggregate functions now support multiple input arguments. I also took 2006-07-27 19:52: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 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 2006-02-27 16:09:50 +00:00
prepare.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
prepared_xacts.out Update regression output for new prepare transaction error messages. 2005-10-13 23:12:04 +00:00
privileges.out Get rid of the separate RULE privilege for tables: now only a table's owner 2006-09-05 21:08:36 +00:00
random.out Improve random regression tests to fail less frequently. 2004-03-15 15:46:25 +00:00
rangefuncs.out Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 2006-02-27 16:09:50 +00:00
reltime.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
returning.out Message style improvements 2006-10-06 17:14:01 +00:00
rowtypes.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
rules.out Change pg_stat_all_tables and sister views to put the recently-added 2006-11-24 21:18:42 +00:00
sanity_check.out Tweak sanity_check regression test to display more tables (viz, those 2006-08-06 04:35:21 +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 Implement IS NOT DISTINCT FROM, update the regression tests and docs. 2005-12-11 10:54:28 +00:00
select_having_1.out Make the behavior of HAVING without GROUP BY conform to the SQL spec. 2005-03-10 23:21:26 +00:00
select_having_2.out Make the behavior of HAVING without GROUP BY conform to the SQL spec. 2005-03-10 23:21:26 +00:00
select_having.out Make the behavior of HAVING without GROUP BY conform to the SQL spec. 2005-03-10 23:21:26 +00:00
select_implicit_1.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
select_implicit_2.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
select_implicit.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +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 A few regression tests for VALUES, from Gavin Sherry. 2006-08-03 14:54:44 +00:00
sequence.out Fix all known problems with pg_dump's handling of serial sequences 2006-08-21 00:57:26 +00:00
sql_ascii.out Fixes for char_length() change. 2000-03-16 11:55:43 +00:00
stats.out Create a standard function pg_sleep() to sleep for a specified amount of time. 2006-01-11 20:12:43 +00:00
strings.out Code review for standard_conforming_strings patch. Fix it so it does not 2006-05-11 19:15:36 +00:00
subselect.out Fix problems with rewriter failing to set Query.hasSubLinks when inserting 2005-11-23 17:21:04 +00:00
temp.out Change TRUNCATE's method for searching for foreign-key references so that 2006-06-29 16:07:29 +00:00
text.out Match results with format from new psql. 2000-01-04 16:19:34 +00:00
time.out Please find attached two patches for documentation and regression tests 2006-07-06 01:46:38 +00:00
timestamp.out Fix up some problems in handling of zic-style time zone names in datetime 2006-10-17 21:03:21 +00:00
timestamptz.out Fix up some problems in handling of zic-style time zone names in datetime 2006-10-17 21:03:21 +00:00
timetz.out Please find attached two patches for documentation and regression tests 2006-07-06 01:46:38 +00:00
tinterval.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
transactions.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
triggers.out Change the row constructor syntax (ROW(...)) so that list elements foo.* 2006-06-26 17:24:41 +00:00
truncate.out Change TRUNCATE's method for searching for foreign-key references so that 2006-06-29 16:07:29 +00:00
type_sanity.out Change typreceive function API so that receive functions get the same 2005-07-10 21:14:00 +00:00
union.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
update.out Code review for UPDATE SET (columnlist) patch. Make it handle as much 2006-09-03 22:37:06 +00:00
vacuum.out Add new vacuum regression test files. 2002-07-20 04:58:14 +00:00
varchar_1.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
varchar.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
without_oid.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00