index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
modules
/
libpq_pipeline
Age
Commit message (
Expand
)
Author
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-09-03
Make libpq_pipeline.c shorter and more uniform via helper functions.
Tom Lane
2025-06-29
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-06
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-03
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-21
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-14
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-07
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
[next]