aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Remove duplicated wait for subscription sync from 007_ddl.pl.Amit Kapila2022-08-02
* Remove test_oat_hooks.c's nodetag_to_string().Tom Lane2022-07-31
* Fix trim_array() for zero-dimensional array argument.Tom Lane2022-07-31
* Fix new recovery test for log_error_verbosity=verbose caseAndrew Dunstan2022-07-29
* Fix test instabilityAlvaro Herrera2022-07-29
* Fix replay of create database records on standbyAlvaro Herrera2022-07-28
* Doc: update recovery/README.Tom Lane2022-07-23
* Close old gap in dependency checks for functions returning composite.Tom Lane2022-07-22
* Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane2022-07-21
* Tweak detail and hint messages to be consistent with project policyMichael Paquier2022-07-20
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-19
* Fix two portability issues with the tests of test_oat_hooksMichael Paquier2022-07-11
* Improve error message with JSON_SERIALIZE()Michael Paquier2022-07-11
* Only allow returning string types or bytea from json_serializeAndrew Dunstan2022-07-07
* Fix alias matching in transformLockingClause().Dean Rasheed2022-07-07
* Revert 019_replslot_limit.pl related debugging aids.Andres Freund2022-07-05
* libpq: Improve idle state handling in pipeline modeAlvaro Herrera2022-07-05
* Remove %error-verbose directive from jsonpath parserAndrew Dunstan2022-07-03
* Fix race condition in t/028_pitr_timelines.pl.Noah Misch2022-07-01
* pgindent run prior to branching v15.Tom Lane2022-06-30
* Use --no-unlogged-table-data in t/027_stream_regress.pl.Noah Misch2022-06-25
* Remove unportable testPeter Eisentraut2022-06-24
* Fix intermetent test failure in 028_row_filter.pl.Amit Kapila2022-06-24
* Fix two issues with HEADER MATCH in COPYMichael Paquier2022-06-23
* Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila2022-06-21
* Message and documentation refinementsPeter Eisentraut2022-06-19