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/sql
Robert Haas bf11e7ee2e Propagate sort instrumentation from workers back to leader. 8 years ago
..
.gitignore
abstime.sql
advisory_lock.sql
aggregates.sql Fix sharing Agg transition state of DISTINCT or ordered aggs. 9 years ago
alter_generic.sql Suppress less info in regression tests using DROP CASCADE. 9 years ago
alter_operator.sql Establish conventions about global object names used in regression tests. 10 years ago
alter_table.sql Fix bug in deciding whether to scan newly-attached partition. 9 years ago
amutils.sql Add SQL-accessible functions for inspecting index AM properties. 10 years ago
arrays.sql Improve expression evaluation test coverage. 9 years ago
async.sql
bit.sql
bitmapops.sql
boolean.sql Improve expression evaluation test coverage. 9 years ago
box.sql Fix support for some operators (&<, &>, $<|, |&>) in box operator class 9 years ago
brin.sql Fix BRIN cost estimation 9 years ago
btree_index.sql
case.sql Faster expression evaluation and targetlist projection. 9 years ago
char.sql
circle.sql
cluster.sql Establish conventions about global object names used in regression tests. 10 years ago
collate.icu.utf8.sql Remove ICU tests from default run 9 years ago
collate.linux.utf8.sql ICU support 9 years ago
collate.sql Revert test case added by commit 1e165d05fe. 9 years ago
combocid.sql Fix locking a tuple updated by an aborted (sub)transaction 9 years ago
comments.sql
conversion.sql Establish conventions about global object names used in regression tests. 10 years ago
copy2.sql Support "COPY view FROM" for views with INSTEAD OF INSERT triggers. 9 years ago
copydml.sql
copyselect.sql
create_aggregate.sql Fix type-safety problem with parallel aggregate serial/deserialization. 10 years ago
create_am.sql Fix broken dependency-mongering for index operator classes/families. 10 years ago
create_cast.sql
create_function_3.sql Allow referring to functions without arguments when unique 9 years ago
create_index.sql Suppress less info in regression tests using DROP CASCADE. 9 years ago
create_misc.sql
create_operator.sql
create_table.sql Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds. 9 years ago
create_table_like.sql Identity columns 9 years ago
create_type.sql Fix dependency, when changing a function's argument/return type. 9 years ago
create_view.sql Suppress less info in regression tests using DROP CASCADE. 9 years ago
date.sql Allow negative years in make_date to represent BC years 9 years ago
dbsize.sql Add pg_size_bytes() to parse human-readable size strings. 10 years ago
delete.sql
dependency.sql Establish conventions about global object names used in regression tests. 10 years ago
domain.sql Fix handling of container types in find_composite_type_dependencies. 9 years ago
drop_if_exists.sql Establish conventions about global object names used in regression tests. 10 years ago
drop_operator.sql Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator. 10 years ago
enum.sql Support renaming an existing value of an enum type. 9 years ago
equivclass.sql Improve RLS planning by marking individual quals with security levels. 9 years ago
errors.sql Spelling fixes in code comments 9 years ago
event_trigger.sql Remove objname/objargs split for referring to objects 9 years ago
expressions.sql Improve expression evaluation test coverage. 9 years ago
float4.sql
float8.sql Improve regression tests for degree-based trigonometric functions. 10 years ago
foreign_data.sql Again match pg_user_mappings to information_schema.user_mapping_options. 9 years ago
foreign_key.sql Check for pending trigger events on far end when dropping an FK constraint. 9 years ago
functional_deps.sql
geometry.sql
gin.sql Make GIN regression test stable. 10 years ago
gist.sql Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan. 9 years ago
groupingsets.sql Attempt to stabilize grouping sets regression test plans. 9 years ago
guc.sql Establish conventions about global object names used in regression tests. 10 years ago
hash_index.sql Speed up hash_index regression test. 9 years ago
horology.sql Make to_timestamp() and to_date() range-check fields of their input. 9 years ago
hs_primary_extremes.sql Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
hs_primary_setup.sql Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
hs_standby_allowed.sql Better fix for sequence access in hot standby test 9 years ago
hs_standby_check.sql
hs_standby_disallowed.sql
hs_standby_functions.sql Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
identity.sql Identity columns 9 years ago
indirect_toast.sql Fix typos in comments. 9 years ago
inet.sql Create an SP-GiST opclass for inet/cidr. 9 years ago
inherit.sql Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds. 9 years ago
init_privs.sql Fix typos in comments. 9 years ago
insert.sql Teach map_partition_varattnos to handle whole-row expressions. 9 years ago
insert_conflict.sql Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table." 9 years ago
int2.sql
int4.sql
int8.sql
interval.sql Fix integer-overflow problems in interval comparison. 9 years ago
join.sql Avoid regressions in foreign-key-based selectivity estimates. 9 years ago
json.sql Make json_populate_record and friends operate recursively 9 years ago
json_encoding.sql
jsonb.sql Make json_populate_record and friends operate recursively 9 years ago
limit.sql Add regression tests exercising more code paths in nodeLimit.c. 9 years ago
line.sql
lock.sql
lseg.sql
macaddr.sql
macaddr8.sql Add support for EUI-64 MAC addresses as macaddr8 9 years ago
matview.sql Remove useless and rather expensive stanza in matview regression test. 9 years ago
misc_functions.sql Add num_nulls() and num_nonnulls() to count NULL arguments. 10 years ago
misc_sanity.sql Fix over-aggressive sanity check in misc_sanity.sql. 8 years ago
money.sql Fix precision and rounding issues in money multiplication and division. 9 years ago
name.sql Introduce parse_ident() 10 years ago
namespace.sql
numeric.sql Speed up SUM calculation in numeric aggregates. 9 years ago
numeric_big.sql Fix corner-case loss of precision in numeric pow() calculation 10 years ago
numerology.sql
object_address.sql Suppress less info in regression tests using DROP CASCADE. 9 years ago
oid.sql
oidjoins.sql Update oidjoins regression test for v10. 9 years ago
opr_sanity.sql Make opr_sanity test complain about built-in functions marked prosecdef. 9 years ago
password.sql Don't allow logging in with empty password. 9 years ago
path.sql
pg_lsn.sql
plancache.sql
plpgsql.sql Fix transition tables for ON CONFLICT. 9 years ago
point.sql
polygon.sql
polymorphism.sql Fix incorrect handling of polymorphic aggregates used as window functions. 9 years ago
portals.sql Fix some interrelated planner issues with initPlans and Param munging. 10 years ago
portals_p2.sql
prepare.sql
prepared_xacts.sql Remove unnecessary dependency on statement_timeout in prepared_xacts test. 9 years ago
privileges.sql Require update permission for the large object written by lo_put(). 9 years ago
psql.sql psql: Fix \gx when FETCH_COUNT is used 8 years ago
psql_crosstab.sql Fix incorrect error reporting for duplicate data in \crosstabview. 9 years ago
publication.sql psql: Improve display of "for all tables" publications 9 years ago
random.sql
rangefuncs.sql Disallow set-returning functions inside CASE or COALESCE. 9 years ago
rangetypes.sql Fix tqueue.c's range-remapping code. 10 years ago
regex.linux.utf8.sql Make locale-dependent regex character classes work for large char codes. 9 years ago
regex.sql Implement regexp_match(), a simplified alternative to regexp_matches(). 10 years ago
regproc.sql Establish conventions about global object names used in regression tests. 10 years ago
reltime.sql
replica_identity.sql Fix typos in comments. 9 years ago
returning.sql
roleattributes.sql Establish conventions about global object names used in regression tests. 10 years ago
rolenames.sql Fix typos in comments. 9 years ago
rowsecurity.sql Suppress less info in regression tests using DROP CASCADE. 9 years ago
rowtypes.sql Clean up after insufficiently-researched optimization of tuple conversions. 9 years ago
rules.sql Suppress less info in regression tests using DROP CASCADE. 9 years ago
sanity_check.sql Change the relkind for partitioned tables from 'P' to 'p'. 9 years ago
security_label.sql Establish conventions about global object names used in regression tests. 10 years ago
select.sql Expose explain's SUMMARY option 9 years ago
select_distinct.sql Disable physical tlist if any Var would need multiple sortgroupref labels. 10 years ago
select_distinct_on.sql
select_having.sql
select_implicit.sql
select_into.sql Establish conventions about global object names used in regression tests. 10 years ago
select_parallel.sql Push tuple limits through Gather and Gather Merge. 8 years ago
select_views.sql Avoid locale-dependent output in select_views regression test. 9 years ago
sequence.sql Use RangeVarGetRelidExtended() in AlterSequence() 9 years ago
spgist.sql
stats.sql stats regression test's wait_for_stats() must check timestamp too. 9 years ago
stats_ext.sql Suppress less info in regression tests using DROP CASCADE. 9 years ago
strings.sql
subscription.sql Fix ALTER SUBSCRIPTION grammar ambiguity 9 years ago
subselect.sql Propagate sort instrumentation from workers back to leader. 8 years ago
sysviews.sql Invent pg_hba_file_rules view to show the content of pg_hba.conf. 9 years ago
tablesample.sql Make tablesample work with partitioned tables. 9 years ago
temp.sql
text.sql
tidscan.sql Improve regression test coverage for TID scanning. 9 years ago
time.sql
timestamp.sql Be more careful about out-of-range dates and timestamps. 10 years ago
timestamptz.sql Fix timestamptz regression test to still work with latest IANA zone data. 9 years ago
timetz.sql
tinterval.sql
transactions.sql
triggers.sql Fix COPY's handling of transition tables with indexes. 9 years ago
truncate.sql Allow ALTER TABLE ONLY on partitioned tables 9 years ago
tsdicts.sql Spelling fixes 9 years ago
tsearch.sql Ensure that a tsquery like '!foo' matches empty tsvectors. 9 years ago
tsrf.sql Re-allow SRFs and window functions within sub-selects within aggregates. 9 years ago
tstypes.sql Ensure that a tsquery like '!foo' matches empty tsvectors. 9 years ago
txid.sql Add a txid_status function. 9 years ago
type_sanity.sql Implement multivariate n-distinct coefficients 9 years ago
typed_table.sql Suppress less info in regression tests using DROP CASCADE. 9 years ago
union.sql Add regression tests exercising the non-hashed code paths in nodeSetop.c. 9 years ago
updatable_views.sql Teach map_partition_varattnos to handle whole-row expressions. 9 years ago
update.sql Allow partitioned tables to be dropped without CASCADE 9 years ago
uuid.sql
vacuum.sql Fix relcache reference leak. 9 years ago
varchar.sql
window.sql
with.sql Add infrastructure to support EphemeralNamedRelation references. 9 years ago
without_oid.sql
xml.sql Support XMLTABLE query expression 9 years ago
xmlmap.sql Fix cursor_to_xml in tableforest false mode 9 years ago