postgresql/src/test/regress/expected
Tom Lane 46aa77c7bd Add stats functions and views to provide access to a transaction's own
statistics counts.  These numbers are being accumulated but haven't yet been
transmitted to the collector (and won't be, until the transaction ends).
For some purposes, though, it's handy to be able to look at them.

Joel Jacobson, reviewed by Itagaki Takahiro
2010-08-08 16:27:06 +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 Remove the single-argument form of string_agg(). It added nothing much in 2010-08-05 18:21:19 +00:00
alter_table.out Add explicit regression tests for ALTER TABLE lock levels. 2010-07-29 11:06:34 +00:00
arrays.out Fix ExecEvalArrayRef to pass down the old value of the array element or slice 2010-02-18 18:41:47 +00:00
bit.out Add get_bit/set_bit functions for bit strings, paralleling those for bytea, 2010-01-25 20:55:32 +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 Fix timing-sensitive regression test result I just created :-( --- the 2010-02-03 03:21:25 +00:00
combocid.out Avoid incrementing the CommandCounter when CommandCounterIncrement is called 2007-11-30 21:22:54 +00:00
comments.out
conversion.out Support hex-string input and output for type BYTEA. 2009-08-04 16:08:37 +00:00
copy2.out Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 2010-02-17 04:19:41 +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 Support ORDER BY within aggregate function calls, at long last providing a 2009-12-15 17:57:48 +00:00
create_cast.out Improve psql's tabular display of wrapped-around data by inserting markers 2009-11-22 05:20:41 +00:00
create_index.out Add point_ops opclass for GiST. 2010-01-14 16:31:09 +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 CREATE TABLE IF NOT EXISTS. 2010-07-25 23:21:22 +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 Remove add_missing_from GUC and associated parser support for "implicit RTEs". 2009-10-21 20:22:38 +00:00
dependency.out Improve psql's tabular display of wrapped-around data by inserting markers 2009-11-22 05:20:41 +00:00
domain.out Remove ancient PL/pgsql line numbering hack. 2010-08-02 03:46:54 +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
euc_jp.out
euc_kr.out
euc_tw.out
float4-exp-three-digits.out Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 2010-02-27 21:53:21 +00:00
float4.out Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 2010-02-27 21:53:21 +00:00
float8-exp-three-digits-win32.out Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 2010-02-27 21:53:21 +00:00
float8-small-is-zero.out Fix variant float8 expected files to have exactly the expected spacing. 2010-07-08 15:15:05 +00:00
float8-small-is-zero_1.out Fix variant float8 expected files to have exactly the expected spacing. 2010-07-08 15:15:05 +00:00
float8.out Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 2010-02-27 21:53:21 +00:00
foreign_data.out Always pass catalog id to the options validator function specified in 2009-12-23 12:23:59 +00:00
foreign_key.out Adjust naming of indexes and their columns per recent discussion. 2009-12-23 02:35:25 +00:00
functional_deps.out Recognize functional dependency on primary keys. This allows a table's 2010-08-07 02:44:09 +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 Remove ancient PL/pgsql line numbering hack. 2010-08-02 03:46:54 +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
hs_standby_allowed.out Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
hs_standby_check.out Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00
hs_standby_disallowed.out Update standbycheck test output with new ERROR message changes. No changes 2010-05-02 12:28:43 +00:00
hs_standby_functions.out Update standbycheck test output with new ERROR message changes. No changes 2010-05-02 12:28:43 +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 The particular table names used in the new inheritance regression test are 2010-02-02 18:16:10 +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 Fix oversight in join removal patch: we have to delete the removed relation 2010-05-23 16:34:38 +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
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
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 regression test for 9.0. 2010-03-14 04:17:54 +00:00
opr_sanity.out Remove the single-argument form of string_agg(). It added nothing much in 2010-08-05 18:21:19 +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 Remove ancient PL/pgsql line numbering hack. 2010-08-02 03:46:54 +00:00
plpgsql.out Remove ancient PL/pgsql line numbering hack. 2010-08-02 03:46:54 +00:00
point.out Add point_ops opclass for GiST. 2010-01-14 16:31:09 +00:00
polygon.out Correct calculations of overlap and contains operations over polygons. 2009-07-28 09:48:00 +00:00
polymorphism.out Change the notation for calling functions with named parameters from 2010-05-30 18:10:41 +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
prepare.out Improve psql's tabular display of wrapped-around data by inserting markers 2009-11-22 05:20:41 +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 Additional fixes for large object access control. 2009-12-14 00:39:11 +00:00
random.out Improve random regression tests to fail less frequently. 2004-03-15 15:46:25 +00:00
rangefuncs.out Make NestLoop plan nodes pass outer-relation variables into their inner 2010-07-12 17:01:06 +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 Remove add_missing_from GUC and associated parser support for "implicit RTEs". 2009-10-21 20:22:38 +00:00
rules.out Add stats functions and views to provide access to a transaction's own 2010-08-08 16:27:06 +00:00
sanity_check.out Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. 2010-02-16 22:34:57 +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
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
stats.out Simplify and rename some GUC variables, per various recent discussions: 2007-09-24 03:12:23 +00:00
strings.out Rewrite LIKE's %-followed-by-_ optimization so it really works (this time 2010-05-28 17:35:23 +00:00
subselect.out Fix potential failure when hashing the output of a subplan that produces 2010-07-28 04:50:50 +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 Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works, 2010-04-07 21:41:53 +00:00
timestamptz.out Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works, 2010-04-07 21:41:53 +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 Clean up handling of XactReadOnly and RecoveryInProgress checks. 2010-02-20 21:24:02 +00:00
triggers.out Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'s 2010-01-21 06:11:46 +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 Modify the built-in text search parser to handle URLs more nearly according 2010-04-28 02:04:16 +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
typed_table.out Make psql distinguish between unique indices and unique constraints. 2010-08-01 01:08:29 +00:00
union.out Avoid a premature coercion failure in transformSetOperationTree() when 2009-12-16 22:24:13 +00:00
update.out Remove add_missing_from GUC and associated parser support for "implicit RTEs". 2009-10-21 20:22:38 +00:00
uuid.out Improve unique-constraint-violation error messages to include the exact 2009-08-01 19:59:41 +00:00
vacuum.out Remove old-style VACUUM FULL (which was known for a little while as 2010-02-08 04:33:55 +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 Extend the set of frame options supported for window functions. 2010-02-12 17:33:21 +00:00
with.out Improve psql's tabular display of wrapped-around data by inserting markers 2009-11-22 05:20:41 +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 Add xmlexists function 2010-08-05 04:21:54 +00:00
xml_1.out Add xmlexists function 2010-08-05 04:21:54 +00:00
xmlmap.out Ooops, forgot to check the libxml cases for psql output wrapping change. 2009-11-22 06:01:09 +00:00
xmlmap_1.out Regression test for XML mapping functionality 2009-07-02 07:03:18 +00:00