summaryrefslogtreecommitdiff
path: root/src/test/modules/ssl_passphrase_callback
AgeCommit message (Expand)Author
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-02-06Remove support for linking with libeay32 and ssleay32Daniel Gustafsson
2025-01-01Update copyright for 2025Bruce Momjian
2024-07-02Cleanup perl code from unused variables and routinesMichael Paquier
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-08-28Convert encrypted SSL test keys to PKCS#8 formatPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-03meson: Prevent installation of test files during main installPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-20Make finding openssl program a configure or meson optionPeter Eisentraut
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-21meson: Add initial version of meson based build systemAndres Freund
2022-07-17Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-01-07Update copyright for 2022Bruce Momjian
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-12-21Add missing EmitWarningsOnPlaceholders() calls.Tom Lane
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-08-01Silence perl warning about uninitialized valueAndrew Dunstan
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-06-01Make ssl certificate for ssl_passphrase_callback test via MakefileAndrew Dunstan
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-25Further fixes for ssl_passphrase_callback test module.Tom Lane
2020-03-25Don't listen to localhost in ssl_passphrase_callback testAndrew Dunstan
2020-03-25Fix assorted portability issues in commit 896fcdb23.Tom Lane
2020-03-25Provide a TLS init hookAndrew Dunstan