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 ec0294fb2c Support negative indexes in split_part(). 5 years ago
..
.gitignore
advisory_lock.sql
aggregates.sql Support infinity and -infinity in the numeric data type. 6 years ago
alter_generic.sql Implement operator class parameters 6 years ago
alter_operator.sql
alter_table.sql Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands. 5 years ago
amutils.sql
arrays.sql Declare assorted array functions using anycompatible not anyelement. 5 years ago
async.sql
bit.sql Fix bitshiftright()'s zero-padding some more. 6 years ago
bitmapops.sql
boolean.sql
box.sql Add support for <-> (box, point) operator to SP-GiST box_ops 7 years ago
brin.sql Properly detoast data in brin_form_tuple 5 years ago
btree_index.sql Add LP_DEAD deletion of a posting list tuple test. 6 years ago
case.sql
char.sql
circle.sql Fix circle_in to accept "(x,y),r" as it's advertised to do. 6 years ago
cluster.sql Fix CLUSTER on expression indexes. 6 years ago
collate.icu.utf8.sql Enable hash partitioning of text arrays 5 years ago
collate.linux.utf8.sql Remove pg_collation.collversion. 5 years ago
collate.sql Account for collation when coercing the output of a SQL function. 6 years ago
combocid.sql
comments.sql
conversion.sql
copy2.sql Fix handling of redundant options with COPY for "freeze" and "header" 5 years ago
copydml.sql
copyselect.sql
create_aggregate.sql Introduce "anycompatible" family of polymorphic types. 6 years ago
create_am.sql Remove deprecated containment operators for built-in types 5 years ago
create_cast.sql
create_function_3.sql Extend SQL function tests lightly 5 years ago
create_index.sql Remove use of deprecated containment operators in tests 5 years ago
create_index_spgist.sql Provide stable test for NULL-values in KNN SP-GiST 6 years ago
create_misc.sql ANALYZE a_star and its children to avoid plan instability in tests. 6 years ago
create_operator.sql Remove support for postfix (right-unary) operators. 5 years ago
create_procedure.sql Support for OUT parameters in procedures 5 years ago
create_table.sql Fix assertion failure in check_new_partition_bound(). 5 years ago
create_table_like.sql Use the properly transformed RangeVar for expandTableLikeClause(). 5 years ago
create_type.sql Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays. 5 years ago
create_view.sql Improve our ability to regurgitate SQL-syntax function calls. 5 years ago
date.sql Fix make_timestamp[tz] to accept negative years as meaning BC. 5 years ago
dbsize.sql
delete.sql
dependency.sql
domain.sql
drop_if_exists.sql Introduce the 'force' option for the Drop Database command. 6 years ago
drop_operator.sql
enum.sql
equivclass.sql Suppress unnecessary RelabelType nodes in more cases. 6 years ago
errors.sql Paper over regression failures in infinite_recurse() on PPC64 Linux. 5 years ago
event_trigger.sql Fix confusion about event trigger vs. plain function in plpgsql. 6 years ago
explain.sql Fix explain regression test failure. 5 years ago
expressions.sql Add some test cases to improve test coverage of parse_expr.c. 7 years ago
fast_default.sql
float4.sql Remove underflow error in float division with infinite divisor. 5 years ago
float8.sql Remove underflow error in float division with infinite divisor. 5 years ago
foreign_data.sql Fix partitioned index creation with foreign partitions 7 years ago
foreign_key.sql Simplify FK-to-partitioned regression test query 6 years ago
functional_deps.sql
generated.sql Disallow ALTER TABLE ONLY / DROP EXPRESSION 5 years ago
geometry.sql Add missing commutators for distance operators 7 years ago
gin.sql Improve test coverage of ginvacuum.c. 5 years ago
gist.sql Add support for <-> (box, point) operator to GiST box_ops 7 years ago
groupingsets.sql Avoid pushing quals down into sub-queries that have grouping sets. 5 years ago
guc.sql
hash_func.sql Improve whitespace 5 years ago
hash_index.sql
hash_part.sql Fix typo in test comment. 6 years ago
horology.sql Prevent internal overflows in date-vs-timestamp and related comparisons. 5 years ago
hs_primary_extremes.sql
hs_primary_setup.sql
hs_standby_allowed.sql
hs_standby_check.sql
hs_standby_disallowed.sql
hs_standby_functions.sql Introduce xid8-based functions to replace txid_XXX. 6 years ago
identity.sql Improve stability of identity.sql regression test. 5 years ago
incremental_sort.sql Fix get_useful_pathkeys_for_relation for volatile expressions 5 years ago
index_including.sql Fix nbtree high key "continuescan" row compare bug. 7 years ago
index_including_gist.sql
indexing.sql Raise error on concurrent drop of partitioned index 5 years ago
indirect_toast.sql
inet.sql Add sort support routine for the inet data type. 7 years ago
infinite_recurse.sql Paper over regression failures in infinite_recurse() on PPC64 Linux. 5 years ago
inherit.sql Add regression tests for constraint errors in partitioned tables. 6 years ago
init_privs.sql
insert.sql Remove es_result_relation_info from EState. 5 years ago
insert_conflict.sql
int2.sql
int4.sql Expand tests for factorial 6 years ago
int8.sql Add functions gcd() and lcm() for integer and numeric types. 6 years ago
interval.sql Add test coverage for EXTRACT() 6 years ago
join.sql Fix foreign-key selectivity estimation in the presence of constants. 5 years ago
join_hash.sql Fix representation of hash keys in Hash/HashJoin nodes. 7 years ago
json.sql Remove unnecessary test dependency on the contents of pg_pltemplate. 6 years ago
json_encoding.sql Allow Unicode escapes in any server encoding, not only UTF-8. 6 years ago
jsonb.sql Add a non-strict version of jsonb_set 6 years ago
jsonb_jsonpath.sql Support for ISO 8601 in the jsonpath .datetime() method 5 years ago
jsonpath.sql Implement jsonpath .datetime() method 6 years ago
jsonpath_encoding.sql Allow Unicode escapes in any server encoding, not only UTF-8. 6 years ago
limit.sql WITH TIES: number of rows is optional and defaults to one 6 years ago
line.sql
lock.sql Revert "Accept relations of any kind in LOCK TABLE". 5 years ago
lseg.sql
macaddr.sql
macaddr8.sql
matview.sql
misc_functions.sql Avoid holding a directory FD open across assorted SRF calls. 6 years ago
misc_sanity.sql
money.sql Fix loss of fractional digits for large values in cash_numeric(). 7 years ago
name.sql
namespace.sql
numeric.sql Avoid gratuitous inaccuracy in numeric width_bucket(). 5 years ago
numeric_big.sql Fix corner-case loss of precision in numeric ln(). 6 years ago
numerology.sql
object_address.sql Eliminate cache lookup errors in SQL functions for object addresses 6 years ago
oid.sql
oidjoins.sql Fix findoidjoins to recognize oidvector columns. 6 years ago
opr_sanity.sql Remove support for postfix (right-unary) operators. 5 years ago
partition_aggregate.sql Rename enable_incrementalsort for clarity 6 years ago
partition_info.sql
partition_join.sql Copy editing: fix a bunch of misspellings and poor wording. 5 years ago
partition_prune.sql Fix unstable partition_prune regression tests 5 years ago
password.sql Change default of password_encryption to scram-sha-256 6 years ago
path.sql
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 Introduce "anycompatible" family of polymorphic types. 6 years ago
point.sql
polygon.sql Fix double-word typos 7 years ago
polymorphism.sql Work around cross-version-upgrade issues created by commit 9e38c2bb5. 5 years ago
portals.sql
portals_p2.sql
prepare.sql
prepared_xacts.sql
privileges.sql In security-restricted operations, block enqueue of at-commit user code. 5 years ago
psql.sql Ignore attempts to \gset into specially treated variables. 5 years ago
psql_crosstab.sql
publication.sql Allow publishing partition changes via ancestors 6 years ago
random.sql
rangefuncs.sql Fix list-munging bug that broke SQL function result coercions. 5 years ago
rangetypes.sql Introduce "anycompatible" family of polymorphic types. 6 years ago
regex.linux.utf8.sql
regex.sql Fix misoptimization of "{1,1}" quantifiers in regular expressions. 7 years ago
regproc.sql Implement type regcollation 6 years ago
reindex_catalog.sql Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers. 5 years ago
reloptions.sql Add vacuum_truncate reloption. 7 years ago
replica_identity.sql Preserve replica identity index across ALTER TABLE rewrite 6 years ago
returning.sql
roleattributes.sql
rowsecurity.sql Fix usage of whole-row variables in WCO and RLS policy expressions. 6 years ago
rowtypes.sql Allow extracting fields from a ROW() expression in more cases. 6 years ago
rules.sql Improve test coverage of ruleutils.c. 6 years ago
sanity_check.sql
security_label.sql
select.sql
select_distinct.sql Disk-based Hash Aggregation. 6 years ago
select_distinct_on.sql
select_having.sql
select_implicit.sql
select_into.sql
select_parallel.sql Avoid lockup of a parallel worker when reporting a long error message. 5 years ago
select_views.sql
sequence.sql Make command order in test more sensible 6 years ago
spgist.sql
stats.sql Partially revert "Insert temporary debugging output in regression tests." 6 years ago
stats_ext.sql psql: Display stats target of extended statistics 5 years ago
strings.sql Support negative indexes in split_part(). 5 years ago
subscription.sql Add support for streaming to built-in logical replication. 5 years ago
subselect.sql Move resolution of AlternativeSubPlan choices to the planner. 5 years ago
sysviews.sql Add pg_stat_wal statistics view. 5 years ago
tablesample.sql
temp.sql Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. 6 years ago
text.sql
tid.sql Fix crashes with currtid() and currtid2() 6 years ago
tidscan.sql Fix bug in Tid scan. 6 years ago
time.sql Add test coverage for EXTRACT() 6 years ago
timestamp.sql Fix make_timestamp[tz] to accept negative years as meaning BC. 5 years ago
timestamptz.sql Avoid low-probability regression test failures in timestamp[tz] tests. 6 years ago
timetz.sql Stabilize timetz test across DST transitions. 5 years ago
transactions.sql Improve new AND CHAIN tests 6 years ago
triggers.sql In INSERT/UPDATE, use the table's real tuple descriptor as target. 5 years ago
truncate.sql Fix TRUNCATE .. CASCADE on partitions 6 years ago
tsdicts.sql Preserve integer and float values accurately in (de)serialize_deflist. 6 years ago
tsearch.sql Fix assorted bugs by changing TS_execute's callback API to ternary logic. 6 years ago
tsrf.sql
tstypes.sql Fix assorted bugs by changing TS_execute's callback API to ternary logic. 6 years ago
tuplesort.sql Try to stabilize results of new tuplesort regression test. 6 years ago
txid.sql Introduce xid8-based functions to replace txid_XXX. 6 years ago
type_sanity.sql Introduce "anycompatible" family of polymorphic types. 6 years ago
typed_table.sql
unicode.sql Add SQL functions for Unicode normalization 6 years ago
union.sql Repair issues with faulty generation of merge-append plans. 7 years ago
updatable_views.sql Calculate extraUpdatedCols in query rewriter, not parser. 5 years ago
update.sql Introduce xid8-based functions to replace txid_XXX. 6 years ago
uuid.sql Add gen_random_uuid function 7 years ago
vacuum.sql Propagate ALTER TABLE ... SET STORAGE to indexes 6 years ago
varchar.sql
window.sql Declare lead() and lag() using anycompatible not anyelement. 5 years ago
with.sql Adjust cycle detection examples and tests 5 years ago
write_parallel.sql
xid.sql Introduce xid8-based functions to replace txid_XXX. 6 years ago
xml.sql Avoid failure when selecting a namespace node in XMLTABLE. 6 years ago
xmlmap.sql