]> granicus.if.org Git - postgresql/history - src/interfaces/libpq
Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.
[postgresql] / src / interfaces / libpq /
2015-11-07 Tom LaneRename PQsslAttributes() to PQsslAttributeNames(),...
2015-09-28 Tom LaneFix poor errno handling in libpq's version of our custo...
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-07-07 Heikki LinnakangasImprove handling of out-of-memory in libpq.
2015-06-30 Tom LaneStamp shared-library minor version numbers for 9.6.
2015-06-30 Tom LaneStamp HEAD as 9.6devel.
2015-06-29 Peter EisentrautTranslation updates
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-19 Tom LaneRevert error-throwing wrappers for the printf family...
2015-05-19 Peter EisentrautMessage string improvements
2015-05-18 Noah MischAdd error-throwing wrappers for the printf family of...
2015-05-18 Peter EisentrautAdd new files to nls.mk
2015-04-10 Peter Eisentrautlibpq: Don't overwrite existing OpenSSL thread callbacks
2015-04-08 Bruce Momjianlibpq: add newlines to SSPI error messages
2015-04-08 Bruce Momjianlibpq: issue clear error message for nested service...
2015-04-02 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-04-02 Robert HaasRevert "psql: fix \connect with URIs and conninfo strings"
2015-04-01 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Alvaro HerreraFix libpq test expected output file
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-03-08 Tom LaneCast to (void *) rather than (int *) when passing int64...
2015-03-08 Tom LaneFix documentation for libpq's PQfn().
2015-02-23 Heikki LinnakangasFix potential deadlock with libpq non-blocking mode.
2015-02-21 Tom LaneMinor code beautification in conninfo_uri_parse_params().
2015-02-21 Tom LaneFix misparsing of empty value in conninfo_uri_parse_par...
2015-02-21 Tom LaneSome more FLEXIBLE_ARRAY_MEMBER fixes.
2015-02-16 Heikki LinnakangasFix comment in libpq OpenSSL code about why a substitue...
2015-02-04 Heikki LinnakangasAdd dummy PQsslAttributes function for non-SSL builds.
2015-02-03 Heikki LinnakangasAdd API functions to libpq to interrogate SSL related...
2015-02-02 Peter EisentrautTranslation updates
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-19 Peter EisentrautInstall shared libraries also in bin on cygwin, mingw
2015-01-11 Tom LaneFix libpq's behavior when /etc/passwd isn't readable.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-15 Peter EisentrautTranslation updates
2014-12-01 Heikki LinnakangasPut SSL_pending() call behind the new internal SSL...
2014-11-30 Tom LaneFix minor bugs in commit 30bf4689a96cd283af33edcdd6b721...
2014-11-29 Noah MischRevert "Add libpq function PQhostaddr()."
2014-11-25 Heikki LinnakangasAllow "dbname" from connection string to be overridden...
2014-11-25 Heikki LinnakangasCheck return value of strdup() in libpq connection...
2014-10-29 Heikki LinnakangasReset error message at PQreset()
2014-10-22 Tom LaneEnsure libpq reports a suitable error message on unexpe...
2014-10-22 Noah MischMinGW: Link with shell32.dll instead of shfolder.dll.
2014-10-06 Peter EisentrautTranslation updates
2014-09-15 Heikki LinnakangasFollow the RFCs more closely in libpq server certificat...
2014-09-12 Heikki LinnakangasSupport Subject Alternative Names in SSL server certifi...
2014-08-19 Noah MischInstall libpq DLL with $(INSTALL_SHLIB).
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-08-07 Heikki LinnakangasImprove comment.
2014-07-21 Peter EisentrautTranslation updates
2014-07-15 Magnus HaganderRemove dependency on wsock32.lib in favor of ws2_32
2014-06-11 Tom LaneStamp shared-library minor version numbers for 9.5.
2014-06-11 Tom LaneStamp HEAD as 9.5devel.
2014-05-08 Heikki LinnakangasInclude files copied from libpqport in .gitignore
2014-05-08 Tom LaneAvoid buffer bloat in libpq when server is consistently...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-04-19 Bruce Momjianlibpq: have PQconnectdbParams() and PQpingParams accep...
2014-04-17 Tom LaneFix unused-variable warning on Windows.
2014-04-16 Bruce Momjianlibpq: use pgsocket for socket values, for portability
2014-04-16 Magnus HaganderFix timeout in LDAP lookup of libpq connection parameters
2014-04-16 Bruce Momjiancheck socket creation errors against PGINVALID_SOCKET
2014-03-20 Bruce Momjianlibpq: pass a memory allocation failure error up to...
2014-03-17 Tom LaneFix advertised dispsize for libpq's sslmode connection...
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-03 Peter EisentrautFix whitespace
2014-03-02 Stephen FrostVarious Coverity-spotted fixes
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-02-12 Tom LaneImprove libpq's error recovery for connection loss...
2014-02-02 Andrew DunstanFix makefile syntax.
2014-02-01 Andrew DunstanCopy the libpq DLL to the bin directory on Mingw and...
2014-01-31 Tom LaneDisallow use of SSL v3 protocol in the server as well...
2014-01-25 Noah Mischlibpq: Support TLS versions beyond TLSv1.
2014-01-23 Fujii MasaoAdd libpq function PQhostaddr().
2014-01-23 Fujii MasaoFix bugs in PQhost().
2014-01-19 Magnus HaganderRemove support for native krb5 authentication
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-03 Bruce MomjianC comment: again update comment for pg_fe_sendauth...
2013-12-03 Bruce MomjianUpdate C comment for pg_fe_getauthname
2013-12-03 Bruce Momjianlibpq: change PQconndefaults() to ignore invalid servi...
2013-12-02 Peter EisentrautTranslation updates
2013-11-18 Heikki LinnakangasReplace appendPQExpBuffer(..., <constant>) with appendP...
2013-10-25 Tom LaneImprove pqexpbuffer.c to use modern vsnprintf implement...
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-07 Peter EisentrautTranslation updates
2013-09-23 Stephen FrostFix SSL deadlock risk in libpq
2013-09-02 Peter EisentrautTranslation updates
2013-08-19 Peter EisentrautTranslation updates
2013-08-18 Peter Eisentrautlibpq: Report strerror on pthread_mutex_lock() failure
2013-08-01 Stephen FrostImprove handling of pthread_mutex_lock error case
2013-08-01 Stephen FrostAdd locking around SSL_context usage in libpq
2013-07-23 Alvaro HerreraCheck for NULL result from strdup
2013-07-16 Peter EisentrautFix PQconninfoParse error message handling
2013-06-27 Tom LaneExpect EWOULDBLOCK from a non-blocking connect() call...
2013-06-14 Tom LaneStamp shared-library minor version numbers for 9.4.
2013-06-14 Tom LaneStamp HEAD as 9.4devel.
2013-06-03 Stephen FrostAdditional spelling corrections
next