summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
2023-06-20test_extensions: make meson.build consistent with Makefile.Jeff Davis
2023-06-10Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis
2023-06-09Fix search_path to a safe value during maintenance operations.Jeff Davis
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Show empty BRIN ranges in brin_page_itemsTomas Vondra
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2023-05-14Rename io_direct to debug_io_direct.Thomas Munro
2023-04-20Remove unused global variableDavid Rowley
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-14Fix whitespacePeter Eisentraut
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-13Skip the 004_io_direct.pl test if a pre-flight check fails.Thomas Munro
2023-04-12Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera
2023-04-08Use higher wal_level for 004_io_direct.pl.Thomas Munro
2023-04-08Redesign interrupt/cancel API for regex engine.Thomas Munro
2023-04-08Add io_direct setting (developer-only).Thomas Munro
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
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