summaryrefslogtreecommitdiff
path: root/src/test/modules/ssl_passphrase_callback
Commit message (Expand)AuthorAgeFilesLines
* meson: Prevent installation of test files during main installPeter Eisentraut2023-03-031-4/+2
* Update copyright for 2023Bruce Momjian2023-01-022-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Make finding openssl program a configure or meson optionPeter Eisentraut2022-10-202-4/+2
* meson: Add windows resource filesAndres Freund2022-10-051-1/+12
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+48
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-2/+0
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-1/+2
* Remove non-functional code for unloading loadable modules.Robert Haas2022-05-111-7/+0
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-211-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-271-1/+1
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-271-1/+1
* Add missing EmitWarningsOnPlaceholders() calls.Tom Lane2021-12-211-0/+3
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-4/+4
* Silence perl warning about uninitialized valueAndrew Dunstan2021-08-011-1/+1
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-291-1/+1
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-012-3/+3
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-101-1/+1
* Make ssl certificate for ssl_passphrase_callback test via MakefileAndrew Dunstan2020-06-012-6/+19
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-2/+4
* Further fixes for ssl_passphrase_callback test module.Tom Lane2020-03-251-7/+3
* Don't listen to localhost in ssl_passphrase_callback testAndrew Dunstan2020-03-251-1/+0
* Fix assorted portability issues in commit 896fcdb23.Tom Lane2020-03-251-0/+2
* Provide a TLS init hookAndrew Dunstan2020-03-256-0/+242