summaryrefslogtreecommitdiff
path: root/src/test/modules
AgeCommit message (Expand)Author
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
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