summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-09-04Reinstate tests accidentally removed by e3fcca0d0dTomas Vondra
2022-09-04Force parallelism in partition_aggregateTomas Vondra
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-25Update another comment still referring to pg_start/stop_backup()Peter Eisentraut
2022-08-18Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane
2022-08-18Simplify and clarify an error messagePeter Eisentraut
2022-08-17Allow event trigger table_rewrite for ALTER MATERIALIZED VIEWMichael Paquier
2022-08-16Fix replica identity check for a partitioned table.Amit Kapila
2022-08-12Reject MERGE in CTEs and COPYAlvaro Herrera
2022-08-12Back-Patch "Add wait_for_subscription_sync for TAP tests."Amit Kapila
2022-08-10Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane
2022-08-10Fix typo in test_oat_hooks READMEDaniel Gustafsson
2022-08-08Stabilize output of new regression test.Tom Lane
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-08-07Remove unportable use of timezone in recent testAlvaro Herrera
2022-08-06Improve recently-added test reliabilityAlvaro Herrera
2022-08-05Fix handling of bare boolean expressions in mcv_get_match_bitmap.Tom Lane
2022-08-05Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.Tom Lane
2022-08-05Fix incorrect permissions-checking code for extended statistics.Tom Lane
2022-08-05BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera
2022-08-05regress: fix test instabilityAlvaro Herrera
2022-08-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera
2022-08-04Fix failure to set correct operator in window run conditionDavid Rowley
2022-08-04Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.Tom Lane
2022-08-04Add proper regression test for the recent SRFs-in-pathkeys problem.Tom Lane
2022-08-03Reduce test runtime of src/test/modules/snapshot_too_old.Tom Lane
2022-08-02Change type "char"'s I/O format for non-ASCII characters.Tom Lane
2022-08-02Remove duplicated wait for subscription sync from 007_ddl.pl.Amit Kapila
2022-07-31Remove test_oat_hooks.c's nodetag_to_string().Tom Lane
2022-07-31Fix trim_array() for zero-dimensional array argument.Tom Lane
2022-07-29Fix new recovery test for log_error_verbosity=verbose caseAndrew Dunstan
2022-07-29Fix test instabilityAlvaro Herrera
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-23Doc: update recovery/README.Tom Lane
2022-07-22Close old gap in dependency checks for functions returning composite.Tom Lane
2022-07-21Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane
2022-07-20Tweak detail and hint messages to be consistent with project policyMichael Paquier
2022-07-19Fix missed corner cases for grantable permissions on GUCs.Tom Lane
2022-07-11Fix two portability issues with the tests of test_oat_hooksMichael Paquier
2022-07-11Improve error message with JSON_SERIALIZE()Michael Paquier
2022-07-07Only allow returning string types or bytea from json_serializeAndrew Dunstan
2022-07-07Fix alias matching in transformLockingClause().Dean Rasheed
2022-07-05Revert 019_replslot_limit.pl related debugging aids.Andres Freund
2022-07-05libpq: Improve idle state handling in pipeline modeAlvaro Herrera
2022-07-03Remove %error-verbose directive from jsonpath parserAndrew Dunstan
2022-07-02Fix race condition in t/028_pitr_timelines.pl.Noah Misch
2022-06-30pgindent run prior to branching v15.Tom Lane
2022-06-25Use --no-unlogged-table-data in t/027_stream_regress.pl.Noah Misch
2022-06-24Remove unportable testPeter Eisentraut
2022-06-24Fix intermetent test failure in 028_row_filter.pl.Amit Kapila