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 Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
alter_table.sql Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands. 6 years ago
amutils.sql Add support for nearest-neighbor (KNN) searches to SP-GiST 8 years ago
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 Expand AND/OR regression tests around NULL handling. 8 years ago
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 Fix interaction of CASE and ArrayCoerceExpr. 7 years ago
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 6 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 7 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(). 6 years ago
create_type.sql Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays. 6 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 Un-hide most cascaded-drop details in regression test results. 7 years ago
domain.sql Drop no-op CoerceToDomain nodes from expressions at planning time. 7 years ago
drop_if_exists.sql Introduce the 'force' option for the Drop Database command. 6 years ago
drop_operator.sql
enum.sql Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux). 7 years ago
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. 6 years ago
expressions.sql Add some test cases to improve test coverage of parse_expr.c. 7 years ago
fast_default.sql Fix heap_getattr() handling of fast defaults. 7 years ago
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. 6 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. 6 years ago
guc.sql Give up on testing guc.c's behavior for "infinity" inputs. 7 years ago
hash_func.sql Improve whitespace 5 years ago
hash_index.sql Add more tests for reloptions 8 years ago
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 Allow UNLISTEN in hot-standby mode. 7 years ago
hs_standby_check.sql
hs_standby_disallowed.sql Allow UNLISTEN in hot-standby mode. 7 years ago
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 Support for INCLUDE attributes in GiST indexes 7 years ago
indexing.sql Raise error on concurrent drop of partitioned index 6 years ago
indirect_toast.sql Clean up duplicate table and function names in regression tests. 8 years ago
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 Don't mark partitioned indexes invalid unnecessarily 7 years ago
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. 7 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 Improve test coverage of geometric types 8 years ago
lock.sql Revert "Accept relations of any kind in LOCK TABLE". 5 years ago
lseg.sql Improve test coverage of geometric types 8 years ago
macaddr.sql
macaddr8.sql
matview.sql Remove useless and rather expensive stanza in matview regression test. 9 years ago
misc_functions.sql Avoid holding a directory FD open across assorted SRF calls. 6 years ago
misc_sanity.sql Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
money.sql Fix loss of fractional digits for large values in cash_numeric(). 7 years ago
name.sql
namespace.sql Clean up duplicate role and schema names in regression tests. 8 years ago
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 Fix crash with pg_partition_root 7 years ago
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 Improve test coverage of geometric types 8 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 Introduce "anycompatible" family of polymorphic types. 6 years ago
point.sql Change floating-point output format for improved performance. 7 years ago
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 Fix failure in WHERE CURRENT OF after rewinding the referenced cursor. 8 years ago
portals_p2.sql
prepare.sql Add more tests for CREATE TABLE AS with WITH NO DATA 7 years ago
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. 6 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 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
rowsecurity.sql Fix usage of whole-row variables in WCO and RLS policy expressions. 7 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 Don't create relfilenode for relations without storage 7 years ago
security_label.sql
select.sql Make some subquery-using test cases a bit more robust. 7 years ago
select_distinct.sql Disk-based Hash Aggregation. 6 years ago
select_distinct_on.sql
select_having.sql
select_implicit.sql
select_into.sql Add more tests for CREATE TABLE AS with WITH NO DATA 7 years ago
select_parallel.sql Avoid lockup of a parallel worker when reporting a long error message. 6 years ago
select_views.sql Avoid locale-dependent output in select_views regression test. 9 years ago
sequence.sql Make command order in test more sensible 6 years ago
spgist.sql Repair double-free in SP-GIST rescan (bug #15378) 8 years ago
stats.sql Partially revert "Insert temporary debugging output in regression tests." 7 years ago
stats_ext.sql psql: Display stats target of extended statistics 6 years ago
strings.sql Support negative indexes in split_part(). 5 years ago
subscription.sql Add support for streaming to built-in logical replication. 6 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 7 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 Fix handling of targetlist SRFs when scan/join relation is known empty. 7 years ago
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 Suppress less info in regression tests using DROP CASCADE. 9 years ago
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 Allow DML commands that create tables to use parallel query. 8 years ago
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 Fix cursor_to_xml in tableforest false mode 9 years ago