postgresql/src/test/regress/expected
Bruce Momjian 1372515271 Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet
minus inet.

Stephen R. van den Berg
2006-02-11 03:32:41 +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 Create the planner mechanism for optimizing simple MIN and MAX queries 2005-04-11 23:06:57 +00:00
alter_table.out Allow psql multi-line column values to align in the proper columns 2006-02-10 00:39:04 +00:00
arrays.out Change array_push and array_cat so that they retain the lower bound of 2005-11-19 01:50:08 +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.out Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +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
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 Win1252 encoding. 2005-03-14 18:31:25 +00:00
copy2.out Add COPY CSV test that tests CSV output of \. 2005-12-28 15:07:02 +00:00
create_aggregate.out COMMENT ON casts, conversions, languages, operator classes, and 2003-11-21 22:32:49 +00:00
create_index.out R-tree is dead ... long live GiST. 2005-11-07 17:36:47 +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 This patch updates the regression tests to allow "make installcheck" to 2005-01-22 05:12:33 +00:00
create_type.out COMMENT ON casts, conversions, languages, operator classes, and 2003-11-21 22:32:49 +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 Allow an optional alias for the target table to be specified for UPDATE 2006-01-22 05:20:35 +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 Add regression tests to verify that domain constraints on parameters 2006-01-15 22:34:49 +00:00
drop_if_exists.out DROP IF EXISTS for ROLE/USER/GROUP 2006-02-04 19:06:47 +00:00
errors.out Add a regression test to verify that the stack depth checker actually 2005-02-11 22:15:12 +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.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.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.out Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original 2005-07-22 19:12:02 +00:00
geometry_1.out Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original 2005-07-22 19:12:02 +00:00
geometry_2.out Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original 2005-07-22 19:12:02 +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 Update regression tests for new USA timezone data. Mea culpa for not 2005-09-08 16:49:04 +00:00
inet.out Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet 2006-02-11 03:32:41 +00:00
inherit.out Add regression tests for the fix committed by Tom for casting between 2004-12-12 22:49:50 +00:00
insert.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +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 Remove justify_hours call from interval_mul and interval_div, and make 2005-10-25 17:13:07 +00:00
join.out Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original 2005-07-22 19:12:02 +00:00
join_1.out Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original 2005-07-22 19:12:02 +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.out Update regression error message for NUMERIC range overflow. Display "1" 2006-01-25 18:20:22 +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 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 Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag 2006-01-26 02:35:51 +00:00
path.out Message editing: remove gratuitous variations in message wording, standardize 2003-09-25 06:58:07 +00:00
plpgsql.out When a function not returning RECORD has a single OUT parameter, use 2005-10-06 19:51:16 +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 Tweak planner to use a minimum size estimate of 10 pages for a 2005-03-24 19:14:49 +00:00
portals.out Add a new system view, pg_cursors, that displays the currently available 2006-01-18 06:49:30 +00:00
portals_p2.out Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
prepare.out Allow psql multi-line column values to align in the proper columns 2006-02-10 00:39:04 +00:00
prepared_xacts.out Update regression output for new prepare transaction error messages. 2005-10-13 23:12:04 +00:00
privileges.out Add GRANT ON SEQUENCE syntax to support sequence-only permissions. 2006-01-21 02:16:21 +00:00
random.out Improve random regression tests to fail less frequently. 2004-03-15 15:46:25 +00:00
rangefuncs.out When a function not returning RECORD has a single OUT parameter, use 2005-10-06 19:51:16 +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
rowtypes.out Allow an optional alias for the target table to be specified for UPDATE 2006-01-22 05:20:35 +00:00
rules.out Add a new system view, pg_cursors, that displays the currently available 2006-01-18 06:49:30 +00:00
sanity_check.out Create the pg_pltemplate system catalog to hold template information 2005-09-08 20:07:42 +00:00
select.out Fix problem with whole-row Vars referencing sub-select outputs, per 2005-12-14 16:28:32 +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_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 Make the behavior of HAVING without GROUP BY conform to the SQL spec. 2005-03-10 23:21:26 +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_implicit.out Fix regression error messages for platforms Peter doesn't use. 2003-09-25 16:16:35 +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_into.out Remove FROM warning by fixing query. 2000-06-04 17:52:54 +00:00
select_views.out Adjust expected regression outputs for plan changes caused by recent 2004-04-01 21:59:45 +00:00
select_views_1.out Adjust expected regression outputs for plan changes caused by recent 2004-04-01 21:59:45 +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 I made the patch that implements regexp_replace again. 2005-07-10 04:54:33 +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 Generalize TRUNCATE to support truncating multiple tables in one 2005-01-27 03:19:37 +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 Add E'' syntax so eventually normal strings can treat backslashes 2005-06-26 03:04:37 +00:00
timestamptz.out Add E'' syntax so eventually normal strings can treat backslashes 2005-06-26 03:04:37 +00:00
timetz.out Fix hidden whitespace differences between expected and result files. 2003-11-01 03:07:07 +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 Add a "USING" clause to DELETE, which is equivalent to the FROM clause 2005-04-07 01:51:41 +00:00
triggers.out Add regression tests for disabling constraints. 2005-08-30 18:57:48 +00:00
truncate.out Generalize TRUNCATE to support truncating multiple tables in one 2005-01-27 03:19:37 +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 Adjust data types in some of the UNION tests to avoid potentially 2003-11-02 22:35:26 +00:00
update.out Allow an optional alias for the target table to be specified for UPDATE 2006-01-22 05:20:35 +00:00
vacuum.out Add new vacuum regression test files. 2002-07-20 04:58:14 +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
varchar_1.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 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 2004-08-04 21:34:35 +00:00