summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-09-20Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund
2022-09-20Don't hardcode tmp_check/ as test directory for tap testsAndres Freund
2022-09-19Consistently use named parameters in regex code.Peter Geoghegan
2022-09-19Remove various duplicated wordsDavid Rowley
2022-09-19Fix icu tests with C localePeter Eisentraut
2022-09-19Fix typos.Amit Kapila
2022-09-16Fix race condition in stats.sql added in 5264add7847Andres Freund
2022-09-16Message wording improvementsPeter Eisentraut
2022-09-16Adjust assorted hint messages that list all valid options.Peter Eisentraut
2022-09-15Detect format-string mistakes in the libpq_pipeline test module.Tom Lane
2022-09-15Fix grammar in error messageJohn Naylor
2022-09-14Doc: add some doco about using the libpq_pipeline test module.Tom Lane
2022-09-14Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane
2022-09-14Add subxid-overflow "isolation" testAlvaro Herrera
2022-09-14Bump minimum Perl version to 5.14John Naylor
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-13Don't reflect unescaped cert data to the logsPeter Eisentraut
2022-09-12Fix NaN comparison in circle_same testDaniel Gustafsson
2022-09-08Choose FK name correctly during partition attachmentAlvaro Herrera
2022-09-08Fix the test case introduced by commit 8756930190.Amit Kapila
2022-09-08Raise a warning if there is a possibility of data from multiple origins.Amit Kapila
2022-09-07Message style fixesAlvaro Herrera
2022-09-06Fix new pg_publication_tables query.Tom Lane
2022-09-04Force parallelism in partition_aggregateTomas Vondra
2022-09-04Build all Flex files standaloneJohn Naylor
2022-09-02Speed up lexing of long JSON stringsJohn Naylor
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
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