summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-03-28Rethink create and attach APIs of shared TidStore.Masahiko Sawada
2024-03-27Fix unstable aggregate regression testDavid Rowley
2024-03-27Add functions to generate random numbers in a specified range.Dean Rasheed
2024-03-27Change last_inactive_time to inactive_since in pg_replication_slots.Amit Kapila
2024-03-26Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane
2024-03-26Propagate pathkeys from CTEs up to the outer query.Tom Lane
2024-03-25Add EvalPlanQual delete returning isolation testAlexander Korotkov
2024-03-25Refactor predicate_{implied,refuted}_by_simple_clause.Tom Lane
2024-03-25Allow specifying an access method for partitioned tablesAlvaro Herrera
2024-03-25Track last_inactive_time in pg_replication_slots.Amit Kapila
2024-03-25Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley
2024-03-24Allow more cases to pass the unsafe-use-of-new-enum-value restriction.Tom Lane
2024-03-24Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-03-22Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2024-03-22Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2024-03-22Track invalidation_reason in pg_replication_slots.Amit Kapila
2024-03-22Avoid splitting errmsg string to span multiple linesAmit Langote
2024-03-21Temporarily install debugging in partition_prune testDavid Rowley
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-21Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada
2024-03-20Add to_regtypemod function to extract typemod from a string type name.Tom Lane
2024-03-20Catalog domain not-null constraintsPeter Eisentraut
2024-03-20Add "--exclude-extension" to pg_dump's options.Dean Rasheed
2024-03-20Add tests for domain-related information schema viewsPeter Eisentraut
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-03-19Postpone reparameterization of paths until create_plan().Tom Lane
2024-03-19Use half-open interval notation in without_overlaps testsPeter Eisentraut
2024-03-19Use daterange and YMD in without_overlaps tests instead of tsrange.Peter Eisentraut
2024-03-19Add some UUID support functionsPeter Eisentraut
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-03-18Address more review comments on commit 2d819a08a1.Jeff Davis
2024-03-18dblink/isolationtester/fe_utils: Use new cancel APIAlvaro Herrera
2024-03-18Put libpq_pipeline cancel test backAlvaro Herrera
2024-03-18Fix EXPLAIN Bitmap heap scan to count pages with no visible tuplesHeikki Linnakangas
2024-03-18Remove references to backup_fs_hot() in Cluster.pmMichael Paquier
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-17Fix EXPLAIN output for subplans in MERGE.Dean Rasheed
2024-03-16Add destroyStringInfo function for cleaning up StringInfosDaniel Gustafsson
2024-03-15Use locale-aware value for \watch in 005_timeouts.plAlexander Korotkov
2024-03-15Fix handling of expecteddir in pg_regressDaniel Gustafsson
2024-03-15Fix backstop in gin test if injection point is not reachedHeikki Linnakangas
2024-03-15Try to unbreak injection-fault tests in the buildfarmHeikki Linnakangas
2024-03-15Fix wordings in timeouts TAP testAlexander Korotkov
2024-03-15Disable tests using injection points in installcheckHeikki Linnakangas
2024-03-14Add basic TAP tests for the low-level backup method, take twoMichael Paquier
2024-03-14Make INSERT-from-multiple-VALUES-rows handle domain target columns.Tom Lane
2024-03-14Add pg_column_toast_chunk_id().Nathan Bossart
2024-03-14Allow a no-wait lock acquisition to succeed in more cases.Robert Haas
2024-03-14Add TAP tests for timeoutsAlexander Korotkov