summaryrefslogtreecommitdiff
path: root/src/test/modules/libpq_pipeline
AgeCommit message (Expand)Author
2025-06-30Run pgperltidyJoe Conway
2025-04-02Make cancel request keys longerHeikki Linnakangas
2025-04-02libpq: Add min/max_protocol_version connection optionsHeikki Linnakangas
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-02-04meson: Add missing dependencies to libpq_pipeline testAndres Freund
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-04-07Support retrieval of results in chunks with libpq.Tom Lane
2024-03-18Put libpq_pipeline cancel test backAlvaro Herrera
2024-03-14Comment out noisy libpq_pipeline testAlvaro Herrera
2024-03-13Hopefully make libpq_pipeline's new cancel test more reliableAlvaro Herrera
2024-03-12libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-03-11Add tests for libpq query cancellation APIsAlvaro Herrera
2024-01-16libpq: Add PQsendPipelineSync()Michael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-03Fix incorrect format placeholderPeter Eisentraut
2023-07-04libpq: Add support for Close on portals and statementsMichael Paquier
2023-06-23Fix incorrect error message in libpq_pipelineMichael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-09Avoid criticizable perl codeAlvaro Herrera
2023-03-08001_libpq_pipeline.pl: use Test::Differences if availableAlvaro Herrera
2023-02-15Rename force_parallel_mode to debug_parallel_queryDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-12Order getopt argumentsPeter Eisentraut
2022-10-14libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera
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-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-13Remove configure probe for sys/select.h.Thomas Munro
2022-07-05libpq: Improve idle state handling in pipeline modeAlvaro Herrera
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
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-01Reference test binary using TESTDIR in 001_libpq_pipeline.pl.Andres Freund
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-09libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera
2021-06-29Fix libpq state machine in pipeline modeAlvaro Herrera
2021-06-11Add 'Portal Close' message to pipelined PQsendQuery()Alvaro Herrera