summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
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
2022-09-19Consistently use named parameters in regex code.Peter Geoghegan
2022-09-15Detect format-string mistakes in the libpq_pipeline test module.Tom Lane
2022-09-14Doc: add some doco about using the libpq_pipeline test module.Tom Lane
2022-08-26Add optimized functions for linear search within byte arraysJohn Naylor
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
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