Commits

Showing commits that first shipped in 16 (backpatches included). Clear

DateSubjectAuthorReleases
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