summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-07Extend plsample example to include a trigger handler.Tom Lane
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-03-28Use has_privs_for_roles for predefined role checksJoe Conway
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-23Clean test_rls_hooks moduleAndrew Dunstan
2022-03-23Force NO_LOCALE / UTF8 for test_oat_hooks testsAndrew Dunstan
2022-03-23Use approved style for listing OBJS in test_oat_hooks MakefileAndrew Dunstan
2022-03-23Temporarily disable installcheck for test_oat_hooks moduleAndrew Dunstan
2022-03-22Tidy up Object Access hooks testsAndrew Dunstan
2022-03-22Fix new Object Access hooks testAndrew Dunstan
2022-03-22Add a test module for Object Access hooksAndrew Dunstan
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-16Add TAP test to automate the equivalent of check_guc, take twoMichael Paquier
2022-02-12Revert "Add TAP test to automate the equivalent of check_guc"Michael Paquier
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-02-09Add TAP test to automate the equivalent of check_gucMichael Paquier
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-21Add new simple TAP test for tablespaces, attempt II.Thomas Munro
2022-01-17pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas
2022-01-14Revert "Add new simple TAP test for tablespaces."Thomas Munro
2022-01-14Add new simple TAP test for tablespaces.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-12-21Add missing EmitWarningsOnPlaceholders() calls.Tom Lane
2021-11-30Ignore BRIN indexes when checking for HOT udpatesTomas Vondra
2021-11-29Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-22Add module build directory to the PATH for TAP testsAndrew Dunstan
2021-10-14shm_mq: Update mq_bytes_written less often.Robert Haas
2021-10-06Fix loop variable signednessPeter Eisentraut
2021-10-01Reference test binary using TESTDIR in 001_libpq_pipeline.pl.Andres Freund
2021-09-06Remove some unused variables in TAP testsMichael Paquier
2021-08-24Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane
2021-08-23Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane
2021-08-17Reduce assumptions about locale's behavior in new regex tests.Tom Lane
2021-08-17Improve regex compiler's arc moving/copying logic.Tom Lane
2021-08-09Avoid determining regexp subexpression matches, when possible.Tom Lane
2021-08-08Fix use-after-free issue in regexp engine.Tom Lane
2021-08-01Silence perl warning about uninitialized valueAndrew Dunstan
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-27Avoid using ambiguous word "non-negative" in error messages.Fujii Masao
2021-07-19Use l*_node() family of functions where appropriatePeter Eisentraut
2021-07-09libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera
2021-06-29Fix libpq state machine in pipeline modeAlvaro Herrera
2021-06-29Dump public schema ownership and security labels.Noah Misch