aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/hbafuncs.c
Commit message (Expand)AuthorAge
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* Fix HBA option countDaniel Gustafsson2025-01-12
* Fix missing ldapscheme option in pg_hba_file_rules()Daniel Gustafsson2025-01-10
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Store IdentLine->pg_user as an AuthTokenMichael Paquier2023-01-16
* Rename some variables related to ident files in hba.{c,h}Michael Paquier2023-01-12
* Update copyright for 2023Bruce Momjian2023-01-02
* Add support for file inclusions in HBA and ident configuration filesMichael Paquier2022-11-24
* Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier2022-11-24
* Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier2022-11-14
* Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappingsMichael Paquier2022-10-26
* Refactor regular expression handling in hba.cMichael Paquier2022-10-19
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Fix path reference when parsing pg_ident.conf for pg_ident_file_mappingsMichael Paquier2022-07-26
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-29
* Refactor code related to pg_hba_file_rules() into new fileMichael Paquier2022-03-24