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
Tom Lane 3af87736bf Fix another cause of "wrong varnullingrels" planner failures. 3 years ago
..
advisory_lock.sql tests: Restrict pg_locks queries in advisory_locks.sql to current database 3 years ago
aggregates.sql Ensure result of an aggregate's finalfunc is made read-only. 3 years ago
alter_generic.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
alter_operator.sql
alter_table.sql Revert "Catalog NOT NULL constraints" and fallout 3 years ago
amutils.sql
arrays.sql Add array_sample() and array_shuffle() functions. 3 years ago
async.sql
bit.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
bitmapops.sql
boolean.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
box.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
brin.sql Remove incidental md5() function uses from main regression tests 3 years ago
brin_bloom.sql
brin_multi.sql Fix netmask handling in inet_minmax_multi_ops 3 years ago
btree_index.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
case.sql
char.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
circle.sql
cluster.sql Fix MAINTAIN privileges for toast tables and partitions. 3 years ago
collate.icu.utf8.sql Remove read-only server settings lc_collate and lc_ctype 3 years ago
collate.linux.utf8.sql Remove read-only server settings lc_collate and lc_ctype 3 years ago
collate.sql
collate.windows.win1252.sql Remove read-only server settings lc_collate and lc_ctype 3 years ago
combocid.sql
comments.sql
compression.sql Remove incidental md5() function uses from main regression tests 3 years ago
constraints.sql Revert "Catalog NOT NULL constraints" and fallout 3 years ago
conversion.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
copy.sql Fix typos in comments, code and documentation 3 years ago
copy2.sql Add a DEFAULT option to COPY FROM 3 years ago
copydml.sql
copyselect.sql psql: Show all query results by default 4 years ago
create_aggregate.sql
create_am.sql Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEW 4 years ago
create_cast.sql Record dependencies of a cast on other casts that it requires. 3 years ago
create_function_c.sql Rename create_function_N test scripts for clarity. 4 years ago
create_function_sql.sql Fix handling of R/W expanded datums that are passed to SQL functions. 3 years ago
create_index.sql Disallow NULLS NOT DISTINCT indexes for primary keys 3 years ago
create_index_spgist.sql Add a planner support function for starts_with(). 4 years ago
create_misc.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
create_operator.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
create_procedure.sql Fix various typos in code and tests 3 years ago
create_role.sql DROP ROLE regress_role_limited_admin at end of test 3 years ago
create_schema.sql Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements 3 years ago
create_table.sql Revert "Catalog NOT NULL constraints" and fallout 3 years ago
create_table_like.sql
create_type.sql Add test scaffolding for soft error reporting from input functions. 3 years ago
create_view.sql Fix under-parenthesized display of AT TIME ZONE constructs. 3 years ago
date.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
dbsize.sql Add support for unit "B" to pg_size_bytes() 3 years ago
delete.sql
dependency.sql Add grantable MAINTAIN privilege and pg_maintain role. 3 years ago
domain.sql Fix assignment to array of domain over composite, redux. 3 years ago
drop_if_exists.sql
drop_operator.sql
enum.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
equivclass.sql
errors.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
event_trigger.sql Allow event trigger table_rewrite for ALTER MATERIALIZED VIEW 3 years ago
explain.sql Invent GENERIC_PLAN option for EXPLAIN. 3 years ago
expressions.sql Add back SQLValueFunction for SQL keywords 3 years ago
fast_default.sql Revert 56-bit relfilenode change and follow-up commits. 3 years ago
float4.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
float8.sql Add support for the error functions erf() and erfc(). 3 years ago
foreign_data.sql Remove useless tests for TRUNCATE on foreign tables 4 years ago
foreign_key.sql Reject system columns as elements of foreign keys. 3 years ago
functional_deps.sql
generated.sql Fix some more cases of missed GENERATED-column updates. 3 years ago
geometry.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
gin.sql Avoid loss of code coverage with unlogged-index test cases. 3 years ago
gist.sql Avoid loss of code coverage with unlogged-index test cases. 3 years ago
groupingsets.sql Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs. 4 years ago
guc.sql Remove SQL regression tests for GUCs related to NO_SHOW_ALL 3 years ago
hash_func.sql Fix portability issue in tests from commit ce773f230. 4 years ago
hash_index.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
hash_part.sql
horology.sql Tighten error checks in datetime input, and remove bogus "ISO" format. 3 years ago
identity.sql Add support for MERGE SQL command 4 years ago
incremental_sort.sql Remove pessimistic cost penalization from Incremental Sort 3 years ago
index_including.sql
index_including_gist.sql
indexing.sql Revert "Catalog NOT NULL constraints" and fallout 3 years ago
indirect_toast.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
inet.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
infinite_recurse.sql
inherit.sql Revert "Catalog NOT NULL constraints" and fallout 3 years ago
init_privs.sql
insert.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
insert_conflict.sql
int2.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
int4.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
int8.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
interval.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
join.sql Fix another cause of "wrong varnullingrels" planner failures. 3 years ago
join_hash.sql Fix instability in regression test for Parallel Hash Full Join 3 years ago
json.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
json_encoding.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
jsonb.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
jsonb_jsonpath.sql Accept fractional seconds in jsonpath's datetime() method. 3 years ago
jsonpath.sql SQL JSON path enhanced numeric literals 3 years ago
jsonpath_encoding.sql
largeobject.sql Remove incidental md5() function uses from main regression tests 3 years ago
limit.sql Error out if SKIP LOCKED and WITH TIES are both specified 4 years ago
line.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
lock.sql Add support for security invoker views. 4 years ago
lseg.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
macaddr.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
macaddr8.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
matview.sql Remove incidental md5() function uses from main regression tests 3 years ago
md5.sql Put tests of md5() function into separate test file 3 years ago
memoize.sql Enable use of Memoize atop an Append that came from UNION ALL. 3 years ago
merge.sql Fix corner-case planner failure for MERGE. 3 years ago
misc.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
misc_functions.sql Rename pg_dissect_walfile_name() to pg_split_walfile_name() 3 years ago
misc_sanity.sql
money.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
multirangetypes.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
mvcc.sql Fix typo in MVCC test comment 3 years ago
name.sql
namespace.sql Replace last PushOverrideSearchPath() call with set_config_option(). 3 years ago
numeric.sql Further tweaking of width_bucket() edge cases. 3 years ago
numeric_big.sql Improve the accuracy of numeric power() for integer exponents. 3 years ago
numerology.sql Allow underscores in integer and numeric constants. 3 years ago
object_address.sql Make object_address test output easier to update 3 years ago
oid.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
oidjoins.sql
opr_sanity.sql SQL/JSON: add standard JSON constructor functions 3 years ago
partition_aggregate.sql Force parallelism in partition_aggregate 3 years ago
partition_info.sql
partition_join.sql Allow left join removals and unique joins on partitioned tables 3 years ago
partition_prune.sql Fix incorrect partition pruning logic for boolean partitioned tables 3 years ago
password.sql Make SCRAM iteration count configurable 3 years ago
path.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
pg_lsn.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
plancache.sql
plpgsql.sql Add a way to get the current function's OID in pl/pgsql. 3 years ago
point.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
polygon.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
polymorphism.sql
portals.sql Fix incorrect logic in HaveRegisteredOrActiveSnapshot(). 4 years ago
portals_p2.sql
prepare.sql Fix pg_prepared_statements.result_types for DML statements 4 years ago
prepared_xacts.sql
privileges.sql Revert "Fix search_path to a safe value during maintenance operations." 3 years ago
psql.sql psql: add an optional execution-count limit to \watch. 3 years ago
psql_crosstab.sql
publication.sql Fix publication syntax error message 3 years ago
random.sql Add support for the error functions erf() and erfc(). 3 years ago
rangefuncs.sql Close old gap in dependency checks for functions returning composite. 4 years ago
rangetypes.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
regex.sql Fix regexp misbehavior with capturing parens inside "{0}". 4 years ago
regproc.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
reindex_catalog.sql
reloptions.sql Try to stabilize reloptions test, again. 4 years ago
replica_identity.sql Revert "Catalog NOT NULL constraints" and fallout 3 years ago
returning.sql
roleattributes.sql
rowsecurity.sql Handle RLS dependencies in inlined set-returning functions properly. 3 years ago
rowtypes.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
rules.sql Add ruleutils support for decompiling MERGE commands. 3 years ago
sanity_check.sql Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8. 4 years ago
security_label.sql
select.sql Fix core dump in transformValuesClause when there are no columns. 4 years ago
select_distinct.sql Have the planner consider Incremental Sort for DISTINCT 3 years ago
select_distinct_on.sql Use Limit instead of Unique to implement DISTINCT, when possible 3 years ago
select_having.sql
select_implicit.sql
select_into.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
select_parallel.sql Rename force_parallel_mode to debug_parallel_query 3 years ago
select_views.sql
sequence.sql Unlogged sequences 4 years ago
spgist.sql Avoid loss of code coverage with unlogged-index test cases. 3 years ago
sqljson.sql SQL/JSON: support the IS JSON predicate 3 years ago
stats.sql Add writeback to pg_stat_io 3 years ago
stats_ext.sql Remove incidental md5() function uses from main regression tests 3 years ago
strings.sql Avoid fetching one past the end of translate()'s "to" parameter. 3 years ago
subscription.sql Display 'password_required' option for \dRs+ command. 3 years ago
subselect.sql Make subquery aliases optional in the FROM clause. 4 years ago
sysviews.sql Add system view pg_ident_file_mappings 4 years ago
tablesample.sql Fix some anomalies with NO SCROLL cursors. 4 years ago
tablespace.sql Create regress_tblspc in test_setup 3 years ago
temp.sql
test_setup.sql Remove incidental md5() function uses from main regression tests 3 years ago
text.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
tid.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
tidrangescan.sql
tidscan.sql
time.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
timestamp.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
timestamptz.sql Add functions to do timestamptz arithmetic in a non-default timezone. 3 years ago
timetz.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
transactions.sql Avoid naming conflict between transactions.sql and namespace.sql. 3 years ago
triggers.sql Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables. 3 years ago
truncate.sql
tsdicts.sql
tsearch.sql Stabilize just-added regression test cases. 3 years ago
tsrf.sql
tstypes.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
tuplesort.sql
txid.sql
type_sanity.sql Move provariadic sanity check to a more appropriate place 3 years ago
typed_table.sql
unicode.sql Fix buffer overrun in unicode string normalization with empty input 4 years ago
union.sql Disable anonymous record hash support except in special cases 4 years ago
updatable_views.sql Correctly update hasSubLinks while mutating a rule action. 3 years ago
update.sql
uuid.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
vacuum.sql Revert "Fix search_path to a safe value during maintenance operations." 3 years ago
vacuum_parallel.sql Don't overlook indexes during parallel VACUUM. 4 years ago
varchar.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
window.sql Fix incorrect logic for determining safe WindowAgg run conditions 3 years ago
with.sql Rename force_parallel_mode to debug_parallel_query 3 years ago
write_parallel.sql
xid.sql Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
xml.sql Support [NO] INDENT option in XMLSERIALIZE(). 3 years ago
xmlmap.sql Fix incorrect xmlschema output for types timetz and timestamptz. 4 years ago