summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Introduce GUC_NO_RESET flag.Tom Lane
2022-09-27Improve some publication-related error messagesAlvaro Herrera
2022-09-25Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane
2022-09-25Avoid loss of code coverage with unlogged-index test cases.Tom Lane
2022-09-24Message style improvementsPeter Eisentraut
2022-09-23pgstat: Fix transactional stats dropping for indexesAndres Freund
2022-09-23Remove PQsendQuery support in pipeline modeAlvaro Herrera
2022-09-23Stop using PQsendQuery in libpq_pipelineAlvaro Herrera
2022-09-23Allow publications with schema and table of the same schema.Amit Kapila
2022-09-22Harmonize more lexer function parameter names.Peter Geoghegan
2022-09-22Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-21Tighten pg_get_object_address argument checkingPeter Eisentraut
2022-09-21Use \b in one more PG_TEST_EXTRA check, oversight in c3382a3c3ccAndres Freund
2022-09-20Refactor PG_TEST_EXTRA logic in autoconf buildAndres Freund
2022-09-20Disable autovacuum in MERGE test scriptAlvaro Herrera
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