aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Make role grant system more consistent with other privileges.Robert Haas2022-08-22
* regress: allow to specify directory containing expected files, for ecpgAndres Freund2022-08-20
* Reduce warnings with -Wshadow=compatible-local buildsDavid Rowley2022-08-20
* Ensure that pg_auth_members.grantor is always valid.Robert Haas2022-08-18
* Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane2022-08-18
* Simplify and clarify an error messagePeter Eisentraut2022-08-18
* Refactor addition of PlaceHolderVars to joinrel targetlists.Tom Lane2022-08-17
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Allow event trigger table_rewrite for ALTER MATERIALIZED VIEWMichael Paquier2022-08-17
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-16
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-14
* Remove configure probe for sys/resource.h and refactor.Thomas Munro2022-08-14
* Remove configure probe for sys/select.h.Thomas Munro2022-08-14
* Reject MERGE in CTEs and COPYAlvaro Herrera2022-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
* Introduce optimized routine for linear searches of arraysJohn Naylor2022-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
* Remove configure probe and related tests for getrlimit.Thomas Munro2022-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
* Add wait_for_subscription_sync for TAP tests.Amit Kapila2022-08-03
* Change type "char"'s I/O format for non-ASCII characters.Tom Lane2022-08-02
* Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley2022-08-02
* Remove duplicated wait for subscription sync from 007_ddl.pl.Amit Kapila2022-08-02
* Relax overly strict rules in select_outer_pathkeys_for_merge()David Rowley2022-08-02
* Append -X to direct invocation of psql in new test for BASE_BACKUPMichael Paquier2022-08-01
* Add more TAP tests with BASE_BACKUP and pg_backup_start/stopMichael Paquier2022-08-01
* 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
* Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACHMichael Paquier2022-07-31
* Expand tests of test_ddl_deparse/ for ALTER TABLEMichael Paquier2022-07-31
* Improve regression test coverage of GiST index building.Tom Lane2022-07-30
* Adjust new pg_read_file() test cases for more portability.Tom Lane2022-07-30
* Fix new recovery test for log_error_verbosity=verbose caseAndrew Dunstan2022-07-29
* Support pg_read_[binary_]file (filename, missing_ok).Tom Lane2022-07-29
* Fix test instabilityAlvaro Herrera2022-07-29
* Fix replay of create database records on standbyAlvaro Herrera2022-07-28
* Improve makeArrayTypeName's algorithm for choosing array type names.Tom Lane2022-07-26