File tree
16 files changed
+94
-10
lines changedFilter options
- doc/src/sgml
- src
- backend
- libpq
- utils/misc
- common
- include
- common
- libpq
- interfaces/libpq
- test
- authentication/t
- regress
- expected
- sql
16 files changed
+94
-10
lines changed+20
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1132 | 1132 |
|
1133 | 1133 |
|
1134 | 1134 |
|
| 1135 | + |
| 1136 | + |
| 1137 | + |
| 1138 | + |
| 1139 | + |
| 1140 | + |
| 1141 | + |
| 1142 | + |
| 1143 | + |
| 1144 | + |
| 1145 | + |
| 1146 | + |
| 1147 | + |
| 1148 | + |
| 1149 | + |
| 1150 | + |
| 1151 | + |
| 1152 | + |
| 1153 | + |
| 1154 | + |
1135 | 1155 |
|
1136 | 1156 |
|
1137 | 1157 |
|
|
src/backend/libpq/auth-scram.c
Copy file name to clipboardExpand all lines: src/backend/libpq/auth-scram.c+7-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
191 | 191 |
|
192 | 192 |
|
193 | 193 |
|
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
194 | 199 |
|
195 | 200 |
|
196 | 201 |
|
| ||
496 | 501 |
|
497 | 502 |
|
498 | 503 |
|
499 |
| - |
| 504 | + |
500 | 505 |
|
501 | 506 |
|
502 | 507 |
|
| ||
717 | 722 |
|
718 | 723 |
|
719 | 724 |
|
720 |
| - |
| 725 | + |
721 | 726 |
|
722 | 727 |
|
723 | 728 |
|
|
src/backend/utils/misc/guc_tables.c
Copy file name to clipboardExpand all lines: src/backend/utils/misc/guc_tables.c+13
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
| 48 | + |
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
| ||
3468 | 3470 |
|
3469 | 3471 |
|
3470 | 3472 |
|
| 3473 | + |
| 3474 | + |
| 3475 | + |
| 3476 | + |
| 3477 | + |
| 3478 | + |
| 3479 | + |
| 3480 | + |
| 3481 | + |
| 3482 | + |
| 3483 | + |
3471 | 3484 |
|
3472 | 3485 |
|
3473 | 3486 |
|
|
src/backend/utils/misc/postgresql.conf.sample
Copy file name to clipboardExpand all lines: src/backend/utils/misc/postgresql.conf.sample+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
| 98 | + |
98 | 99 |
|
99 | 100 |
|
100 | 101 |
|
|
+1-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
214 | 214 |
|
215 | 215 |
|
216 | 216 |
|
217 |
| - |
218 |
| - |
| 217 | + |
219 | 218 |
|
220 | 219 |
|
221 | 220 |
|
|
src/include/common/scram-common.h
Copy file name to clipboardExpand all lines: src/include/common/scram-common.h+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
|
+3
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
| 22 | + |
| 23 | + |
21 | 24 |
|
22 | 25 |
|
23 | 26 |
|
|
src/interfaces/libpq/fe-auth-scram.c
Copy file name to clipboardExpand all lines: src/interfaces/libpq/fe-auth-scram.c+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
895 | 895 |
|
896 | 896 |
|
897 | 897 |
|
898 |
| - |
| 898 | + |
899 | 899 |
|
900 | 900 |
|
901 | 901 |
|
| ||
927 | 927 |
|
928 | 928 |
|
929 | 929 |
|
930 |
| - |
| 930 | + |
931 | 931 |
|
932 | 932 |
|
933 | 933 |
|
|
src/interfaces/libpq/fe-auth.c
Copy file name to clipboardExpand all lines: src/interfaces/libpq/fe-auth.c+3-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1341 | 1341 |
|
1342 | 1342 |
|
1343 | 1343 |
|
1344 |
| - |
| 1344 | + |
| 1345 | + |
| 1346 | + |
1345 | 1347 |
|
1346 | 1348 |
|
1347 | 1349 |
|
|
src/interfaces/libpq/fe-auth.h
Copy file name to clipboardExpand all lines: src/interfaces/libpq/fe-auth.h+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
src/interfaces/libpq/fe-connect.c
Copy file name to clipboardExpand all lines: src/interfaces/libpq/fe-connect.c+2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
596 | 596 |
|
597 | 597 |
|
598 | 598 |
|
| 599 | + |
599 | 600 |
|
600 | 601 |
|
601 | 602 |
|
| ||
4182 | 4183 |
|
4183 | 4184 |
|
4184 | 4185 |
|
| 4186 | + |
4185 | 4187 |
|
4186 | 4188 |
|
4187 | 4189 |
|
|
src/interfaces/libpq/fe-exec.c
Copy file name to clipboardExpand all lines: src/interfaces/libpq/fe-exec.c+4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1181 | 1181 |
|
1182 | 1182 |
|
1183 | 1183 |
|
| 1184 | + |
| 1185 | + |
| 1186 | + |
| 1187 | + |
1184 | 1188 |
|
1185 | 1189 |
|
1186 | 1190 |
|
|
src/interfaces/libpq/libpq-int.h
Copy file name to clipboardExpand all lines: src/interfaces/libpq/libpq-int.h+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
525 | 525 |
|
526 | 526 |
|
527 | 527 |
|
| 528 | + |
528 | 529 |
|
529 | 530 |
|
530 | 531 |
|
|
src/test/authentication/t/001_password.pl
Copy file name to clipboardExpand all lines: src/test/authentication/t/001_password.pl+24-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
89 | 104 |
|
90 | 105 |
|
91 | 106 |
|
| ||
98 | 113 |
|
99 | 114 |
|
100 | 115 |
|
101 |
| - |
| 116 | + |
102 | 117 |
|
103 | 118 |
|
104 | 119 |
|
| ||
283 | 298 |
|
284 | 299 |
|
285 | 300 |
|
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
286 | 309 |
|
287 | 310 |
|
288 | 311 |
|
|
src/test/regress/expected/password.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/password.out+6-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
| 75 | + |
| 76 | + |
| 77 | + |
75 | 78 |
|
76 | 79 |
|
77 | 80 |
|
| ||
86 | 89 |
|
87 | 90 |
|
88 | 91 |
|
89 |
| - |
| 92 | + |
| 93 | + |
90 | 94 |
|
91 | 95 |
|
92 | 96 |
|
| ||
129 | 133 |
|
130 | 134 |
|
131 | 135 |
|
| 136 | + |
132 | 137 |
|
133 | 138 |
|
134 | 139 |
|
|
src/test/regress/sql/password.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/password.sql+5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
66 | 70 |
|
67 | 71 |
|
68 | 72 |
|
| ||
97 | 101 |
|
98 | 102 |
|
99 | 103 |
|
| 104 | + |
100 | 105 |
|
101 | 106 |
|
102 | 107 |
|
|
0 commit comments