index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
libpq_pipeline
/
libpq_pipeline.c
Commit message (
Expand
)
Author
Age
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Fix incorrect format placeholder
Peter Eisentraut
2023-10-03
*
libpq: Add support for Close on portals and statements
Michael Paquier
2023-07-04
*
Fix incorrect error message in libpq_pipeline
Michael Paquier
2023-06-23
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Order getopt arguments
Peter Eisentraut
2022-12-12
*
libpq: Reset singlerow flag correctly in pipeline mode
Alvaro Herrera
2022-10-14
*
Remove PQsendQuery support in pipeline mode
Alvaro Herrera
2022-09-23
*
Stop using PQsendQuery in libpq_pipeline
Alvaro Herrera
2022-09-23
*
Detect format-string mistakes in the libpq_pipeline test module.
Tom Lane
2022-09-15
*
Remove configure probe for sys/select.h.
Thomas Munro
2022-08-14
*
libpq: Improve idle state handling in pipeline mode
Alvaro Herrera
2022-07-05
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
libpq: Fix sending queries in pipeline aborted state
Alvaro Herrera
2021-07-09
*
Fix libpq state machine in pipeline mode
Alvaro Herrera
2021-06-29
*
Rename PQtraceSetFlags() to PQsetTraceFlags().
Noah Misch
2021-06-10
*
Fix compiler warning for MSVC in libpq_pipeline.c
David Rowley
2021-04-07
*
Fix setvbuf()-induced crash in libpq_pipeline
Alvaro Herrera
2021-04-01
*
libpq_pipeline: Must strdup(optarg) to avoid crash
Alvaro Herrera
2021-04-01
*
Remove setvbuf() call from PQtrace()
Alvaro Herrera
2021-03-31
*
Disable force_parallel_mode in libpq_pipeline
Alvaro Herrera
2021-03-31
*
Suppress compiler warning in libpq_pipeline.c.
Tom Lane
2021-03-31
*
Fix some libpq_pipeline test problems
Alvaro Herrera
2021-03-31
*
libpq_pipeline: add PQtrace() support and tests
Alvaro Herrera
2021-03-30
*
Suppress various new compiler warnings.
Tom Lane
2021-03-21
*
Implement pipeline mode in libpq
Alvaro Herrera
2021-03-15