postgresql/src/backend/postmaster
Heikki Linnakangas fa878703f4 Refactor RandomSalt to handle salts of different lengths.
All we need is 4 bytes at the moment, for MD5 authentication. But in
upcomint patches for SCRAM authentication, SCRAM will need a salt of
different length. It's less scary for the caller to pass the buffer
length anyway, than assume a certain-sized output buffer.

Author: Michael Paquier
Discussion: <CAB7nPqQvO4sxLFeS9D+NM3wpy08ieZdAj_6e117MQHZAfxBFsg@mail.gmail.com>
2016-08-18 13:41:17 +03:00
..
Makefile Allow background workers to be started dynamically. 2013-07-16 13:02:15 -04:00
autovacuum.c Force idle_in_transaction_session_timeout off in pg_dump and autovacuum. 2016-06-15 10:53:03 -04:00
bgworker.c Fix bogus coding in WaitForBackgroundWorkerShutdown(). 2016-08-04 16:06:14 -04:00
bgwriter.c Revert bf08f2292f 2016-04-06 14:03:46 +01:00
checkpointer.c Provide much better wait information in pg_stat_activity. 2016-03-10 12:44:09 -05:00
fork_process.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
pgarch.c Avoid unlikely data-loss scenarios due to rename() without fsync. 2016-03-09 18:53:53 -08:00
pgstat.c pgindent run for 9.6 2016-06-09 18:02:36 -04:00
postmaster.c Refactor RandomSalt to handle salts of different lengths. 2016-08-18 13:41:17 +03:00
startup.c Rework wait for AccessExclusiveLocks on Hot Standby 2016-03-10 19:26:24 +00:00
syslogger.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
walwriter.c Provide much better wait information in pg_stat_activity. 2016-03-10 12:44:09 -05:00