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
Andres Freund 5bcf389ecf Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate. 8 years ago
..
.gitignore
abstime.sql
advisory_lock.sql
aggregates.sql Fix unstable regression test added by commits 59b71c6fe et al. 8 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 Add hash partitioning. 8 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 Remove replacement selection sort. 8 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 Explicitly track whether aggregate final functions modify transition state. 8 years ago
create_am.sql Remove no-op GiST support functions in the core GiST opclasses. 8 years ago
create_cast.sql
create_function_3.sql Allow referring to functions without arguments when unique 9 years ago
create_index.sql Add more tests for reloptions 8 years ago
create_misc.sql
create_operator.sql
create_procedure.sql SQL procedures 8 years ago
create_table.sql Show partition info from psql \d+ 8 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 ALTER TABLE code to update domain constraints when needed. 8 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 Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE. 8 years ago
equivclass.sql Reduce "X = X" to "X IS NOT NULL", if it's easy to do so. 8 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 Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER .. HANDLER. 8 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 Add more tests for reloptions 8 years ago
groupingsets.sql Make setrefs.c match by ressortgroupref even for plain Vars. 8 years ago
guc.sql Establish conventions about global object names used in regression tests. 10 years ago
hash_func.sql Introduce 64-bit hash functions with a 64-bit seed. 8 years ago
hash_index.sql Add more tests for reloptions 8 years ago
hash_part.sql Fix multiple problems with satisfies_hash_partition. 8 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 psql: Update \d sequence display 8 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 Add null test to partition constraint for default range partitions. 8 years ago
init_privs.sql Fix typos in comments. 9 years ago
insert.sql Fix uninitialized memory reference. 8 years ago
insert_conflict.sql Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables. 8 years ago
int2.sql
int4.sql
int8.sql
interval.sql Fix integer-overflow problems in interval comparison. 9 years ago
join.sql Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate. 8 years ago
json.sql Add tests for json{b}_populate_recordset() crash case. 8 years ago
json_encoding.sql
jsonb.sql Add tests for json{b}_populate_recordset() crash case. 8 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 Fix quoted-substring handling in format parsing for to_char/to_number/etc. 8 years ago
numeric_big.sql Fix corner-case loss of precision in numeric pow() calculation 10 years ago
numerology.sql
object_address.sql SQL procedures 8 years ago
oid.sql
oidjoins.sql Update oidjoins regression test for v10. 9 years ago
opr_sanity.sql Explicitly track whether aggregate final functions modify transition state. 8 years ago
partition_join.sql Add hash partitioning. 8 years ago
partition_prune.sql Add extensive tests for partition pruning. 8 years ago
password.sql Don't allow logging in with empty password. 9 years ago
path.sql
pg_lsn.sql
plancache.sql Allow a partitioned table to have a default partition. 8 years ago
plpgsql.sql SQL procedures 8 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 SQL procedures 8 years ago
psql.sql Provide a test for variable existence in psql 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 typcache's failure to treat ranges as container types. 8 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
reloptions.sql Add more tests for reloptions 8 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 Always require SELECT permission for ON CONFLICT DO UPDATE. 8 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 Pass InitPlan values to workers via Gather (Merge). 8 years ago
select_views.sql Avoid locale-dependent output in select_views regression test. 9 years ago
sequence.sql psql: Update \d sequence display 8 years ago
spgist.sql Add more tests for reloptions 8 years ago
stats.sql Allow bitmap scans to operate as index-only scans when possible. 8 years ago
stats_ext.sql Suppress less info in regression tests using DROP CASCADE. 9 years ago
strings.sql Reduce test variability for toast_tuple_target test 8 years ago
subscription.sql Fix ALTER SUBSCRIPTION grammar ambiguity 9 years ago
subselect.sql Repair failure with SubPlans in multi-row VALUES lists. 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 Fix handling of savepoint commands within multi-statement Query strings. 8 years ago
triggers.sql Ensure that BEFORE STATEMENT triggers fire the right number of times. 8 years ago
truncate.sql Allow ALTER TABLE ONLY on partitioned tables 9 years ago
tsdicts.sql Spelling fixes 9 years ago
tsearch.sql Make construct_[md_]array return a valid empty array for zero-size input. 8 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 Set proargmodes for satisfies_hash_partition. 8 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 Add hash partitioning. 8 years ago
uuid.sql
vacuum.sql Allow multiple tables to be specified in one VACUUM or ANALYZE command. 8 years ago
varchar.sql
window.sql
with.sql Fix incorrect handling of CTEs and ENRs as DML target relations. 8 years ago
without_oid.sql
write_parallel.sql Allow DML commands that create tables to use parallel query. 8 years ago
xml.sql Fix previous commit's test, for non-UTF8 databases with non-XML builds. 8 years ago
xmlmap.sql Fix cursor_to_xml in tableforest false mode 9 years ago