summaryrefslogtreecommitdiff
path: root/src/test/authentication
AgeCommit message (Expand)Author
14 daysRun pgperltidyJoe Conway
2025-05-22Replace deprecated log_connections values in docs and testsMelanie Plageman
2025-04-22Re-enable SSL connect_fails tests, and fix related race conditions.Tom Lane
2025-03-24Fix typoÁlvaro Herrera
2025-03-12Add connection establishment duration loggingMelanie Plageman
2025-03-12Modularize log_connections outputMelanie Plageman
2025-03-06Fix race condition in TAP test 007_pre_authMichael Paquier
2025-03-04Split pgstat_bestart() into three different routinesMichael Paquier
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-01-31require_auth: prepare for multiple SASL mechanismsDaniel Gustafsson
2025-01-01Update copyright for 2025Bruce Momjian
2024-05-03Fix an assortment of typosDavid Rowley
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-11-17Allow tests to pass in OpenSSL FIPS mode (TAP tests)Peter Eisentraut
2023-11-06Remove distprepPeter Eisentraut
2023-10-29Fix instable 006_login_trigger.pl testAlexander Korotkov
2023-10-17Run 006_login_trigger.pl only with Unix-domain socketsAlexander Korotkov
2023-10-16List 006_login_trigger.pl test for mesonAlexander Korotkov
2023-10-16Rename 005_login_trigger.pl to 006_login_trigger.plAlexander Korotkov
2023-10-16Fix role names in src/test/authentication/t/005_login_trigger.plAlexander Korotkov
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-08-26Generate new LOG for "trust" connections under log_connectionsMichael Paquier
2023-07-06Add GUC parameter "huge_pages_status"Michael Paquier
2023-06-09Refactor routine to find single log content pattern in TAP testsMichael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-16libpq: Error message improvementPeter Eisentraut
2023-04-21Make libpq error messages consistent for translationDaniel Gustafsson
2023-04-08Simplify version check for SKIP clauseDaniel Gustafsson
2023-04-08Skip \password TAP test on old IPC::Run versionsDaniel Gustafsson
2023-04-07Test SCRAM iteration changes with psql \passwordDaniel Gustafsson
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-14libpq: Add support for require_auth to control authorized auth methodsMichael Paquier
2023-01-20Support the same patterns for pg-user in pg_ident.conf as in pg_hba.confMichael Paquier
2023-01-17Track behavior of \1 in pg_ident.conf when quotedMichael Paquier
2023-01-13Add tests for regex replacement with \1 in pg_ident.conf to 0003_peer.plMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-28Add TAP tests for include directives in HBA end ident filesMichael Paquier
2022-11-25Skip TAP test for peer authentication if there are no unix-domain socketsMichael Paquier
2022-10-24Fix and improve TAP tests for pg_hba.conf and regexpsMichael Paquier
2022-10-24Add support for regexps on database and user entries in pg_hba.confMichael Paquier
2022-10-17Add checks for regexes with user name map in test for peer authenticationMichael Paquier
2022-10-11Add TAP tests for role membership in pg_hba.confMichael Paquier
2022-10-06Refactor TAP test authentication/001_password.plMichael Paquier
2022-10-03Add authentication TAP test for peer authenticationMichael Paquier
2022-09-29Introduce SYSTEM_USERMichael Paquier
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian