postgresql/src/test/regress/expected
Tom Lane 717fa274d1 Support use of function argument names to identify which actual arguments
match which function parameters.  The syntax uses AS, for example
	funcname(value AS arg1, anothervalue AS arg2)

Pavel Stehule
2009-10-08 02:39:25 +00:00
..
abstime.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
aggregates.out Fix the handling of sub-SELECTs appearing in the arguments of an outer-level 2009-04-25 16:44:56 +00:00
alter_table.out Department of second thoughts: let's show the exact key during unique index 2009-08-01 20:59:17 +00:00
arrays.out Improve unique-constraint-violation error messages to include the exact 2009-08-01 19:59:41 +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
bitmapops.out Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole 2008-04-10 22:25:26 +00:00
boolean.out Accept 'on' and 'off' as input for boolean data type, unifying the syntax 2009-03-09 14:34:35 +00:00
box.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
btree_index.out Fix breakage of bitmap scan plan creation for special index operators such 2008-11-20 19:52:54 +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
char_2.out The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbers after letters, 2009-02-12 15:11:44 +00:00
circle.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
cluster.out Add an ORDER BY to nail down the expected row order from a query that's 2007-09-03 01:28:40 +00:00
combocid.out Avoid incrementing the CommandCounter when CommandCounterIncrement is called 2007-11-30 21:22:54 +00:00
comments.out Implement nested block comments in the backend and in psql. 2000-07-14 15:43:57 +00:00
conversion.out Support hex-string input and output for type BYTEA. 2009-08-04 16:08:37 +00:00
copy2.out Define a new, more extensible syntax for COPY options. 2009-09-21 20:10:21 +00:00
copyselect.out Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, 2008-08-07 01:11:52 +00:00
create_aggregate.out Create AVG() aggregates for int8 and NUMERIC which do not compute X^2, 2007-02-17 00:55:58 +00:00
create_cast.out Add test case for CREATE CAST. 2008-10-31 09:17:17 +00:00
create_index.out Department of second thoughts: let's show the exact key during unique index 2009-08-01 20:59:17 +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 Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
create_type.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
create_view.out Revert updatable views 2009-01-27 12:40:15 +00:00
date.out Extend the date type to support infinity and -infinity, analogously to 2008-10-14 17:12:33 +00:00
delete.out Missed this file in previous commit :-( 2006-03-14 22:50:46 +00:00
dependency.out Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +00:00
domain.out Improve reporting of dependencies in DROP to work like the scheme that we 2008-06-11 21:53:49 +00:00
drop_if_exists.out Revert updatable views 2009-01-27 12:40:15 +00:00
enum.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
errors.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42: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 bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
float4.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
float8-exp-three-digits-win32.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
float8-small-is-zero.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
float8-small-is-zero_1.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
float8.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
foreign_data.out Polish SQL/MED terminology 2009-03-25 13:11:43 +00:00
foreign_key.out Refactor the handling of the various DropStmt variants so that when multiple 2008-06-14 18:04:34 +00:00
geometry.out Rewrite the planner's handling of materialized plan types so that there is 2009-09-12 22:12:09 +00:00
geometry_1.out Rewrite the planner's handling of materialized plan types so that there is 2009-09-12 22:12:09 +00:00
geometry_2.out Rewrite the planner's handling of materialized plan types so that there is 2009-09-12 22:12:09 +00:00
guc.out Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay 2009-02-28 00:10:52 +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 Make to_timestamp and friends skip leading spaces before an integer field, 2009-06-22 17:54:30 +00:00
inet.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
inherit.out Change CREATE TABLE so that column default expressions coming from different 2009-10-06 00:55:26 +00:00
insert.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
int2.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
int4.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
int8-exp-three-digits.out Fix a missed case in int8-exp-three-digits.out, per buildfarm results. 2008-10-06 00:07:28 +00:00
int8.out Remove some unportable tests 2008-10-05 18:56:09 +00:00
interval.out Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input 2009-06-10 05:05:03 +00:00
join.out Rewrite the planner's handling of materialized plan types so that there is 2009-09-12 22:12:09 +00:00
limit.out Fix parameter recalculation for Limit nodes: during a ReScan call we must 2007-05-17 19:35:08 +00:00
lseg.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
macaddr.out Add regression test for macaddr type. Enhance documentation about accepted 2008-10-03 15:37:18 +00:00
money.out Add regression tests for MONEY type. 2007-11-24 19:49:23 +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 Improve reporting of dependencies in DROP to work like the scheme that we 2008-06-11 21:53:49 +00:00
numeric.out Support EEEE (scientific notation) in to_char(). 2009-08-10 18:29:27 +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 Remove the special cases to prevent minus-zero results in float4 and float8 2009-02-18 19:23:26 +00:00
numerology_1.out Remove the special cases to prevent minus-zero results in float4 and float8 2009-02-18 19:23:26 +00:00
oid.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
oidjoins.out Update oidjoins test to match CVS HEAD. 2008-10-13 12:59:57 +00:00
opr_sanity.out Add a new column proiswindow to pg_proc. It doesn't actually do anything 2008-12-19 18:25:20 +00:00
path.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
plancache.out Revert updatable views 2009-01-27 12:40:15 +00:00
plpgsql.out Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALL 2009-09-29 20:05:29 +00:00
point.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
polygon.out Correct calculations of overlap and contains operations over polygons. 2009-07-28 09:48:00 +00:00
polymorphism.out Support use of function argument names to identify which actual arguments 2009-10-08 02:39:25 +00:00
portals.out Ensure that a cursor has an immutable snapshot throughout its lifespan. 2009-10-02 17:57: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 Don't refer to the database name "regression" inside the regression test 2008-07-03 16:01:10 +00:00
prepared_xacts.out Change the default value of max_prepared_transactions to zero, and add 2009-04-23 00:23:46 +00:00
prepared_xacts_1.out Change the default value of max_prepared_transactions to zero, and add 2009-04-23 00:23:46 +00:00
privileges.out Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust 2009-10-05 19:24:49 +00:00
random.out Improve random regression tests to fail less frequently. 2004-03-15 15:46:25 +00:00
rangefuncs.out Support use of function argument names to identify which actual arguments 2009-10-08 02:39:25 +00:00
reltime.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
returning.out Revert updatable views 2009-01-27 12:40:15 +00:00
rowtypes.out Implement comparison of generic records (composite types), and invent a 2008-10-13 16:25:20 +00:00
rules.out Make it possibly to specify GUC params per user and per database. 2009-10-07 22:14:26 +00:00
sanity_check.out Make it possibly to specify GUC params per user and per database. 2009-10-07 22:14:26 +00:00
select.out Fix equivclass.c's not-quite-right strategy for handling X=X clauses. 2009-09-29 01:20:34 +00:00
select_distinct.out Alter some gratuitous uses of "ANSI" when "SQL standard" might have been 2009-07-11 21:15:32 +00:00
select_distinct_on.out Fix assertion failure when a SELECT DISTINCT ON expression is volatile. 2009-09-12 00:04:59 +00:00
select_having.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
select_having_1.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
select_having_2.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
select_implicit.out Alter regression test cases that rely on the sort order of "aa". Some 2009-01-19 13:38:47 +00:00
select_implicit_1.out Alter regression test cases that rely on the sort order of "aa". Some 2009-01-19 13:38:47 +00:00
select_implicit_2.out Alter regression test cases that rely on the sort order of "aa". Some 2009-01-19 13:38:47 +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 Improve reporting of dependencies in DROP to work like the scheme that we 2008-06-11 21:53:49 +00:00
sequence_1.out Add a variant expected-output file for the sequence regression test, to cover 2008-09-01 21:24:52 +00:00
sql_ascii.out Fixes for char_length() change. 2000-03-16 11:55:43 +00:00
stats.out Simplify and rename some GUC variables, per various recent discussions: 2007-09-24 03:12:23 +00:00
strings.out Support hex-string input and output for type BYTEA. 2009-08-04 16:08:37 +00:00
subselect.out Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangled 2009-03-10 20:58:26 +00:00
temp.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
text.out Fix up text concatenation so that it accepts all the reasonable cases that 2007-06-06 23:00:50 +00:00
time.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
timestamp.out Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as 2009-03-22 01:12:32 +00:00
timestamptz.out Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as 2009-03-22 01:12:32 +00:00
timetz.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
tinterval.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
transactions.out Improve unique-constraint-violation error messages to include the exact 2009-08-01 19:59:41 +00:00
triggers.out Fix snapshot management, take two. 2009-10-07 16:27:18 +00:00
truncate.out Add ONLY support to LOCK and TRUNCATE. By default, these commands are now 2009-01-12 08:54:27 +00:00
tsdicts.out Add prefix support for synonym dictionary 2009-08-14 14:53:20 +00:00
tsearch.out Fix bug #4814 (wrong subscript in consistent-function call), and add some 2009-05-19 02:48:26 +00:00
tstypes.out Extend GIN to support partial-match searches, and extend tsquery to support 2008-05-16 16:31:02 +00:00
txid.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
type_sanity.out Establish the rule that array types should have the same typdelim as their 2008-09-25 03:28:56 +00:00
union.out Adopt Bob Jenkins' improved hash function for hash_any(). This changes the 2009-02-09 21:18:28 +00:00
update.out Code review for UPDATE SET (columnlist) patch. Make it handle as much 2006-09-03 22:37:06 +00:00
uuid.out Improve unique-constraint-violation error messages to include the exact 2009-08-01 19:59:41 +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
varchar_2.out The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbers after letters, 2009-02-12 15:11:44 +00:00
window.out Modify the definition of window-function PARTITION BY and ORDER BY clauses 2009-08-27 20:08:03 +00:00
with.out Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the 2009-09-09 03:32:52 +00:00
without_oid.out Combine cmin and cmax fields of HeapTupleHeaders into a single field, by 2007-02-09 03:35:35 +00:00
xml.out Fix xmlattribute escaping XML special characters twice (bug #4822). 2009-06-09 22:00:57 +00:00
xml_1.out Fix xmlattribute escaping XML special characters twice (bug #4822). 2009-06-09 22:00:57 +00:00
xmlmap.out Regression test for XML mapping functionality 2009-07-02 07:03:18 +00:00
xmlmap_1.out Regression test for XML mapping functionality 2009-07-02 07:03:18 +00:00