index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
libpq_pipeline
Age
Commit message (
Expand
)
Author
2025-06-30
Run pgperltidy
Joe Conway
2025-04-02
Make cancel request keys longer
Heikki Linnakangas
2025-04-02
libpq: Add min/max_protocol_version connection options
Heikki Linnakangas
2025-03-17
Apply more consistent style for command options in TAP tests
Michael Paquier
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-02-04
meson: Add missing dependencies to libpq_pipeline test
Andres Freund
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-04-07
Support retrieval of results in chunks with libpq.
Tom Lane
2024-03-18
Put libpq_pipeline cancel test back
Alvaro Herrera
2024-03-14
Comment out noisy libpq_pipeline test
Alvaro Herrera
2024-03-13
Hopefully make libpq_pipeline's new cancel test more reliable
Alvaro Herrera
2024-03-12
libpq: Add encrypted and non-blocking query cancellation routines
Alvaro Herrera
2024-03-12
Use printf's %m format instead of strerror(errno) in more places
Michael Paquier
2024-03-11
Add tests for libpq query cancellation APIs
Alvaro Herrera
2024-01-16
libpq: Add PQsendPipelineSync()
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-03
Fix incorrect format placeholder
Peter Eisentraut
2023-07-04
libpq: Add support for Close on portals and statements
Michael Paquier
2023-06-23
Fix incorrect error message in libpq_pipeline
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-03-09
Avoid criticizable perl code
Alvaro Herrera
2023-03-08
001_libpq_pipeline.pl: use Test::Differences if available
Alvaro Herrera
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-12
Order getopt arguments
Peter Eisentraut
2022-10-14
libpq: Reset singlerow flag correctly in pipeline mode
Alvaro Herrera
2022-10-05
meson: Add windows resource files
Andres Freund
2022-09-23
Remove PQsendQuery support in pipeline mode
Alvaro Herrera
2022-09-23
Stop using PQsendQuery in libpq_pipeline
Alvaro Herrera
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-15
Detect format-string mistakes in the libpq_pipeline test module.
Tom Lane
2022-09-14
Doc: add some doco about using the libpq_pipeline test module.
Tom Lane
2022-08-13
Remove configure probe for sys/select.h.
Thomas Munro
2022-07-05
libpq: Improve idle state handling in pipeline mode
Alvaro Herrera
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-03-24
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-24
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-22
Add module build directory to the PATH for TAP tests
Andrew Dunstan
2021-10-01
Reference test binary using TESTDIR in 001_libpq_pipeline.pl.
Andres Freund
2021-07-29
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-09
libpq: Fix sending queries in pipeline aborted state
Alvaro Herrera
2021-06-29
Fix libpq state machine in pipeline mode
Alvaro Herrera
2021-06-11
Add 'Portal Close' message to pipelined PQsendQuery()
Alvaro Herrera
[next]