Thread
Commits
-
doc: Remove notes about "unencrypted" passwords.
- f9b1192190aa 18.0 landed
- efb3f16e0d34 15.14 landed
- 6e71b7a39646 16.10 landed
- 49584901ecc4 14.19 landed
- 1a7968ac5f89 13.22 landed
- 002938f15c63 17.6 landed
-
Remove support for password_encryption='off' / 'plain'.
- eb61136dc75a 10.0 cited
-
fix notes about password encryption in pg_authid docs
Nathan Bossart <nathandbossart@gmail.com> — 2025-06-02T14:16:10Z
I noticed that the docs for the pg_authid catalog still indicate that passwords might be stored "unencrypted," which hasn't been possible since commit eb61136. The attached patch attempts to fix that. If acceptable, I'd back-patch it to all supported versions. -- nathan
-
Re: fix notes about password encryption in pg_authid docs
Nathan Bossart <nathandbossart@gmail.com> — 2025-06-02T14:21:39Z
On Mon, Jun 02, 2025 at 09:16:10AM -0500, Nathan Bossart wrote: > I noticed that the docs for the pg_authid catalog still indicate that > passwords might be stored "unencrypted," which hasn't been possible since > commit eb61136. The attached patch attempts to fix that. If acceptable, > I'd back-patch it to all supported versions. And now with a patch actually attached... -- nathan
-
Re: fix notes about password encryption in pg_authid docs
Michael Paquier <michael@paquier.xyz> — 2025-06-03T04:43:15Z
On Mon, Jun 02, 2025 at 09:21:39AM -0500, Nathan Bossart wrote: > On Mon, Jun 02, 2025 at 09:16:10AM -0500, Nathan Bossart wrote: >> I noticed that the docs for the pg_authid catalog still indicate that >> passwords might be stored "unencrypted," which hasn't been possible since >> commit eb61136. The attached patch attempts to fix that. If acceptable, >> I'd back-patch it to all supported versions. Good point. You are missing one reference in doc/src/sgml/system-views.sgml for pg_shadow.passwd, no? -- Michael
-
Re: fix notes about password encryption in pg_authid docs
Nathan Bossart <nathandbossart@gmail.com> — 2025-06-03T18:01:58Z
On Tue, Jun 03, 2025 at 01:43:15PM +0900, Michael Paquier wrote: > You are missing one reference in doc/src/sgml/system-views.sgml for > pg_shadow.passwd, no? Yup. Here is an updated patch. -- nathan
-
Re: fix notes about password encryption in pg_authid docs
Michael Paquier <michael@paquier.xyz> — 2025-06-04T05:11:55Z
On Tue, Jun 03, 2025 at 01:01:58PM -0500, Nathan Bossart wrote: > Yup. Here is an updated patch. Looks fine to me. -- Michael
-
Re: fix notes about password encryption in pg_authid docs
Nathan Bossart <nathandbossart@gmail.com> — 2025-06-04T14:52:38Z
On Wed, Jun 04, 2025 at 02:11:55PM +0900, Michael Paquier wrote: > Looks fine to me. Committed, thanks. -- nathan