aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/libpq_pipeline/libpq_pipeline.c
Commit message (Expand)AuthorAge
* Convert some extern variables to staticPeter Eisentraut2024-07-02
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Support retrieval of results in chunks with libpq.Tom Lane2024-04-06
* Put libpq_pipeline cancel test backAlvaro Herrera2024-03-18
* Comment out noisy libpq_pipeline testAlvaro Herrera2024-03-14
* Hopefully make libpq_pipeline's new cancel test more reliableAlvaro Herrera2024-03-13
* libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera2024-03-12
* Use printf's %m format instead of strerror(errno) in more placesMichael Paquier2024-03-12
* Add tests for libpq query cancellation APIsAlvaro Herrera2024-03-11
* libpq: Add PQsendPipelineSync()Michael Paquier2024-01-16
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Fix incorrect format placeholderPeter Eisentraut2023-10-03
* libpq: Add support for Close on portals and statementsMichael Paquier2023-07-04
* Fix incorrect error message in libpq_pipelineMichael Paquier2023-06-23
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Rename force_parallel_mode to debug_parallel_queryDavid Rowley2023-02-15
* Update copyright for 2023Bruce Momjian2023-01-02
* Order getopt argumentsPeter Eisentraut2022-12-12
* libpq: Reset singlerow flag correctly in pipeline modeAlvaro Herrera2022-10-14
* Remove PQsendQuery support in pipeline modeAlvaro Herrera2022-09-23
* Stop using PQsendQuery in libpq_pipelineAlvaro Herrera2022-09-23
* Detect format-string mistakes in the libpq_pipeline test module.Tom Lane2022-09-15
* Remove configure probe for sys/select.h.Thomas Munro2022-08-14
* libpq: Improve idle state handling in pipeline modeAlvaro Herrera2022-07-05
* Update copyright for 2022Bruce Momjian2022-01-07
* libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera2021-07-09
* Fix libpq state machine in pipeline modeAlvaro Herrera2021-06-29
* Rename PQtraceSetFlags() to PQsetTraceFlags().Noah Misch2021-06-10
* Fix compiler warning for MSVC in libpq_pipeline.cDavid Rowley2021-04-07
* Fix setvbuf()-induced crash in libpq_pipelineAlvaro Herrera2021-04-01
* libpq_pipeline: Must strdup(optarg) to avoid crashAlvaro Herrera2021-04-01
* Remove setvbuf() call from PQtrace()Alvaro Herrera2021-03-31
* Disable force_parallel_mode in libpq_pipelineAlvaro Herrera2021-03-31
* Suppress compiler warning in libpq_pipeline.c.Tom Lane2021-03-31
* Fix some libpq_pipeline test problemsAlvaro Herrera2021-03-31
* libpq_pipeline: add PQtrace() support and testsAlvaro Herrera2021-03-30
* Suppress various new compiler warnings.Tom Lane2021-03-21
* Implement pipeline mode in libpqAlvaro Herrera2021-03-15