Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2020-11-03 Fix unportable use of getnameinfo() in pg_hba_file_rules view. Tom Lane 10.15
2019-11-13 Avoid downcasing/truncation of RADIUS authentication parameters. Tom Lane 10.12
2018-11-13 Fix possible buffer overrun in hba.c. Thomas Munro 10.7
2018-01-30 Fix up references to scram-sha-256 Peter Eisentraut 10.2
2017-11-10 Fix some null pointer dereferences in LDAP auth code Peter Eisentraut 10.2
2017-09-11 Message style fixes Peter Eisentraut 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-05-17 Post-PG 10 beta1 pgindent run Bruce Momjian 10.0
2017-04-18 Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption. Heikki Linnakangas 10.0
2017-03-24 Allow SCRAM authentication, when pg_hba.conf says 'md5'. Heikki Linnakangas 10.0
2017-03-22 Support multiple RADIUS servers Magnus Hagander 10.0
2017-03-22 Change logical replication pg_hba.conf use Peter Eisentraut 10.0
2017-03-07 Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). Heikki Linnakangas 10.0
2017-03-01 Move atooid() definition to a central place Peter Eisentraut 10.0
2017-02-06 Fix typos in comments. Heikki Linnakangas 10.0
2017-01-30 Simplify some long-obsolete code in hba.c's next_token(). Tom Lane 10.0
2017-01-30 Invent pg_hba_file_rules view to show the content of pg_hba.conf. Tom Lane 10.0
2017-01-27 Restructure hba.c to replace 3 parallel lists with single list of structs. Tom Lane 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2017-01-03 Allow SSL configuration to be updated at SIGHUP. Tom Lane 10.0
2016-09-02 Move code shared between libpq and backend from backend/libpq/ to common/. Heikki Linnakangas 10.0
2016-08-27 Add macros to make AllocSetContextCreate() calls simpler and safer. Tom Lane 10.0