index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
libpq_pipeline
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid criticizable perl code
Alvaro Herrera
2023-03-09
1
-8
/
+8
*
001_libpq_pipeline.pl: use Test::Differences if available
Alvaro Herrera
2023-03-08
2
-1
/
+17
*
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
1
-2
/
+2
*
Update copyright for 2023
Bruce Momjian
2023-01-02
3
-3
/
+3
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Order getopt arguments
Peter Eisentraut
2022-12-12
1
-4
/
+4
*
libpq: Reset singlerow flag correctly in pipeline mode
Alvaro Herrera
2022-10-14
2
-1
/
+64
*
meson: Add windows resource files
Andres Freund
2022-10-05
1
-3
/
+11
*
Remove PQsendQuery support in pipeline mode
Alvaro Herrera
2022-09-23
1
-0
/
+12
*
Stop using PQsendQuery in libpq_pipeline
Alvaro Herrera
2022-09-23
3
-198
/
+13
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+21
*
Detect format-string mistakes in the libpq_pipeline test module.
Tom Lane
2022-09-15
1
-1
/
+3
*
Doc: add some doco about using the libpq_pipeline test module.
Tom Lane
2022-09-14
1
-0
/
+34
*
Remove configure probe for sys/select.h.
Thomas Munro
2022-08-14
1
-3
/
+1
*
libpq: Improve idle state handling in pipeline mode
Alvaro Herrera
2022-07-05
3
-4
/
+307
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-1
/
+2
*
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-03-24
1
-1
/
+0
*
Update copyright for 2022
Bruce Momjian
2022-01-07
2
-2
/
+2
*
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-24
1
-5
/
+5
*
Add module build directory to the PATH for TAP tests
Andrew Dunstan
2021-10-22
1
-4
/
+3
*
Reference test binary using TESTDIR in 001_libpq_pipeline.pl.
Andres Freund
2021-10-01
1
-4
/
+4
*
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-29
1
-1
/
+1
*
libpq: Fix sending queries in pipeline aborted state
Alvaro Herrera
2021-07-09
1
-0
/
+226
*
Fix libpq state machine in pipeline mode
Alvaro Herrera
2021-06-29
3
-1
/
+183
*
Add 'Portal Close' message to pipelined PQsendQuery()
Alvaro Herrera
2021-06-11
1
-0
/
+2
*
Rename PQtraceSetFlags() to PQsetTraceFlags().
Noah Misch
2021-06-10
1
-1
/
+1
*
Add Windows file version information to libpq_pipeline.exe.
Noah Misch
2021-06-01
1
-1
/
+4
*
Fix vpath build in libpq_pipeline test
Peter Eisentraut
2021-05-27
1
-2
/
+1
*
Add NO_INSTALL option to pgxs
Peter Eisentraut
2021-05-27
1
-0
/
+2
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-1
/
+1
*
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-07
1
-0
/
+3
*
Suppress length of Notice/Error msgs in PQtrace regress mode
Alvaro Herrera
2021-04-09
2
-7
/
+7
*
Fix compiler warning for MSVC in libpq_pipeline.c
David Rowley
2021-04-07
1
-2
/
+1
*
Fix setvbuf()-induced crash in libpq_pipeline
Alvaro Herrera
2021-04-01
1
-3
/
+3
*
libpq_pipeline: Must strdup(optarg) to avoid crash
Alvaro Herrera
2021-04-01
2
-19
/
+18
*
Remove setvbuf() call from PQtrace()
Alvaro Herrera
2021-03-31
1
-2
/
+5
*
Disable force_parallel_mode in libpq_pipeline
Alvaro Herrera
2021-03-31
8
-25
/
+8
*
Suppress compiler warning in libpq_pipeline.c.
Tom Lane
2021-03-31
1
-2
/
+1
*
Fix some libpq_pipeline test problems
Alvaro Herrera
2021-03-31
3
-17
/
+32
*
libpq_pipeline: add PQtrace() support and tests
Alvaro Herrera
2021-03-30
9
-28
/
+352
*
Suppress various new compiler warnings.
Tom Lane
2021-03-21
1
-2
/
+4
*
(Blind) fix Perl splitting of strings at newlines
Alvaro Herrera
2021-03-16
1
-1
/
+1
*
Implement pipeline mode in libpq
Alvaro Herrera
2021-03-15
5
-0
/
+1357