summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/hbafuncs.c
AgeCommit message (Expand)Author
2023-01-16Store IdentLine->pg_user as an AuthTokenMichael Paquier
2023-01-12Rename some variables related to ident files in hba.{c,h}Michael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-24Add support for file inclusions in HBA and ident configuration filesMichael Paquier
2022-11-23Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier
2022-11-14Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier
2022-10-26Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappingsMichael Paquier
2022-10-19Refactor regular expression handling in hba.cMichael Paquier
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-07-26Fix path reference when parsing pg_ident.conf for pg_ident_file_mappingsMichael Paquier
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-03-29Add system view pg_ident_file_mappingsMichael Paquier
2022-03-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier