postgresql/src/test/regress/expected
..
.gitignore
abstime.out
advisory_lock.out
aggregates.out
alter_generic.out
alter_table.out
arrays.out
async.out Regression tests for LISTEN/NOTIFY/UNLISTEN/pg_notify. 2013-07-03 11:07:08 -04:00
bit.out
bitmapops.out
boolean.out
box.out
btree_index.out
case.out
char_1.out
char_2.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
char.out
circle.out
cluster.out
collate.linux.utf8.out Update collate.linux.utf8.out for ruleutils.c line-wrapping changes. 2013-05-08 22:47:33 -04:00
collate.out
combocid.out
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
copyselect.out
create_aggregate.out
create_cast.out
create_function_3.out
create_index.out Tweak placement of explicit ANALYZE commands in the regression tests. 2013-12-11 15:09:15 -05:00
create_misc.out
create_operator.out
create_table_like.out
create_table.out
create_type.out
create_view.out Fix ruleutils pretty-printing to not generate trailing whitespace. 2013-11-11 13:36:38 -05:00
date.out Add make_date() and make_time() functions. 2013-11-17 15:06:50 -05:00
delete.out Reduce messages about implicit indexes and sequences to DEBUG1. 2012-07-04 20:35:29 -04:00
dependency.out
domain.out
drop_if_exists.out
enum.out
errors.out
event_trigger.out
float4-exp-three-digits.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
float4.out
float8-exp-three-digits-win32.out Revert "Add some regression test cases for denormalized float8 input." 2012-02-04 15:52:09 -05:00
float8-small-is-zero_1.out
float8-small-is-zero.out Revert "Add some regression test cases for denormalized float8 input." 2012-02-04 15:52:09 -05:00
float8.out Revert "Add some regression test cases for denormalized float8 input." 2012-02-04 15:52:09 -05:00
foreign_data.out
foreign_key.out
functional_deps.out
geometry_1.out
geometry_2.out
geometry.out
guc.out
hash_index.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
horology.out Fix to_timestamp/to_date's handling of consecutive spaces in format string. 2014-01-20 13:45:51 -05:00
hs_standby_allowed.out
hs_standby_check.out
hs_standby_disallowed.out
hs_standby_functions.out
indirect_toast.out
inet.out
inherit.out Fix inherited UPDATE/DELETE with UNION ALL subqueries. 2013-12-14 17:33:53 -05:00
insert.out
int2.out
int4.out Improve handling of INT_MIN / -1 and related cases. 2012-11-19 12:24:25 -05:00
int8-exp-three-digits.out Improve handling of INT_MIN / -1 and related cases. 2012-11-19 12:24:25 -05:00
int8.out
interval.out Constructors for interval, timestamp, timestamptz 2014-03-04 15:09:43 -03:00
join.out
json_1.out
json.out
limit.out
line.out
lock.out
lseg.out
macaddr.out Add bitwise AND, OR, and NOT operators for macaddr data type. 2012-01-19 15:25:14 -05:00
matview.out
money.out
name.out
namespace.out
numeric_big.out
numeric.out
numerology_1.out
numerology.out Remove the special cases to prevent minus-zero results in float4 and float8 2009-02-18 19:23:26 +00:00
oid.out
oidjoins.out
opr_sanity.out
path.out
pg_lsn.out
plancache.out
plpgsql.out
point.out
polygon.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
polymorphism.out
portals_p2.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
portals.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_1.out
prepared_xacts.out Adjust regression tests for error message change 2011-08-15 17:27:10 +03:00
privileges.out
psql.out
random.out
rangefuncs.out
rangetypes.out
regex.out
reltime.out
replica_identity.out
returning.out
rowtypes.out Fix *-qualification of named parameters in SQL-language functions. 2014-02-03 14:47:17 -05:00
rules.out
sanity_check.out Use unaligned output in selected regression queries to reduce diff noise. 2013-10-26 11:24:04 -04:00
select_distinct_on.out
select_distinct.out
select_having_1.out
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_having.out
select_implicit_1.out
select_implicit_2.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
select_implicit.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
select_into.out
select_views_1.out
select_views.out
select.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
sequence_1.out
sequence.out
stats.out Add convenience functions pg_sleep_for and pg_sleep_until. 2014-01-30 15:47:56 -05:00
strings.out Fix regexp_matches() handling of zero-length matches. 2013-07-31 11:31:22 -04:00
subselect.out
temp.out
text.out
time.out
timestamp.out
timestamptz.out
timetz.out
tinterval.out
transactions.out In RelationClearRelation, postpone cache reload if !IsTransactionState(). 2014-02-06 19:38:06 -05:00
triggers.out
truncate.out Reduce messages about implicit indexes and sequences to DEBUG1. 2012-07-04 20:35:29 -04:00
tsdicts.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
tsearch.out
tstypes.out Extend GIN to support partial-match searches, and extend tsquery to support 2008-05-16 16:31:02 +00:00
txid.out
type_sanity.out
typed_table.out Reduce messages about implicit indexes and sequences to DEBUG1. 2012-07-04 20:35:29 -04:00
union.out
updatable_views.out
update.out
uuid.out
vacuum.out Reduce messages about implicit indexes and sequences to DEBUG1. 2012-07-04 20:35:29 -04:00
varchar_1.out
varchar_2.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
varchar.out
window.out
with.out
without_oid.out
xml_1.out Perform line wrapping and indenting by default in ruleutils.c. 2013-02-03 15:56:45 -05:00
xml.out Perform line wrapping and indenting by default in ruleutils.c. 2013-02-03 15:56:45 -05:00
xmlmap_1.out
xmlmap.out