summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-09-01Adjust XML test case to avoid unstable behavior.Tom Lane
2022-08-31Fix a bug in roles_is_member_of.Robert Haas
2022-08-30Adjust comments that called MultiXactIds "XMIDs".Peter Geoghegan
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-26Add optimized functions for linear search within byte arraysJohn Naylor
2022-08-25Allow grant-level control of role inheritance behavior.Robert Haas
2022-08-25Update another comment still referring to pg_start/stop_backup()Peter Eisentraut
2022-08-25Fix typo in MVCC test commentDaniel Gustafsson
2022-08-22Make role grant system more consistent with other privileges.Robert Haas
2022-08-20regress: allow to specify directory containing expected files, for ecpgAndres Freund
2022-08-20Reduce warnings with -Wshadow=compatible-local buildsDavid Rowley
2022-08-18Ensure that pg_auth_members.grantor is always valid.Robert Haas
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-17Refactor addition of PlaceHolderVars to joinrel targetlists.Tom Lane
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
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-13Remove HAVE_UNIX_SOCKETS.Thomas Munro
2022-08-13Remove configure probe for sys/resource.h and refactor.Thomas Munro
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-08-12Reject MERGE in CTEs and COPYAlvaro Herrera
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-10Introduce optimized routine for linear searches of arraysJohn Naylor
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-04Remove configure probe and related tests for getrlimit.Thomas Munro
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-03Add wait_for_subscription_sync for TAP tests.Amit Kapila
2022-08-02Change type "char"'s I/O format for non-ASCII characters.Tom Lane
2022-08-02Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley
2022-08-02Remove duplicated wait for subscription sync from 007_ddl.pl.Amit Kapila
2022-08-01Relax overly strict rules in select_outer_pathkeys_for_merge()David Rowley
2022-08-01Append -X to direct invocation of psql in new test for BASE_BACKUPMichael Paquier
2022-08-01Add more TAP tests with BASE_BACKUP and pg_backup_start/stopMichael Paquier
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-31Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACHMichael Paquier