index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
Age
Commit message (
Expand
)
Author
2017-09-23
Refactor new file permission handling
Peter Eisentraut
2017-09-22
Fix saving and restoring umask
Peter Eisentraut
2017-09-13
Define LDAP_NO_ATTRS if necessary.
Peter Eisentraut
2017-09-12
Allow custom search filters to be configured for LDAP auth
Peter Eisentraut
2017-09-11
Message style fixes
Peter Eisentraut
2017-08-31
Clean up shm_mq cleanup.
Tom Lane
2017-08-23
Tweak some SCRAM error messages and code comments
Peter Eisentraut
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-07
Require update permission for the large object written by lo_put().
Tom Lane
2017-08-07
Don't allow logging in with empty password.
Heikki Linnakangas
2017-08-04
Disallow SSL session tickets.
Tom Lane
2017-08-02
Remove duplicate setting of SSL_OP_SINGLE_DH_USE option.
Tom Lane
2017-07-31
Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.
Heikki Linnakangas
2017-07-03
Treat clean shutdown of an SSL connection same as the non-SSL case.
Heikki Linnakangas
2017-06-28
Second try at fixing tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-27
Support tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-08
Improve authentication error messages.
Heikki Linnakangas
2017-06-06
Clean up latch related code.
Andres Freund
2017-05-25
Abort authentication if the client selected an invalid SASL mechanism.
Heikki Linnakangas
2017-05-19
Fix compilation with --with-bsd-auth.
Heikki Linnakangas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-08
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-07
Fix memory leaks if random salt generation fails.
Heikki Linnakangas
2017-05-05
Misc cleanup of SCRAM code.
Heikki Linnakangas
2017-05-05
Don't use SCRAM-specific "e=invalid-proof" on invalid password.
Heikki Linnakangas
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-04-28
Misc SCRAM code cleanups.
Heikki Linnakangas
2017-04-21
Change the on-disk format of SCRAM verifiers to conform to RFC 5803.
Heikki Linnakangas
2017-04-18
Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.
Heikki Linnakangas
2017-04-13
Improve the SASL authentication protocol.
Heikki Linnakangas
2017-04-13
Minor cleanup of backend SCRAM code.
Heikki Linnakangas
2017-04-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
2017-04-07
Use SASLprep to normalize passwords for SCRAM authentication.
Heikki Linnakangas
2017-04-06
Remove bogus SCRAM_ITERATION_LEN constant.
Heikki Linnakangas
2017-03-26
Fix unportable disregard of alignment requirements in RADIUS code.
Tom Lane
2017-03-26
Fix some minor resource leaks in PerformRadiusTransaction().
Tom Lane
2017-03-24
Allow SCRAM authentication, when pg_hba.conf says 'md5'.
Heikki Linnakangas
2017-03-22
Support multiple RADIUS servers
Magnus Hagander
2017-03-22
Change logical replication pg_hba.conf use
Peter Eisentraut
2017-03-17
Allow plaintext 'password' authentication when user has a SCRAM verifier.
Heikki Linnakangas
2017-03-14
Include port number when logging successful binding to a TCP port.
Tom Lane
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
Add "break"s to make it clearer what will happen in a nested switch.
Tom Lane
2017-03-10
Improve postmaster's logging of listen socket creation.
Tom Lane
2017-03-09
Enable replication connections by default in pg_hba.conf
Peter Eisentraut
2017-03-07
Fix comments in SCRAM-SHA-256 patch.
Heikki Linnakangas
[next]