postgresql/src/test/regress/expected
Tom Lane a1dad99c63 Extend 'guc' regression test to check manipulations of datestyle as
well as vacuum_cost_delay.  Since datestyle is a string variable,
this exercises memory allocation issues that might not appear when
modifying an integer GUC variable.  Also, we can observe the side
effects of changing datestyle to check that assign hooks are called
at the right times.
2006-08-13 19:31:06 +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 Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep 2006-07-02 05:17:26 +00:00
arrays.out GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +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 Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +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
create_aggregate.out Aggregate functions now support multiple input arguments. I also took 2006-07-27 19:52:07 +00:00
create_index.out Add support to GIN for =(anyarray,anyarray) operation 2006-07-11 19:49:14 +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 Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the 2005-11-21 12:49:33 +00:00
domain.out Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +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 Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
geometry_2.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
geometry.out Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +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 Remove hard-wired lists of timezone abbreviations in favor of providing 2006-07-25 03:51:23 +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 Attached is the new patch. To summarize: 2006-03-06 22:49:17 +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 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 Update regression error message for NUMERIC range overflow. Display "1" 2006-01-25 18:20:22 +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 SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only 2006-07-28 18:33:04 +00:00
path.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
plpgsql.out Increase timeout in statement_timeout test from 1 second to 2 seconds. 2006-06-18 16:21:23 +00:00
point.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
polygon.out Extend r-tree operator classes to handle Y-direction tests equivalent 2005-06-24 20:53:34 +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 Make pg_regress a tad simpler and more general-purpose by removing its 2006-07-18 00:32:42 +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 Original coding of 'returning' regression test inadvertently chose a 2006-08-13 17:58:49 +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 Allow units to be specified with configuration settings. 2006-07-27 08:30:41 +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 Change nextval and other sequence functions to specify their sequence 2005-10-02 23:50:16 +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 Remove hard-wired lists of timezone abbreviations in favor of providing 2006-07-25 03:51:23 +00:00
timestamptz.out Remove hard-wired lists of timezone abbreviations in favor of providing 2006-07-25 03:51:23 +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 A few regression tests for VALUES, from Gavin Sherry. 2006-08-03 14:54:44 +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