postgresql/src/test/regress/expected
..
.gitignore
abstime.out
advisory_lock.out
aggregates.out Support ordered-set (WITHIN GROUP) aggregates. 2013-12-23 16:11:35 -05:00
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 Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
char_2.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
char.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
circle.out
cluster.out
collate.linux.utf8.out
collate.out
combocid.out
comments.out
conversion.out
copy2.out
copyselect.out
create_aggregate.out Support ordered-set (WITHIN GROUP) aggregates. 2013-12-23 16:11:35 -05:00
create_cast.out
create_function_3.out
create_index.out
create_misc.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
create_operator.out
create_table_like.out psql: update "replica identity" display for \d+ 2014-03-26 11:13:17 -04:00
create_table.out
create_type.out
create_view.out
date.out
delete.out
dependency.out
domain.out
drop_if_exists.out
enum.out
errors.out Allow empty target list in SELECT. 2013-12-14 20:23:26 -05:00
event_trigger.out Make DROP IF EXISTS more consistently not fail 2014-01-23 14:40:29 -03:00
float4-exp-three-digits.out
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
float8.out
foreign_data.out
foreign_key.out
functional_deps.out
geometry_1.out
geometry_2.out
geometry.out
guc.out
hash_index.out
horology.out
hs_standby_allowed.out
hs_standby_check.out
hs_standby_disallowed.out
hs_standby_functions.out
indirect_toast.out
inet.out
inherit.out
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
int8.out
interval.out
join.out
json_1.out
json.out Introduce jsonb, a structured format for storing json. 2014-03-23 16:40:19 -04:00
jsonb_1.out Cleanup around json_to_record/json_to_recordset 2014-03-26 10:18:24 -04:00
jsonb.out Cleanup around json_to_record/json_to_recordset 2014-03-26 10:18:24 -04:00
limit.out
line.out
lock.out Regression tests for LOCK TABLE. 2013-07-15 12:30:41 -04:00
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 Remove the special cases to prevent minus-zero results in float4 and float8 2009-02-18 19:23:26 +00:00
numerology.out
oid.out
oidjoins.out Get rid of pg_class.reltoastidxid. 2013-07-04 03:24:09 +09:00
opr_sanity.out
path.out Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
pg_lsn.out
plancache.out
plpgsql.out
point.out
polygon.out
polymorphism.out Fix ruleutils pretty-printing to not generate trailing whitespace. 2013-11-11 13:36:38 -05:00
portals_p2.out Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
portals.out
prepare.out
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 Fix "element <@ range" cost estimation. 2013-03-21 11:21:51 +02:00
regex.out Fix regex match failures for backrefs combined with non-greedy quantifiers. 2013-07-18 21:22:37 -04:00
reltime.out
replica_identity.out
returning.out
rowtypes.out
rules.out
sanity_check.out
select_distinct_on.out Fix assertion failure when a SELECT DISTINCT ON expression is volatile. 2009-09-12 00:04:59 +00:00
select_distinct.out
select_having_1.out
select_having_2.out
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_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
sequence_1.out
sequence.out Make DISCARD SEQUENCES also discard the last used sequence. 2013-10-07 15:55:56 -04:00
stats.out Add convenience functions pg_sleep_for and pg_sleep_until. 2014-01-30 15:47:56 -05:00
strings.out
subselect.out
temp.out Reduce messages about implicit indexes and sequences to DEBUG1. 2012-07-04 20:35:29 -04:00
text.out Move checking an explicit VARIADIC "any" argument into the parser. 2013-07-18 11:52:12 -04:00
time.out
timestamp.out
timestamptz.out
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
transactions.out
triggers.out
truncate.out
tsdicts.out
tsearch.out Fix ts_rank_cd() to ignore stripped lexemes 2014-03-24 14:37:16 -04:00
tstypes.out
txid.out
type_sanity.out
typed_table.out
union.out
updatable_views.out
update.out
uuid.out
vacuum.out
varchar_1.out
varchar_2.out
varchar.out
window.out
with.out
without_oid.out
xml_1.out
xml.out
xmlmap_1.out Add regression tests for XML mapping of domains 2013-03-13 22:42:57 -04:00
xmlmap.out