Commits

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

DateSubjectAuthorReleases
2023-07-27 Eliminate fixed token-length limit in hba.c. Tom Lane 16.0
2023-06-20 Pre-beta2 mechanical code beautification. Tom Lane 16.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
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
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-15 Static assertions cleanup Peter Eisentraut 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-09-06 Fix an assortment of improper usages of string functions David Rowley 16.0
2022-08-25 Remove configure probe for sockaddr_in6 and require AF_INET6. Thomas Munro 16.0