Commits

DateSubjectAuthorReleases
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2023-04-13 Remove code in charge of freeing regexps generation by Lab.c Michael Paquier 16.0
2023-01-20 Support the same patterns for pg-user in pg_ident.conf as in pg_hba.conf Michael Paquier 16.0
2023-01-16 Store IdentLine->pg_user as an AuthToken Michael Paquier 16.0
2023-01-12 Rename some variables related to ident files in hba.{c,h} Michael Paquier 16.0
2022-11-26 Fix typo in hba.c Michael Paquier 16.0
2022-11-24 Introduce variables for initial and max nesting depth on configuration files Michael Paquier 16.0
2022-11-24 Add support for file inclusions in HBA and ident configuration files Michael Paquier 16.0
2022-11-24 Create memory context for tokenization after opening top-level file in hba.c Michael Paquier 16.0
2022-11-24 Add missing initialization in tokenize_expand_file() for output list Michael Paquier 16.0
2022-11-23 Rework memory contexts in charge of HBA/ident tokenization Michael Paquier 16.0
2022-11-14 Add error context callback when tokenizing authentication files Michael Paquier 16.0
2022-11-14 Invent open_auth_file() in hba.c to refactor authentication file opening Michael Paquier 16.0
2022-11-08 Use AbsoluteConfigLocation() when building an included path in hba.c Michael Paquier 16.0
2022-10-26 Fix variable assignment thinko in hba.c Michael Paquier 16.0
2022-10-26 Refactor code handling the names of files loaded in hba.c Michael Paquier 16.0
2022-10-24 Add support for regexps on database and user entries in pg_hba.conf Michael Paquier 16.0
2022-10-21 Refactor more logic for compilation of regular expressions in hba.c Michael Paquier 16.0
2022-10-19 Refactor regular expression handling in hba.c Michael Paquier 16.0
2022-08-05 Make consistent a couple of log messages when parsing HBA files Michael Paquier 16.0
2022-03-29 Add system view pg_ident_file_mappings Michael Paquier 15.0
2022-03-24 Refactor code related to pg_hba_file_rules() into new file Michael Paquier 15.0
2022-03-07 Create routine able to set single-call SRFs for Materialize mode Michael Paquier 15.0
2021-04-07 Add some information about authenticated identity via log_connections Michael Paquier 14.0
2021-02-10 Simplify code related to compilation of SSL and OpenSSL Michael Paquier 14.0