summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
2022-08-10Fix typo in test_oat_hooks READMEDaniel Gustafsson
2022-08-10Introduce optimized routine for linear searches of arraysJohn Naylor
2022-08-08Stabilize output of new regression test.Tom Lane
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-08-07Remove unportable use of timezone in recent testAlvaro Herrera
2022-08-05BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera
2022-08-03Reduce test runtime of src/test/modules/snapshot_too_old.Tom Lane
2022-07-31Remove test_oat_hooks.c's nodetag_to_string().Tom Lane
2022-07-31Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACHMichael Paquier
2022-07-31Expand tests of test_ddl_deparse/ for ALTER TABLEMichael Paquier
2022-07-19Fix missed corner cases for grantable permissions on GUCs.Tom Lane
2022-07-18Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-13Fix flag tests in src/test/modules/test_oat_hooksAlvaro Herrera
2022-07-12Add copy/equal support for XID listsAlvaro Herrera
2022-07-11Fix two portability issues with the tests of test_oat_hooksMichael Paquier
2022-07-09Mark Scan as an abstract node type, too.Tom Lane
2022-07-09Mark PlanState as an abstract node type.Tom Lane
2022-07-08Add missing inequality searches to rbtreeAlexander Korotkov
2022-07-08Remove T_Join and T_PlanPeter Eisentraut
2022-07-05libpq: Improve idle state handling in pipeline modeAlvaro Herrera
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-05-20Remove portability hazard in unsafe_tests/sql/guc_privs.sql.Tom Lane
2022-05-20Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera
2022-05-12Pre-beta mechanical code beautification.Tom Lane
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