forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit43a3543
committed
Authentication improvements:
A new pg_hba.conf column, USERAllow specifiction of lists of users separated by commasAllow group names specified by +Allow include files containing lists of users specified by @Allow lists of databases, and database filesAllow samegroup in database column to match group name matching dbnameRemoval of secondary password filesRemove pg_passwd utilityLots of code cleanup in user.c and hba.cNew data/global/pg_pwd formatNew data/global/pg_group file1 parentaf10378 commit43a3543
File tree
25 files changed
+1412
-1890
lines changed- doc/src/sgml
- ref
- src
- backend
- commands
- libpq
- postmaster
- utils
- adt
- init
- bin
- initdb
- pg_passwd
- include
- catalog
- commands
- libpq
- test/regress
- expected
- sql
25 files changed
+1412
-1890
lines changedLines changed: 272 additions & 321 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
129 | 128 |
| |
130 | 129 |
| |
131 | 130 |
| |
|
Lines changed: 0 additions & 123 deletions
This file was deleted.
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
195 | 194 |
| |
196 | 195 |
| |
197 | 196 |
| |
|
0 commit comments
Comments
(0)