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
2016-01-14
Properly close token in sspi authentication
Magnus Hagander
2015-08-02
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-05-18
Check return values of sensitive system library calls.
Noah Misch
2015-05-18
Prevent a double free by not reentering be_tls_close().
Noah Misch
2015-02-17
Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.
Tom Lane
2015-02-16
Fix misuse of memcpy() in check_ip().
Tom Lane
2015-02-12
Fix minor memory leak in ident_inet().
Tom Lane
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2014-12-17
Fix poorly worded error message.
Tom Lane
2014-11-12
Message improvements
Peter Eisentraut
2014-10-12
Message improvements
Peter Eisentraut
2014-06-12
Rename lo_create(oid, bytea) to lo_from_bytea().
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-16
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-02
Fix assorted issues in client host name lookup.
Tom Lane
2014-03-28
Adjust getpwuid() fix commit to display errno string on failure
Bruce Momjian
2014-03-28
Un-break peer authentication.
Tom Lane
2014-03-16
Cleanups from the remove-native-krb5 patch
Magnus Hagander
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-03
Another round of Coverity fixes
Stephen Frost
2014-03-02
Various Coverity-spotted fixes
Stephen Frost
2014-01-31
Disallow use of SSL v3 protocol in the server as well as in libpq.
Tom Lane
2014-01-28
Log a detail message for auth failures due to missing or expired password.
Tom Lane
2014-01-19
Remove support for native krb5 authentication
Magnus Hagander
2014-01-10
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-18
Fix incorrect error message reported for non-existent users
Bruce Momjian
2013-12-07
SSL: Support ECDH key exchange
Peter Eisentraut
2013-12-07
SSL: Add configuration option to prefer server cipher order
Peter Eisentraut
2013-12-05
Clear retry flags properly in replacement OpenSSL sock_write function.
Tom Lane
2013-11-24
Fix new and latent bugs with errno handling in secure_read/secure_write.
Tom Lane
2013-10-28
Add large object functions catering to SQL callers.
Noah Misch
2013-10-24
Fix memory leak when an empty ident file is reloaded.
Heikki Linnakangas
2013-10-22
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-17
Silence compiler warning when SSL not in use
Alvaro Herrera
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-11
Rework SSL renegotiation code
Alvaro Herrera
2013-08-16
Fix typo in comment.
Heikki Linnakangas
2013-06-12
Avoid reading below the start of a stack variable in tokenize_file().
Noah Misch
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-19
Standardize spelling of "nonblocking"
Peter Eisentraut
2013-04-16
Fix function return type confusion
Peter Eisentraut
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-03-10
Report pg_hba line number and contents when users fail to log in
Magnus Hagander
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-04
Attempt to un-break Windows builds with USE_LDAP.
Tom Lane
2012-12-04
Fix build of LDAP URL feature
Peter Eisentraut
2012-12-04
Add support for LDAP URLs
Peter Eisentraut
2012-11-30
Produce a more useful error message for over-length Unix socket paths.
Tom Lane
[next]