summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2022-10-27Add some tests to check the SQL functions of control fileMichael Paquier
2022-10-26Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappingsMichael Paquier
2022-10-24Fix recently added incorrect assertionAlvaro Herrera
2022-10-24Improve coverage of ruleutils.c for SQLValueFunctionsMichael Paquier
2022-10-24Fix and improve TAP tests for pg_hba.conf and regexpsMichael Paquier
2022-10-24Add support for regexps on database and user entries in pg_hba.confMichael Paquier
2022-10-20Make finding openssl program a configure or meson optionPeter Eisentraut
2022-10-20Improve the accuracy of numeric power() for integer exponents.Dean Rasheed
2022-10-19Better handle interrupting TAP testsAlvaro Herrera
2022-10-19Rework shutdown callback of archiver modulesMichael Paquier
2022-10-18Remove no-longer-needed compatibility hackAlvaro Herrera
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-17Record dependencies of a cast on other casts that it requires.Tom Lane
2022-10-17Add checks for regexes with user name map in test for peer authenticationMichael Paquier
2022-10-16Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.Tom Lane
2022-10-14pgstat: Track time of the last scan of a relationAndres Freund
2022-10-14libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera
2022-10-13Put tests of md5() function into separate test filePeter Eisentraut
2022-10-13Improve the WARNING message for CREATE SUBSCRIPTION.Amit Kapila
2022-10-12Fix outdated code referenceAlvaro Herrera
2022-10-11Fix compilation warning in test_copy_callbacksMichael Paquier
2022-10-11Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane
2022-10-11Add TAP tests for role membership in pg_hba.confMichael Paquier
2022-10-11Add support for COPY TO callback functionsMichael Paquier
2022-10-07Fix self-referencing foreign keys with partitioned tablesAlvaro Herrera
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