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