]> granicus.if.org Git - postgresql/history - src/backend/libpq
Further fixes for degenerate outer join clauses.
[postgresql] / src / backend / libpq /
2015-08-02 Tom LaneFix incorrect order of lock file removal and failure...
2015-07-28 Andres FreundRemove ssl renegotiation support.
2015-07-06 Heikki LinnakangasCall getsockopt() on the correct socket.
2015-07-06 Heikki LinnakangasDon't set SO_SNDBUF on recent Windows versions that...
2015-07-01 Tom LaneDon't leave pg_hba and pg_ident data lying around in...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-18 Noah MischCheck return values of sensitive system library calls.
2015-05-18 Noah MischPrevent a double free by not reentering be_tls_close().
2015-05-08 Stephen FrostChange default for include_realm to 1
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-26 Andres FreundAlso correct therefor to therefore.
2015-04-12 Magnus HaganderAdd system view pg_stat_ssl
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a number of other places.
2015-02-17 Tom LaneRemove code to match IPv4 pg_hba.conf entries to IPv4...
2015-02-16 Tom LaneFix misuse of memcpy() in check_ip().
2015-02-16 Heikki LinnakangasRestore the SSL_set_session_id_context() call to OpenSS...
2015-02-13 Heikki LinnakangasSimplify waiting logic in reading from / writing to...
2015-02-13 Heikki LinnakangasSimplify the way OpenSSL renegotiation is initiated...
2015-02-12 Tom LaneFix minor memory leak in ident_inet().
2015-02-07 Noah MischAssert(PqCommReadingMsg) in pq_peekbyte().
2015-02-03 Andres FreundDon't allow immediate interrupts during authentication...
2015-02-03 Andres FreundProcess 'die' interrupts while reading/writing from...
2015-02-03 Andres FreundIntroduce and use infrastructure for interrupt processi...
2015-02-03 Andres FreundUse a nonblocking socket for FE/BE communication and...
2015-02-02 Heikki LinnakangasBe more careful to not lose sync in the FE/BE protocol.
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-17 Tom LaneFix poorly worded error message.
2014-12-05 Robert HaasDon't dump core if pq_comm_reset() is called before...
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-11-25 Heikki LinnakangasMake Port->ssl_in_use available, even when built with...
2014-11-12 Peter EisentrautMessage improvements
2014-11-05 Robert HaasFix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc...
2014-10-31 Robert HaasSupport frontend-backend protocol communication using...
2014-10-12 Peter EisentrautMessage improvements
2014-08-18 Heikki LinnakangasReorganize functions in be-secure-openssl.c
2014-08-14 Peter EisentrautFix whitespace
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-06-12 Tom LaneRename lo_create(oid, bytea) to lo_from_bytea().
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-16 Tom LaneUse AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
2014-04-16 Bruce Momjiancheck socket creation errors against PGINVALID_SOCKET
2014-04-02 Tom LaneFix assorted issues in client host name lookup.
2014-03-28 Bruce MomjianAdjust getpwuid() fix commit to display errno string...
2014-03-28 Tom LaneUn-break peer authentication.
2014-03-16 Magnus HaganderCleanups from the remove-native-krb5 patch
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-03 Stephen FrostAnother round of Coverity fixes
2014-03-02 Stephen FrostVarious Coverity-spotted fixes
2014-01-31 Tom LaneDisallow use of SSL v3 protocol in the server as well...
2014-01-28 Tom LaneLog a detail message for auth failures due to missing...
2014-01-19 Magnus HaganderRemove support for native krb5 authentication
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Bruce MomjianFix incorrect error message reported for non-existent...
2013-12-07 Peter EisentrautSSL: Support ECDH key exchange
2013-12-07 Peter EisentrautSSL: Add configuration option to prefer server cipher...
2013-12-05 Tom LaneClear retry flags properly in replacement OpenSSL sock_...
2013-11-24 Tom LaneFix new and latent bugs with errno handling in secure_r...
2013-10-28 Noah MischAdd large object functions catering to SQL callers.
2013-10-24 Heikki LinnakangasFix memory leak when an empty ident file is reloaded.
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-17 Alvaro HerreraSilence compiler warning when SSL not in use
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-11 Alvaro HerreraRework SSL renegotiation code
2013-08-16 Heikki LinnakangasFix typo in comment.
2013-06-12 Noah MischAvoid reading below the start of a stack variable in...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-19 Peter EisentrautStandardize spelling of "nonblocking"
2013-04-16 Peter EisentrautFix function return type confusion
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-10 Magnus HaganderReport pg_hba line number and contents when users fail...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-04 Tom LaneAttempt to un-break Windows builds with USE_LDAP.
2012-12-04 Peter EisentrautFix build of LDAP URL feature
2012-12-04 Peter EisentrautAdd support for LDAP URLs
2012-11-30 Tom LaneProduce a more useful error message for over-length...
2012-11-27 Heikki LinnakangasAdd OpenTransientFile, with automatic cleanup at end...
2012-10-09 Tom LaneRemove unnecessary overhead in backend's large-object...
2012-10-08 Tom LaneCode review for 64-bit-large-object patch.
2012-10-06 Tatsuo IshiiAdd API for 64-bit large object access. Now users...
2012-10-05 Tom Lanegetnameinfo_unix has to be taught not to insist on...
2012-10-03 Peter EisentrautImprove some LDAP authentication error messages
2012-09-28 Peter EisentrautProduce textual error messages for LDAP issues instead...
2012-09-21 Heikki LinnakangasParse pg_ident.conf when it's loaded, keeping it in...
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-07-16 Peter EisentrautRemove unreachable code
2012-07-04 Magnus HaganderRemove duplicate, unnecessary, variable declaration
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-05-13 Tom LaneFix bogus declaration of local variable.
2012-04-24 Robert HaasLots of doc corrections.
2012-03-21 Peter EisentrautClean up compiler warnings from unused variables with...
2012-02-26 Peter EisentrautRemove useless cast
2012-02-24 Peter EisentrautAdd some enumeration commas, for consistency
2012-02-23 Tom LaneRemove arbitrary limitation on length of common name...
2012-02-23 Peter EisentrautFix build without OpenSSL
2012-02-22 Peter EisentrautAdd parameters for controlling locations of server...
2012-02-01 Peter Eisentrautinitdb: Add options --auth-local and --auth-host
2012-01-27 Peter EisentrautRevert unfortunate whitespace change
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
next