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
Commit message (
Expand
)
Author
Age
*
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
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-03-24
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-24
*
Add module build directory to the PATH for TAP tests
Andrew Dunstan
2021-10-22
*
Reference test binary using TESTDIR in 001_libpq_pipeline.pl.
Andres Freund
2021-10-01
*
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-29
*
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
*
Add 'Portal Close' message to pipelined PQsendQuery()
Alvaro Herrera
2021-06-11
*
Rename PQtraceSetFlags() to PQsetTraceFlags().
Noah Misch
2021-06-10
*
Add Windows file version information to libpq_pipeline.exe.
Noah Misch
2021-06-01
*
Fix vpath build in libpq_pipeline test
Peter Eisentraut
2021-05-27
*
Add NO_INSTALL option to pgxs
Peter Eisentraut
2021-05-27
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-07
*
Suppress length of Notice/Error msgs in PQtrace regress mode
Alvaro Herrera
2021-04-09
*
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
*
(Blind) fix Perl splitting of strings at newlines
Alvaro Herrera
2021-03-16
*
Implement pipeline mode in libpq
Alvaro Herrera
2021-03-15