aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane2022-10-11
* Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera2022-10-07
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-03
* Fix tab-completion after commit 790bf615ddbaAlvaro Herrera2022-09-30
* Improve some publication-related error messagesAlvaro Herrera2022-09-27
* Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane2022-09-25
* Avoid loss of code coverage with unlogged-index test cases.Tom Lane2022-09-25
* Message style improvementsPeter Eisentraut2022-09-24
* pgstat: Fix transactional stats dropping for indexesAndres Freund2022-09-23
* Remove PQsendQuery support in pipeline modeAlvaro Herrera2022-09-23
* Stop using PQsendQuery in libpq_pipelineAlvaro Herrera2022-09-23
* Allow publications with schema and table of the same schema.Amit Kapila2022-09-23
* Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera2022-09-22
* Tighten pg_get_object_address argument checkingPeter Eisentraut2022-09-21
* Disable autovacuum in MERGE test scriptAlvaro Herrera2022-09-20
* Fix icu tests with C localePeter Eisentraut2022-09-19
* Fix race condition in stats.sql added in 5264add7847Andres Freund2022-09-16
* Message wording improvementsPeter Eisentraut2022-09-16
* Detect format-string mistakes in the libpq_pipeline test module.Tom Lane2022-09-15
* Fix NaN comparison in circle_same testDaniel Gustafsson2022-09-12
* Choose FK name correctly during partition attachmentAlvaro Herrera2022-09-08
* Message style fixesAlvaro Herrera2022-09-07
* Fix new pg_publication_tables query.Tom Lane2022-09-06
* Reinstate tests accidentally removed by e3fcca0d0dTomas Vondra2022-09-05
* Force parallelism in partition_aggregateTomas Vondra2022-09-04
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Update another comment still referring to pg_start/stop_backup()Peter Eisentraut2022-08-25
* Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane2022-08-18
* Simplify and clarify an error messagePeter Eisentraut2022-08-18
* Allow event trigger table_rewrite for ALTER MATERIALIZED VIEWMichael Paquier2022-08-17
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-16
* Reject MERGE in CTEs and COPYAlvaro Herrera2022-08-12
* Back-Patch "Add wait_for_subscription_sync for TAP tests."Amit Kapila2022-08-12
* Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane2022-08-10
* Fix typo in test_oat_hooks READMEDaniel Gustafsson2022-08-10
* Stabilize output of new regression test.Tom Lane2022-08-08
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Remove unportable use of timezone in recent testAlvaro Herrera2022-08-07
* Improve recently-added test reliabilityAlvaro Herrera2022-08-06
* Fix handling of bare boolean expressions in mcv_get_match_bitmap.Tom Lane2022-08-05
* Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.Tom Lane2022-08-05
* Fix incorrect permissions-checking code for extended statistics.Tom Lane2022-08-05
* BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera2022-08-05
* regress: fix test instabilityAlvaro Herrera2022-08-05
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Fix failure to set correct operator in window run conditionDavid Rowley2022-08-05
* Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.Tom Lane2022-08-04
* Add proper regression test for the recent SRFs-in-pathkeys problem.Tom Lane2022-08-04
* Reduce test runtime of src/test/modules/snapshot_too_old.Tom Lane2022-08-03
* Change type "char"'s I/O format for non-ASCII characters.Tom Lane2022-08-02