summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-10-07Create subscription stats entry at CREATE SUBSCRIPTION timeAndres Freund
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-10-06Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c.Tom Lane
2022-10-06Refactor TAP test authentication/001_password.plMichael Paquier
2022-10-05tests: Restrict pg_locks queries in advisory_locks.sql to current databaseAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-10-03Add authentication TAP test for peer authenticationMichael Paquier
2022-09-30Fix tab-completion after commit 790bf615ddbaAlvaro Herrera
2022-09-29Improve wording of log messages triggered by max_slot_wal_keep_size.Tom Lane
2022-09-29Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane
2022-09-29Introduce SYSTEM_USERMichael Paquier
2022-09-29meson: pg_regress: Define a HOST_TUPLE sufficient to make resultmap workAndres Freund
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