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
/
interfaces
/
libpq
/
t
Age
Commit message (
Expand
)
Author
2025-05-22
Replace deprecated log_connections values in docs and tests
Melanie Plageman
2025-04-07
libpq: Fix some issues in TAP tests for service files
Michael Paquier
2025-03-27
libpq: Add TAP tests for service files and names
Michael Paquier
2025-03-17
Apply more consistent style for command options in TAP tests
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-19
libpq: Improve error message when parsing URI parameters and keywords
Michael Paquier
2024-11-11
libpq: Bail out during SSL/GSS negotiation errors
Michael Paquier
2024-10-06
libpq: Discard leading and trailing spaces for parameters and values in URIs
Michael Paquier
2024-09-05
Check availability of module injection_points in TAP tests
Michael Paquier
2024-09-03
Fix typos in code comments and test data
Daniel Gustafsson
2024-07-26
Add tests for errors during SSL or GSSAPI handshake
Heikki Linnakangas
2024-07-26
Add test for early backend startup errors
Heikki Linnakangas
2024-07-03
Clean up more unused variables in perl code
Michael Paquier
2024-05-16
Remove option to fall back from direct to postgres SSL negotiation
Heikki Linnakangas
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-05-03
Fix an assortment of typos
David Rowley
2024-04-12
Document PG_TEST_EXTRA=libpq_encryption and also check 'kerberos'
Heikki Linnakangas
2024-04-12
Move libpq encryption negotiation tests
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2024-01-02
libpq: fix typo "occurences" -> "occurrences" in tests
Robert Haas
2023-12-29
Follow-up fixes for "Make all Perl warnings fatal"
Peter Eisentraut
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-21
Reorder connection markers in loadbalance tests
Daniel Gustafsson
2023-04-18
Fix various typos
David Rowley
2023-04-05
Allow to use system CA pool for certificate verification
Daniel Gustafsson
2023-03-29
Support connection load balancing in libpq
Daniel Gustafsson
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-04
Rename libpq test programs with libpq_ prefix
Daniel Gustafsson
2022-03-29
Enable SSL library detection via PQsslAttribute()
Daniel Gustafsson
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-02-27
Convert src/interfaces/libpq/test to a tap test.
Andres Freund