You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/test/regress/expected
Tom Lane a0b7b717a4 Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content 16 years ago
..
abstime.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
aggregates.out Remove the single-argument form of string_agg(). It added nothing much in 16 years ago
alter_table.out Add explicit regression tests for ALTER TABLE lock levels. 16 years ago
arrays.out Add three-parameter forms of array_to_string and string_to_array, to allow 16 years ago
bit.out Add get_bit/set_bit functions for bit strings, paralleling those for bytea, 16 years ago
bitmapops.out
boolean.out Accept 'on' and 'off' as input for boolean data type, unifying the syntax 17 years ago
box.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
btree_index.out Fix breakage of bitmap scan plan creation for special index operators such 17 years ago
case.out
char.out
char_1.out
char_2.out The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbers after letters, 17 years ago
circle.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
cluster.out Fix timing-sensitive regression test result I just created :-( --- the 16 years ago
combocid.out
comments.out
conversion.out Support hex-string input and output for type BYTEA. 17 years ago
copy2.out Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 16 years ago
copyselect.out Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, 18 years ago
create_aggregate.out Support ORDER BY within aggregate function calls, at long last providing a 16 years ago
create_cast.out Improve psql's tabular display of wrapped-around data by inserting markers 16 years ago
create_index.out Add point_ops opclass for GiST. 16 years ago
create_misc.out
create_operator.out
create_table.out CREATE TABLE IF NOT EXISTS. 16 years ago
create_type.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
create_view.out Revert updatable views 17 years ago
date.out Extend the date type to support infinity and -infinity, analogously to 17 years ago
delete.out Remove add_missing_from GUC and associated parser support for "implicit RTEs". 16 years ago
dependency.out Improve psql's tabular display of wrapped-around data by inserting markers 16 years ago
domain.out Remove ancient PL/pgsql line numbering hack. 16 years ago
drop_if_exists.out Revert updatable views 17 years ago
enum.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
errors.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
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 16 years ago
float4.out Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 16 years ago
float8-exp-three-digits-win32.out Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 16 years ago
float8-small-is-zero.out Fix variant float8 expected files to have exactly the expected spacing. 16 years ago
float8-small-is-zero_1.out Fix variant float8 expected files to have exactly the expected spacing. 16 years ago
float8.out Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 16 years ago
foreign_data.out Always pass catalog id to the options validator function specified in 16 years ago
foreign_key.out Adjust naming of indexes and their columns per recent discussion. 16 years ago
functional_deps.out Recognize functional dependency on primary keys. This allows a table's 16 years ago
geometry.out Rewrite the planner's handling of materialized plan types so that there is 17 years ago
geometry_1.out Rewrite the planner's handling of materialized plan types so that there is 17 years ago
geometry_2.out Rewrite the planner's handling of materialized plan types so that there is 17 years ago
guc.out Remove ancient PL/pgsql line numbering hack. 16 years ago
hash_index.out
horology.out Make to_timestamp and friends skip leading spaces before an integer field, 17 years ago
hs_standby_allowed.out Allow read only connections during recovery, known as Hot Standby. 16 years ago
hs_standby_check.out Allow read only connections during recovery, known as Hot Standby. 16 years ago
hs_standby_disallowed.out Update standbycheck test output with new ERROR message changes. No changes 16 years ago
hs_standby_functions.out Update standbycheck test output with new ERROR message changes. No changes 16 years ago
inet.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
inherit.out The particular table names used in the new inheritance regression test are 16 years ago
insert.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
int2.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
int4.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
int8-exp-three-digits.out Fix a missed case in int8-exp-three-digits.out, per buildfarm results. 18 years ago
int8.out Remove some unportable tests 18 years ago
interval.out Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input 17 years ago
join.out Fix oversight in join removal patch: we have to delete the removed relation 16 years ago
limit.out
lseg.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
macaddr.out Add regression test for macaddr type. Enhance documentation about accepted 18 years ago
money.out
mule_internal.out
name.out
namespace.out
numeric.out Support EEEE (scientific notation) in to_char(). 17 years ago
numeric_big.out
numerology.out Remove the special cases to prevent minus-zero results in float4 and float8 17 years ago
numerology_1.out Remove the special cases to prevent minus-zero results in float4 and float8 17 years ago
oid.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
oidjoins.out Update oidjoins regression test for 9.0. 16 years ago
opr_sanity.out Remove the single-argument form of string_agg(). It added nothing much in 16 years ago
path.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
plancache.out Remove ancient PL/pgsql line numbering hack. 16 years ago
plpgsql.out Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple 16 years ago
point.out Add point_ops opclass for GiST. 16 years ago
polygon.out Correct calculations of overlap and contains operations over polygons. 17 years ago
polymorphism.out Change the notation for calling functions with named parameters from 16 years ago
portals.out Ensure that a cursor has an immutable snapshot throughout its lifespan. 17 years ago
portals_p2.out
prepare.out Improve psql's tabular display of wrapped-around data by inserting markers 16 years ago
prepared_xacts.out Change the default value of max_prepared_transactions to zero, and add 17 years ago
prepared_xacts_1.out Change the default value of max_prepared_transactions to zero, and add 17 years ago
privileges.out Additional fixes for large object access control. 16 years ago
random.out
rangefuncs.out Make NestLoop plan nodes pass outer-relation variables into their inner 16 years ago
reltime.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
returning.out Revert updatable views 17 years ago
rowtypes.out Remove add_missing_from GUC and associated parser support for "implicit RTEs". 16 years ago
rules.out Add stats functions and views to provide access to a transaction's own 16 years ago
sanity_check.out Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. 16 years ago
select.out Fix equivclass.c's not-quite-right strategy for handling X=X clauses. 17 years ago
select_distinct.out Alter some gratuitous uses of "ANSI" when "SQL standard" might have been 17 years ago
select_distinct_on.out Fix assertion failure when a SELECT DISTINCT ON expression is volatile. 17 years ago
select_having.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
select_having_1.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
select_having_2.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
select_implicit.out Alter regression test cases that rely on the sort order of "aa". Some 17 years ago
select_implicit_1.out Alter regression test cases that rely on the sort order of "aa". Some 17 years ago
select_implicit_2.out Alter regression test cases that rely on the sort order of "aa". Some 17 years ago
select_into.out
select_views.out
select_views_1.out
sequence.out
sequence_1.out Add a variant expected-output file for the sequence regression test, to cover 18 years ago
sql_ascii.out
stats.out
strings.out Rewrite LIKE's %-followed-by-_ optimization so it really works (this time 16 years ago
subselect.out Fix potential failure when hashing the output of a subplan that produces 16 years ago
temp.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
text.out
time.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
timestamp.out Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works, 16 years ago
timestamptz.out Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works, 16 years ago
timetz.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
tinterval.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
transactions.out Clean up handling of XactReadOnly and RecoveryInProgress checks. 16 years ago
triggers.out Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'s 16 years ago
truncate.out Add ONLY support to LOCK and TRUNCATE. By default, these commands are now 17 years ago
tsdicts.out Add prefix support for synonym dictionary 17 years ago
tsearch.out Modify the built-in text search parser to handle URLs more nearly according 16 years ago
tstypes.out
txid.out Add a bunch of new error location reports to parse-analysis error messages. 18 years ago
type_sanity.out Establish the rule that array types should have the same typdelim as their 18 years ago
typed_table.out Make psql distinguish between unique indices and unique constraints. 16 years ago
union.out Avoid a premature coercion failure in transformSetOperationTree() when 16 years ago
update.out Remove add_missing_from GUC and associated parser support for "implicit RTEs". 16 years ago
uuid.out Improve unique-constraint-violation error messages to include the exact 17 years ago
vacuum.out Remove old-style VACUUM FULL (which was known for a little while as 16 years ago
varchar.out
varchar_1.out
varchar_2.out The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbers after letters, 17 years ago
window.out Extend the set of frame options supported for window functions. 16 years ago
with.out Improve psql's tabular display of wrapped-around data by inserting markers 16 years ago
without_oid.out
xml.out Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content 16 years ago
xml_1.out Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content 16 years ago
xmlmap.out Ooops, forgot to check the libxml cases for psql output wrapping change. 16 years ago
xmlmap_1.out Regression test for XML mapping functionality 17 years ago