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
Dean Rasheed c03911d945 Simplify the logic checking new range partition bounds. 9 years ago
..
.gitignore
abstime.out
advisory_lock.out
aggregates.out Optimize joins when the inner relation can be proven unique. 9 years ago
alter_generic.out Standardize terminology for pg_statistic_ext entries. 9 years ago
alter_operator.out Establish conventions about global object names used in regression tests. 10 years ago
alter_table.out Teach predtest.c about CHECK clauses to fix partitioning bugs. 9 years ago
amutils.out Add SQL-accessible functions for inspecting index AM properties. 10 years ago
arrays.out Improve expression evaluation test coverage. 9 years ago
async.out Add new function pg_notification_queue_usage. 11 years ago
bit.out
bitmapops.out
boolean.out Improve expression evaluation test coverage. 9 years ago
box.out Fix support for some operators (&<, &>, $<|, |&>) in box operator class 9 years ago
brin.out Fix BRIN cost estimation 9 years ago
btree_index.out Add test cases for indexam operations not currently covered. 11 years ago
case.out Faster expression evaluation and targetlist projection. 9 years ago
char.out
char_1.out
char_2.out
circle.out
cluster.out Establish conventions about global object names used in regression tests. 10 years ago
collate.icu.utf8.out Remove ICU tests from default run 9 years ago
collate.linux.utf8.out ICU support 9 years ago
collate.out psql: Split up "Modifiers" column in \d and \dD 9 years ago
combocid.out Fix locking a tuple updated by an aborted (sub)transaction 9 years ago
comments.out
conversion.out Establish conventions about global object names used in regression tests. 10 years ago
copy2.out Support "COPY view FROM" for views with INSTEAD OF INSERT triggers. 9 years ago
copydml.out COPY (INSERT/UPDATE/DELETE .. RETURNING ..) 10 years ago
copyselect.out
create_aggregate.out Fix type-safety problem with parallel aggregate serial/deserialization. 10 years ago
create_am.out Fix broken dependency-mongering for index operator classes/families. 10 years ago
create_cast.out Make CREATE TYPE print warnings if a datatype's I/O functions are volatile. 11 years ago
create_function_3.out Allow referring to functions without arguments when unique 9 years ago
create_index.out hash: Add write-ahead logging support. 9 years ago
create_misc.out
create_operator.out Allow named parameters to be specified using => in addition to := 11 years ago
create_table.out Simplify the logic checking new range partition bounds. 9 years ago
create_table_like.out Identity columns 9 years ago
create_type.out Fix dependency, when changing a function's argument/return type. 9 years ago
create_view.out Make new expression eval code reject references to dropped columns. 9 years ago
date.out Allow negative years in make_date to represent BC years 9 years ago
dbsize.out Remove bogus dependencies on NUMERIC_MAX_PRECISION. 10 years ago
delete.out
dependency.out Establish conventions about global object names used in regression tests. 10 years ago
domain.out Avoid caching expression state trees for domain constraints across queries. 10 years ago
drop_if_exists.out Establish conventions about global object names used in regression tests. 10 years ago
drop_operator.out Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator. 10 years ago
enum.out hash: Add write-ahead logging support. 9 years ago
equivclass.out Optimize joins when the inner relation can be proven unique. 9 years ago
errors.out Spelling fixes in code comments 9 years ago
event_trigger.out Remove objname/objargs split for referring to objects 9 years ago
expressions.out Improve expression evaluation test coverage. 9 years ago
float4-exp-three-digits.out
float4.out
float8-exp-three-digits-win32.out Improve regression tests for degree-based trigonometric functions. 10 years ago
float8-small-is-zero.out Improve regression tests for degree-based trigonometric functions. 10 years ago
float8-small-is-zero_1.out Improve regression tests for degree-based trigonometric functions. 10 years ago
float8.out Improve regression tests for degree-based trigonometric functions. 10 years ago
foreign_data.out psql: Use more consistent capitalization of some output headings 9 years ago
foreign_key.out Check for pending trigger events on far end when dropping an FK constraint. 9 years ago
functional_deps.out
geometry.out Add geometry/range functions to support BRIN inclusion 11 years ago
geometry_1.out Add geometry/range functions to support BRIN inclusion 11 years ago
geometry_2.out Add geometry/range functions to support BRIN inclusion 11 years ago
gin.out Make GIN regression test stable. 10 years ago
gist.out Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan. 9 years ago
groupingsets.out Attempt to stabilize grouping sets regression test plans. 9 years ago
guc.out Establish conventions about global object names used in regression tests. 10 years ago
hash_index.out Speed up hash_index regression test. 9 years ago
horology.out Make to_timestamp() and to_date() range-check fields of their input. 9 years ago
hs_standby_allowed.out Better fix for sequence access in hot standby test 9 years ago
hs_standby_check.out
hs_standby_disallowed.out
hs_standby_functions.out Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
identity.out Identity columns 9 years ago
indirect_toast.out Fix typos in comments. 9 years ago
inet.out Create an SP-GiST opclass for inet/cidr. 9 years ago
inherit.out Copy partitioned_rels lists to avoid shared substructure. 9 years ago
init_privs.out Fix typos in comments. 9 years ago
insert.out Prevent BEFORE triggers from violating partitioning constraints. 9 years ago
insert_conflict.out Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table." 9 years ago
int2.out Add documentation and regression tests concerning rounding of numerics. 11 years ago
int4.out Add documentation and regression tests concerning rounding of numerics. 11 years ago
int8-exp-three-digits.out Add documentation and regression tests concerning rounding of numerics. 11 years ago
int8.out Add documentation and regression tests concerning rounding of numerics. 11 years ago
interval.out Fix integer-overflow problems in interval comparison. 9 years ago
join.out Avoid regressions in foreign-key-based selectivity estimates. 9 years ago
json.out Make json_populate_record and friends operate recursively 9 years ago
json_encoding.out Factor out encoding specific tests for json 10 years ago
json_encoding_1.out Factor out encoding specific tests for json 10 years ago
jsonb.out Make edge-case behavior of jsonb_populate_record match json_populate_record 9 years ago
large_object.out pg_upgrade: Fix large object COMMENTS, SECURITY LABELS 9 years ago
limit.out Move targetlist SRF handling from expression evaluation to new executor node. 9 years ago
line.out
lock.out Add a basic atomic ops API abstracting away platform/architecture details. 11 years ago
lseg.out
macaddr.out hash: Add write-ahead logging support. 9 years ago
macaddr8.out Add support for EUI-64 MAC addresses as macaddr8 9 years ago
matview.out Remove useless and rather expensive stanza in matview regression test. 9 years ago
misc_functions.out Add num_nulls() and num_nonnulls() to count NULL arguments. 10 years ago
misc_sanity.out Add testing to detect errors of omission in "pin" dependency creation. 9 years ago
money.out Fix precision and rounding issues in money multiplication and division. 9 years ago
name.out Message style and wording fixes 10 years ago
namespace.out
numeric.out Speed up SUM calculation in numeric aggregates. 9 years ago
numeric_big.out Fix corner-case loss of precision in numeric pow() calculation 10 years ago
numerology.out
numerology_1.out
object_address.out Use DEFACLOBJ_ macros in error message instead of hardcoding 9 years ago
oid.out
oidjoins.out Update oidjoins regression test for v10. 9 years ago
opr_sanity.out Make opr_sanity test complain about built-in functions marked prosecdef. 9 years ago
password.out Remove support for password_encryption='off' / 'plain'. 9 years ago
path.out
pg_lsn.out
plancache.out Rearrange the handling of error context reports. 10 years ago
plpgsql.out Fix transition tables for ON CONFLICT. 9 years ago
point.out
polygon.out regression tests: remove polygon diagrams 11 years ago
polymorphism.out psql: Split up "Modifiers" column in \d and \dD 9 years ago
portals.out Move targetlist SRF handling from expression evaluation to new executor node. 9 years ago
portals_p2.out
prepare.out
prepared_xacts.out Remove unnecessary dependency on statement_timeout in prepared_xacts test. 9 years ago
prepared_xacts_1.out Remove unnecessary dependency on statement_timeout in prepared_xacts test. 9 years ago
privileges.out Add security checks to selectivity estimation functions 9 years ago
psql.out Fix behavior of psql's \p to agree with \g, \w, etc. 9 years ago
psql_crosstab.out Fix incorrect error reporting for duplicate data in \crosstabview. 9 years ago
publication.out psql: Improve display of "for all tables" publications 9 years ago
random.out
rangefuncs.out Disallow set-returning functions inside CASE or COALESCE. 9 years ago
rangetypes.out Fix tqueue.c's range-remapping code. 10 years ago
regex.linux.utf8.out Make locale-dependent regex character classes work for large char codes. 9 years ago
regex.out Implement regexp_match(), a simplified alternative to regexp_matches(). 9 years ago
regproc.out Establish conventions about global object names used in regression tests. 10 years ago
reltime.out
replica_identity.out hash: Add write-ahead logging support. 9 years ago
returning.out Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
roleattributes.out Establish conventions about global object names used in regression tests. 10 years ago
rolenames.out Fix typos in comments. 9 years ago
rowsecurity.out Teach RemoveRoleFromObjectPolicy() about partitioned tables. 9 years ago
rowtypes.out Clean up after insufficiently-researched optimization of tuple conversions. 9 years ago
rules.out Prevent table partitions from being turned into views. 9 years ago
sanity_check.out Revert "Add a test for transition table usage in FOR EACH ROW trigger." 9 years ago
security_label.out Establish conventions about global object names used in regression tests. 10 years ago
select.out Expose explain's SUMMARY option 9 years ago
select_distinct.out Disable physical tlist if any Var would need multiple sortgroupref labels. 10 years ago
select_distinct_on.out
select_having.out
select_having_1.out
select_having_2.out
select_implicit.out
select_implicit_1.out
select_implicit_2.out
select_into.out Establish conventions about global object names used in regression tests. 10 years ago
select_parallel.out Fix testing of parallel-safety of SubPlans. 9 years ago
select_views.out Avoid locale-dependent output in select_views regression test. 9 years ago
sequence.out Use RangeVarGetRelidExtended() in AlterSequence() 9 years ago
spgist.out Add test cases for indexam operations not currently covered. 11 years ago
stats.out stats regression test's wait_for_stats() must check timestamp too. 9 years ago
stats_ext.out Fix IF NOT EXISTS in CREATE STATISTICS 9 years ago
strings.out Implement regexp_match(), a simplified alternative to regexp_matches(). 9 years ago
subscription.out Fix ALTER SUBSCRIPTION grammar ambiguity 9 years ago
subselect.out Fix placement of initPlans when forcibly materializing a subplan. 9 years ago
sysviews.out Add a Gather Merge executor node. 9 years ago
tablesample.out Don't scan partitioned tables. 9 years ago
temp.out
text.out Make format() error messages consistent again 10 years ago
tidscan.out Improve regression test coverage for TID scanning. 9 years ago
time.out
timestamp.out Be more careful about out-of-range dates and timestamps. 10 years ago
timestamptz.out Fix timestamptz regression test to still work with latest IANA zone data. 9 years ago
timetz.out
tinterval.out
transactions.out Fix subtransaction cleanup after an outer-subtransaction portal fails. 10 years ago
triggers.out Fix transition tables for ON CONFLICT. 9 years ago
truncate.out Allow ALTER TABLE ONLY on partitioned tables 9 years ago
tsdicts.out Spelling fixes 9 years ago
tsearch.out Ensure that a tsquery like '!foo' matches empty tsvectors. 9 years ago
tsrf.out Re-allow SRFs and window functions within sub-selects within aggregates. 9 years ago
tstypes.out Ensure that a tsquery like '!foo' matches empty tsvectors. 9 years ago
txid.out Add a txid_status function. 9 years ago
type_sanity.out Collect and use multi-column dependency stats 9 years ago
typed_table.out Remove unnecessairly duplicated gram.y productions 9 years ago
union.out Fix planner error (or assert trap) with nested set operations. 9 years ago
updatable_views.out Teach relation_is_updatable() about partitioned tables. 9 years ago
update.out Allow partitioned tables to be dropped without CASCADE 9 years ago
uuid.out hash: Add write-ahead logging support. 9 years ago
vacuum.out Fix relcache reference leak. 9 years ago
varchar.out
varchar_1.out
varchar_2.out
window.out to_char: revert cc0d90b73b 11 years ago
with.out Add infrastructure to support EphemeralNamedRelation references. 9 years ago
without_oid.out
xml.out Support XMLTABLE query expression 9 years ago
xml_1.out Support XMLTABLE query expression 9 years ago
xml_2.out Support XMLTABLE query expression 9 years ago
xmlmap.out Fix cursor_to_xml in tableforest false mode 9 years ago
xmlmap_1.out Fix cursor_to_xml in tableforest false mode 9 years ago