aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules
Commit message (Expand)AuthorAge
* Fix typo in test_oat_hooks READMEDaniel Gustafsson2022-08-10
* Stabilize output of new regression test.Tom Lane2022-08-08
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Remove unportable use of timezone in recent testAlvaro Herrera2022-08-07
* BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera2022-08-05
* Reduce test runtime of src/test/modules/snapshot_too_old.Tom Lane2022-08-03
* Remove test_oat_hooks.c's nodetag_to_string().Tom Lane2022-07-31
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-19
* Fix two portability issues with the tests of test_oat_hooksMichael Paquier2022-07-11
* libpq: Improve idle state handling in pipeline modeAlvaro Herrera2022-07-05
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-16
* Remove portability hazard in unsafe_tests/sql/guc_privs.sql.Tom Lane2022-05-20
* Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera2022-05-20
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Remove non-functional code for unloading loadable modules.Robert Haas2022-05-11
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Extend plsample example to include a trigger handler.Tom Lane2022-04-07
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-28
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-24
* Clean test_rls_hooks moduleAndrew Dunstan2022-03-23
* Force NO_LOCALE / UTF8 for test_oat_hooks testsAndrew Dunstan2022-03-23
* Use approved style for listing OBJS in test_oat_hooks MakefileAndrew Dunstan2022-03-23
* Temporarily disable installcheck for test_oat_hooks moduleAndrew Dunstan2022-03-22
* Tidy up Object Access hooks testsAndrew Dunstan2022-03-22
* Fix new Object Access hooks testAndrew Dunstan2022-03-22
* Add a test module for Object Access hooksAndrew Dunstan2022-03-22
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-21
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-20
* Add TAP test to automate the equivalent of check_guc, take twoMichael Paquier2022-02-16
* Revert "Add TAP test to automate the equivalent of check_guc"Michael Paquier2022-02-12
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-11
* Add TAP test to automate the equivalent of check_gucMichael Paquier2022-02-09
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Add new simple TAP test for tablespaces, attempt II.Thomas Munro2022-01-21
* pg_upgrade: Preserve relfilenodes and tablespace OIDs.Robert Haas2022-01-17
* Revert "Add new simple TAP test for tablespaces."Thomas Munro2022-01-15
* Add new simple TAP test for tablespaces.Thomas Munro2022-01-15
* Update copyright for 2022Bruce Momjian2022-01-07
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-27
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-27
* Add missing EmitWarningsOnPlaceholders() calls.Tom Lane2021-12-21
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-30
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-24
* Add module build directory to the PATH for TAP testsAndrew Dunstan2021-10-22
* shm_mq: Update mq_bytes_written less often.Robert Haas2021-10-14
* Fix loop variable signednessPeter Eisentraut2021-10-06
* Reference test binary using TESTDIR in 001_libpq_pipeline.pl.Andres Freund2021-10-01