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
Alvaro Herrera 790bf615dd
Remove ALL keyword from TABLES IN SCHEMA for publication
3 years ago
..
advisory_lock.sql
aggregates.sql Improve performance of ORDER BY / DISTINCT 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 Remove ALL keyword from TABLES IN SCHEMA for publication 3 years ago
amutils.sql
arrays.sql Fix trim_array() for zero-dimensional array argument. 3 years ago
async.sql
bit.sql Add bit_count SQL function 5 years ago
bitmapops.sql
boolean.sql Clean up ancient test style 5 years ago
box.sql Clean up ancient test style 5 years ago
brin.sql Revert changes in HOT handling of BRIN indexes 4 years ago
brin_bloom.sql BRIN bloom indexes 5 years ago
brin_multi.sql Fix handling of NaN values in BRIN minmax multi 4 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. 3 years ago
circle.sql Clean up ancient test style 5 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 3 years ago
conversion.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
copy.sql Fix two issues with HEADER MATCH in COPY 4 years ago
copy2.sql
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. 3 years ago
create_index.sql Fix a few issues with REINDEX grammar 4 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 Reconsider the handling of procedure OUT parameters. 5 years ago
create_role.sql Make role grant system more consistent with other privileges. 3 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 Close old gap in dependency checks for functions returning composite. 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 3 years ago
explain.sql Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS) 4 years ago
expressions.sql Rearrange core regression tests to reduce cross-script dependencies. 4 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 5 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 typos. 3 years ago
functional_deps.sql
generated.sql Fix bogus dependency handling for GENERATED expressions. 4 years ago
geometry.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
gin.sql Cover brin/gin/gist/spgist ambuildempty routines in regression tests 4 years ago
gist.sql Improve regression test coverage of GiST index building. 3 years ago
groupingsets.sql Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs. 4 years ago
guc.sql Disallow setting bogus GUCs within an extension's reserved namespace. 4 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 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 Add proper regression test for the recent SRFs-in-pathkeys problem. 3 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. 3 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
inherit.sql Allow ordered partition scans in more cases 5 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 portability issues in datetime parsing. 4 years ago
join.sql Relax overly strict rules in select_outer_pathkeys_for_merge() 3 years ago
join_hash.sql Increase hash_mem_multiplier default to 2.0. 4 years ago
json.sql Speed up lexing of long JSON strings 3 years ago
json_encoding.sql
jsonb.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
jsonb_jsonpath.sql
jsonpath.sql Make JSON path numeric literals more correct 4 years ago
jsonpath_encoding.sql
largeobject.sql Prevent write operations on large objects in read-only transactions 4 years ago
limit.sql Error out if SKIP LOCKED and WITH TIES are both specified 4 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. 4 years ago
memoize.sql Increase hash_mem_multiplier default to 2.0. 4 years ago
merge.sql Disable autovacuum in MERGE test script 3 years ago
misc.sql Rearrange core regression tests to reduce cross-script dependencies. 4 years ago
misc_functions.sql Adjust new pg_read_file() test cases for more portability. 3 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 Fix typo in MVCC test comment 3 years ago
name.sql Clean up ancient test style 5 years ago
namespace.sql
numeric.sql Fix corner-case loss of precision in numeric_power(). 4 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 3 years ago
oid.sql Clean up ancient test style 5 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 3 years ago
partition_aggregate.sql Force parallelism in partition_aggregate 3 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 5 years ago
pg_lsn.sql
plancache.sql
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 5 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 Fix pg_prepared_statements.result_types for DML statements 4 years ago
prepared_xacts.sql Fix check for conflicting session- vs transaction-level locks. 5 years ago
privileges.sql Fix a bug in roles_is_member_of. 3 years ago
psql.sql Fix typos and grammar in code and test comments 4 years ago
psql_crosstab.sql
publication.sql Remove ALL keyword from TABLES IN SCHEMA for publication 3 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}". 4 years ago
regproc.sql
reindex_catalog.sql
reloptions.sql Try to stabilize reloptions test, again. 4 years ago
replica_identity.sql Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index 4 years ago
returning.sql
roleattributes.sql
rowsecurity.sql Add support for MERGE SQL command 4 years ago
rowtypes.sql Revert applying column aliases to the output of whole-row Vars. 4 years ago
rules.sql Fix whitespace 4 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. 3 years ago
select_views.sql
sequence.sql Unlogged sequences 4 years ago
spgist.sql Drop unlogged table after test is done 4 years ago
stats.sql Fix race condition in stats.sql added in 5264add784 3 years ago
stats_ext.sql Fix handling of bare boolean expressions in mcv_get_match_bitmap. 3 years ago
strings.sql Let regexp_replace() make use of REG_NOSUB when feasible. 4 years ago
subscription.sql Allow users to skip logical replication of data having origin. 4 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 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 regress: fix test instability 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(). 4 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 4 years ago
union.sql Disable anonymous record hash support except in special cases 4 years ago
updatable_views.sql Add support for security invoker views. 4 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. 4 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 3 years ago
with.sql Fix grammar in error message 3 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 Adjust XML test case to avoid unstable behavior. 3 years ago
xmlmap.sql Fix incorrect xmlschema output for types timetz and timestamptz. 4 years ago