index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
hbafuncs.c
Commit message (
Expand
)
Author
Age
*
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-02-20
*
Fix HBA option count
Daniel Gustafsson
2025-01-12
*
Fix missing ldapscheme option in pg_hba_file_rules()
Daniel Gustafsson
2025-01-10
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Store IdentLine->pg_user as an AuthToken
Michael Paquier
2023-01-16
*
Rename some variables related to ident files in hba.{c,h}
Michael Paquier
2023-01-12
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add support for file inclusions in HBA and ident configuration files
Michael Paquier
2022-11-24
*
Rework memory contexts in charge of HBA/ident tokenization
Michael Paquier
2022-11-24
*
Invent open_auth_file() in hba.c to refactor authentication file opening
Michael Paquier
2022-11-14
*
Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappings
Michael Paquier
2022-10-26
*
Refactor regular expression handling in hba.c
Michael Paquier
2022-10-19
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Fix path reference when parsing pg_ident.conf for pg_ident_file_mappings
Michael Paquier
2022-07-26
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Add system view pg_ident_file_mappings
Michael Paquier
2022-03-29
*
Refactor code related to pg_hba_file_rules() into new file
Michael Paquier
2022-03-24