summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
2023-03-21Fix a couple of typosMichael Paquier
2023-03-20Add @extschema:name@ and no_relocate options to extensions.Tom Lane
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-03-16Add .gitignore to ldap_password_funcMichael Paquier
2023-03-15Add a hook for modifying the ldapbind passwordAndrew Dunstan
2023-03-12Mark unsafe_tests module as not runnable with installcheckAndrew Dunstan
2023-03-09Avoid criticizable perl codeAlvaro Herrera
2023-03-08001_libpq_pipeline.pl: use Test::Differences if availableAlvaro Herrera
2023-03-03meson: Prevent installation of test files during main installPeter Eisentraut
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
2023-02-17Fix incorrect format placeholderPeter Eisentraut
2023-02-15Rename force_parallel_mode to debug_parallel_queryDavid Rowley
2023-02-13Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera
2023-01-17meson: Add two missing regress testsAndres Freund
2023-01-11Fix typos in code and commentsMichael Paquier
2023-01-10Restrict the privileges of CREATEROLE users.Robert Haas
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-05Remove extra regress check arguments from test_pg_db_role_settingAlexander Korotkov
2023-01-05meson: Add 'running' test setup, as a replacement for installcheckAlexander Korotkov
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-23Fix end LSN determination in recently added testAlvaro Herrera
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-12Order getopt argumentsPeter Eisentraut
2022-12-12Get rid of recursion-marker values in enum AlterTableTypeAlvaro Herrera
2022-12-09Fix invalid role names introduced in 096dd80f3cAlexander Korotkov
2022-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
2022-12-07meson: Add 'running' test setup, as a replacement for installcheckAndres Freund
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-05pg_dump: Remove "blob" terminologyPeter Eisentraut
2022-12-02Remove logic for converting a table to a view.Tom Lane
2022-12-02Switch pg_dump to use compression specificationsMichael Paquier
2022-11-19Disable debug_discard_caches in test_oat_hooks test.Tom Lane
2022-11-17Remove unneeded include in test_slru.cMichael Paquier
2022-11-16Fix test in ae168c794f, per buildfarm.Jeff Davis
2022-11-16Add test module for SLRUsMichael Paquier
2022-11-16Mark argument of RegisterCustomRmgr() as const.Jeff Davis
2022-11-15Add test module for Custom WAL Resource Manager feature.Jeff Davis
2022-11-13Use installed postgresql.conf.sample for GUC sanity TAP testAndrew Dunstan
2022-10-20Make finding openssl program a configure or meson optionPeter Eisentraut
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-14libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera
2022-10-12Fix outdated code referenceAlvaro Herrera
2022-10-11Fix compilation warning in test_copy_callbacksMichael Paquier
2022-10-11Add support for COPY TO callback functionsMichael Paquier
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-23Remove PQsendQuery support in pipeline modeAlvaro Herrera
2022-09-23Stop using PQsendQuery in libpq_pipelineAlvaro Herrera
2022-09-22meson: Add initial version of meson based build systemAndres Freund