..
advisory_lock.sql
…
aggregates.sql
Fix failure to detect some cases of improperly-nested aggregates.
3 years ago
alter_generic.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
alter_operator.sql
…
alter_table.sql
Fix more bugs caused by adding columns to the end of a view.
3 years ago
amutils.sql
…
arrays.sql
Fix trim_array() for zero-dimensional array argument.
4 years ago
async.sql
…
bit.sql
Add bit_count SQL function
5 years ago
bitmapops.sql
…
boolean.sql
Clean up ancient test style
6 years ago
box.sql
Clean up ancient test style
6 years ago
brin.sql
Avoid loss of code coverage with unlogged-index test cases.
4 years ago
brin_bloom.sql
BRIN bloom indexes
5 years ago
brin_multi.sql
Fix handling of NaN values in BRIN minmax multi
5 years ago
btree_index.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
case.sql
Add support for NullIfExpr in eval_const_expressions
5 years ago
char.sql
Change type "char"'s I/O format for non-ASCII characters.
4 years ago
circle.sql
Clean up ancient test style
6 years ago
cluster.sql
Fix CLUSTER tuplesorts on abbreviated expressions.
4 years ago
collate.icu.utf8.sql
Add option to use ICU as global locale provider
4 years ago
collate.linux.utf8.sql
Database-level collation version tracking
4 years ago
collate.sql
Improve error checking of CREATE COLLATION options.
5 years ago
combocid.sql
Sanitize the term "combo CID" in code comments
5 years ago
comments.sql
…
compression.sql
Remove forced toast recompression in VACUUM FULL/CLUSTER
5 years ago
constraints.sql
Choose FK name correctly during partition attachment
4 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
Fix handling of redundant options with COPY for "freeze" and "header"
6 years ago
copydml.sql
Extend a test case a little
5 years ago
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
…
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.
4 years ago
create_index.sql
Revert "Temporarily add some probes of tenk1's relallvisible in create_index.sql."
4 years ago
create_index_spgist.sql
Add a planner support function for starts_with().
5 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
Reconsider the handling of procedure OUT parameters.
5 years ago
create_role.sql
Add tests of the CREATEROLE attribute
4 years ago
create_table.sql
Fix collection of typos in the code and the documentation
4 years ago
create_table_like.sql
Extended statistics on expressions
5 years ago
create_type.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
create_view.sql
Prevent pgstats from getting confused when relkind of a relation changes
4 years ago
date.sql
Change return type of EXTRACT to numeric
5 years ago
dbsize.sql
Teach pg_size_pretty and pg_size_bytes about petabytes
5 years ago
delete.sql
…
dependency.sql
…
domain.sql
Un-break whole-row Vars referencing domain-over-composite types.
4 years ago
drop_if_exists.sql
…
drop_operator.sql
…
enum.sql
…
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
4 years ago
explain.sql
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
4 years ago
expressions.sql
Fix typos in comments, code and documentation
3 years ago
fast_default.sql
Don't set a fast default for anything but a plain table
5 years ago
float4.sql
Clean up ancient test style
6 years ago
float8.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
foreign_data.sql
Remove useless tests for TRUNCATE on foreign tables
4 years ago
foreign_key.sql
Fix self-referencing foreign keys with partitioned tables
4 years ago
functional_deps.sql
…
generated.sql
Fix some more cases of missed GENERATED-column updates.
3 years ago
geometry.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
gin.sql
Avoid loss of code coverage with unlogged-index test cases.
4 years ago
gist.sql
Avoid loss of code coverage with unlogged-index test cases.
4 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.
5 years ago
hash_index.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
hash_part.sql
…
horology.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
identity.sql
Add support for MERGE SQL command
4 years ago
incremental_sort.sql
Revert "Optimize order of GROUP BY keys".
4 years ago
index_including.sql
Support INCLUDE'd columns in SP-GiST.
5 years ago
index_including_gist.sql
…
indexing.sql
Fix subtly-incorrect matching of parent and child partitioned indexes.
4 years ago
indirect_toast.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
inet.sql
Add test case for abbrev(cidr)
5 years ago
infinite_recurse.sql
Paper over regression failures in infinite_recurse() on PPC64 Linux.
6 years ago
inherit.sql
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
3 years ago
init_privs.sql
…
insert.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
insert_conflict.sql
Allow table-qualified variable names in ON CONFLICT ... WHERE.
5 years ago
int2.sql
Check column list length in XMLTABLE/JSON_TABLE alias
4 years ago
int4.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
int8.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
interval.sql
Fix parsing of ISO-8601 interval fields with exponential notation.
3 years ago
join.sql
Remove bogus Assert and dead code in remove_useless_results_recurse().
4 years ago
join_hash.sql
Increase hash_mem_multiplier default to 2.0.
4 years ago
json.sql
Improve reporting for syntax errors in multi-line JSON data.
5 years ago
json_encoding.sql
…
jsonb.sql
Fix jsonb subscripting to cope with toasted subscript values.
4 years ago
jsonb_jsonpath.sql
Fix jsonpath existense checking of missing variables
3 years ago
jsonpath.sql
Make JSON path numeric literals more correct
4 years ago
jsonpath_encoding.sql
…
largeobject.sql
Fix comment in regression tests for large objects
4 years ago
limit.sql
Error out if SKIP LOCKED and WITH TIES are both specified
5 years ago
line.sql
…
lock.sql
Add support for security invoker views.
4 years ago
lseg.sql
…
macaddr.sql
…
macaddr8.sql
…
matview.sql
Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.
5 years ago
memoize.sql
Use OFFSET 0 instead of ORDER BY to stop subquery pullup
3 years ago
merge.sql
Fix MERGE command tag for actions blocked by BEFORE ROW triggers.
3 years ago
misc.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
misc_functions.sql
Add more regression tests for pg_ls_dir()
4 years ago
misc_sanity.sql
Replace explicit PIN entries in pg_depend with an OID range test.
5 years ago
money.sql
…
multirangetypes.sql
Add range_agg with multirange inputs
4 years ago
mvcc.sql
Increment xactCompletionCount during subtransaction abort.
5 years ago
name.sql
Clean up ancient test style
6 years ago
namespace.sql
…
numeric.sql
Fix corner case bug in numeric to_char() some more.
3 years ago
numeric_big.sql
…
numerology.sql
Reject trailing junk after numeric literals
4 years ago
object_address.sql
Remove ALL keyword from TABLES IN SCHEMA for publication
4 years ago
oid.sql
Clean up ancient test style
6 years ago
oidjoins.sql
Build in some knowledge about foreign-key relationships in the catalogs.
5 years ago
opr_sanity.sql
Revert SQL/JSON features
4 years ago
partition_aggregate.sql
Force parallelism in partition_aggregate
4 years ago
partition_info.sql
…
partition_join.sql
Consider fractional paths in generate_orderedappend_paths
4 years ago
partition_prune.sql
Change the name of the Result Cache node to Memoize
5 years ago
password.sql
…
path.sql
Clean up ancient test style
6 years ago
pg_lsn.sql
Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.
6 years ago
plancache.sql
Add generic_plans and custom_plans fields into pg_prepared_statements.
6 years ago
plpgsql.sql
Tighten enforcement of variable CONSTANT markings in plpgsql.
4 years ago
point.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
polygon.sql
Clean up ancient test style
6 years ago
polymorphism.sql
Fix bugs in polymorphic-argument resolution for multiranges.
5 years ago
portals.sql
Fix incorrect logic in HaveRegisteredOrActiveSnapshot().
4 years ago
portals_p2.sql
…
prepare.sql
…
prepared_xacts.sql
Fix check for conflicting session- vs transaction-level locks.
5 years ago
privileges.sql
In REFRESH MATERIALIZED VIEW, set user ID before running user code.
4 years ago
psql.sql
Fix psql's \sf and \ef for new-style SQL functions.
4 years ago
psql_crosstab.sql
…
publication.sql
Allow publications with schema and table of the same schema.
4 years ago
random.sql
Remove gratuitous uses of deprecated SELECT INTO
5 years ago
rangefuncs.sql
Close old gap in dependency checks for functions returning composite.
4 years ago
rangetypes.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
regex.sql
Fix regexp misbehavior with capturing parens inside "{0}".
5 years ago
regproc.sql
…
reindex_catalog.sql
Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.
6 years ago
reloptions.sql
Try to stabilize reloptions test, again.
4 years ago
replica_identity.sql
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
3 years ago
returning.sql
…
roleattributes.sql
…
rowsecurity.sql
Ensure COPY TO on an RLS-enabled table copies no more than it should.
3 years ago
rowtypes.sql
Revert applying column aliases to the output of whole-row Vars.
4 years ago
rules.sql
Fix mishandling of OLD/NEW references in subqueries in rule actions.
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
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
select_distinct_on.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
select_having.sql
…
select_implicit.sql
Remove gratuitous uses of deprecated SELECT INTO
5 years ago
select_into.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
select_parallel.sql
Add proper regression test for the recent SRFs-in-pathkeys problem.
4 years ago
select_views.sql
…
sequence.sql
Unlogged sequences
4 years ago
spgist.sql
Avoid loss of code coverage with unlogged-index test cases.
4 years ago
stats.sql
pgstat: Fix transactional stats dropping for indexes
4 years ago
stats_ext.sql
Fix planner failure with extended statistics on partitioned tables.
4 years ago
strings.sql
Avoid fetching one past the end of translate()'s "to" parameter.
3 years ago
subscription.sql
Fix error handling in libpqrcv_connect()
3 years ago
subselect.sql
Teach hash_ok_operator() that record_eq is only sometimes hashable.
4 years ago
sysviews.sql
Add system view pg_ident_file_mappings
4 years ago
tablesample.sql
Fix some anomalies with NO SCROLL cursors.
5 years ago
tablespace.sql
Add regression tests for ALTER MATERIALIZED VIEW with tablespaces
4 years ago
temp.sql
…
test_setup.sql
Test ALIGNOF_DOUBLE==4 compatibility under ALIGNOF_DOUBLE==8.
4 years ago
text.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
tid.sql
Tighten overflow checks in tidin().
4 years ago
tidrangescan.sql
Add TID Range Scans to support efficient scanning ranges of TIDs
5 years ago
tidscan.sql
…
time.sql
Change return type of EXTRACT to numeric
5 years ago
timestamp.sql
Revert "Disallow infinite endpoints in generate_series() for timestamps."
4 years ago
timestamptz.sql
Revert "Disallow infinite endpoints in generate_series() for timestamps."
4 years ago
timetz.sql
Change return type of EXTRACT to numeric
5 years ago
transactions.sql
psql: Show all query results by default
4 years ago
triggers.sql
Avoid failure when altering state of partitioned foreign-key triggers.
3 years ago
truncate.sql
…
tsdicts.sql
…
tsearch.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
tsrf.sql
…
tstypes.sql
Disallow making an empty lexeme via array_to_tsvector().
5 years ago
tuplesort.sql
Fix some typos, grammar and style in docs and comments
5 years ago
txid.sql
…
type_sanity.sql
Put typtype letters back into consistent order
4 years ago
typed_table.sql
…
unicode.sql
Fix buffer overrun in unicode string normalization with empty input
5 years ago
union.sql
Disable anonymous record hash support except in special cases
5 years ago
updatable_views.sql
Fix multi-row DEFAULT handling for INSERT ... SELECT rules.
3 years ago
update.sql
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
5 years ago
uuid.sql
…
vacuum.sql
Try to stabilize vacuum test.
4 years ago
vacuum_parallel.sql
Don't overlook indexes during parallel VACUUM.
5 years ago
varchar.sql
Rearrange core regression tests to reduce cross-script dependencies.
4 years ago
window.sql
Fix failure to set correct operator in window run condition
4 years ago
with.sql
Fix inability to reference CYCLE column from inside its CTE.
4 years ago
write_parallel.sql
Enable parallelism in REFRESH MATERIALIZED VIEW.
5 years ago
xid.sql
Add min() and max() aggregates for xid8.
4 years ago
xml.sql
Check column list length in XMLTABLE/JSON_TABLE alias
4 years ago
xmlmap.sql
Fix incorrect xmlschema output for types timetz and timestamptz.
4 years ago