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
/
include
/
libpq
Age
Commit message (
Expand
)
Author
2018-04-02
Make be-secure-common.c more consistent for future SSL implementations
Peter Eisentraut
2018-03-17
Add ssl_passphrase_command setting
Peter Eisentraut
2018-01-26
Use abstracted SSL API in server connection log messages
Peter Eisentraut
2018-01-23
Extract common bits from OpenSSL implementation
Peter Eisentraut
2018-01-23
Move SSL API comments to header files
Peter Eisentraut
2018-01-23
Move EDH support to common files
Peter Eisentraut
2018-01-04
Implement channel binding tls-server-end-point for SCRAM
Peter Eisentraut
2018-01-04
Refactor channel binding code to fetch cbind_data only when necessary
Peter Eisentraut
2018-01-03
Allow ldaps when using ldap authentication
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-18
Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut
2017-12-05
Fix warnings from cpluspluscheck
Peter Eisentraut
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-18
Support channel binding 'tls-unique' in SCRAM
Peter Eisentraut
2017-11-09
Refactor permissions checks for large objects.
Tom Lane
2017-10-13
Rely on sizeof(typename) rather than sizeof(variable) in pqformat.h.
Tom Lane
2017-10-12
Use C99 restrict via pg_restrict, rather than restrict directly.
Andres Freund
2017-10-12
Work around overly strict restrict checks by MSVC.
Andres Freund
2017-10-11
Add more efficient functions to pqformat API.
Andres Freund
2017-09-12
Allow custom search filters to be configured for LDAP auth
Peter Eisentraut
2017-07-31
Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.
Heikki Linnakangas
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-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-08
Remove support for password_encryption='off' / 'plain'.
Heikki Linnakangas
2017-05-05
Misc cleanup of SCRAM code.
Heikki Linnakangas
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
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-11
Remove symbol WIN32_ONLY_COMPILER
Magnus Hagander
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-17
Allow plaintext 'password' authentication when user has a SCRAM verifier.
Heikki Linnakangas
2017-03-07
Fix comments in SCRAM-SHA-256 patch.
Heikki Linnakangas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-02-25
Remove some configure header-file checks that we weren't really using.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-01
Replace isMD5() with a more future-proof way to check if pw is encrypted.
Heikki Linnakangas
2017-01-30
Invent pg_hba_file_rules view to show the content of pg_hba.conf.
Tom Lane
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
Rename C symbols for backend lo_ functions
Peter Eisentraut
2017-01-04
Re-allow SSL passphrase prompt at server start, but not thereafter.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2017-01-03
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2016-12-12
Refactor the code for verifying user's password.
Heikki Linnakangas
2016-12-08
Clean up password authentication code a bit.
Heikki Linnakangas
2016-12-05
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-10-31
Remove declarations for pq_putmessage_hook and pq_flush_hook.
Robert Haas
2016-10-11
Drop server support for FE/BE protocol version 1.0.
Tom Lane
2016-09-06
C comment: fix file name mention on line 1
Bruce Momjian
[next]