]> granicus.if.org Git - postgresql/history - src/interfaces/libpq
Install libpq DLL with $(INSTALL_SHLIB).
[postgresql] / src / interfaces / libpq /
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
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Peter EisentrautTranslation updates
2013-04-29 Robert HaasAttempt to fix error recovery in COPY BOTH mode.
2013-04-26 Robert Haaslibpq: Fix a few bits that didn't get the memo about...
2013-04-19 Peter EisentrautStandardize spelling of "nonblocking"
2013-03-17 Tom LaneRe-include pqsignal() in libpq.
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-23 Robert Haaspg_isready
2013-01-21 Tom LaneFix one-byte buffer overrun in PQprintTuples().
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-13 Heikki LinnakangasAllow a streaming replication standby to follow a timel...
2012-11-30 Magnus HaganderAdd libpq function PQconninfo()
2012-11-30 Tom LaneProduce a more useful error message for over-length...
2012-10-09 Tom LaneFix lo_import and lo_export to return useful error...
2012-10-09 Tom LaneFix lo_read, lo_write, lo_truncate to cope with "size_t...
2012-10-08 Tom LaneCode review for 64-bit-large-object patch.
2012-10-08 Tom LaneAutoconfiscate selection of 64-bit int type for 64...
2012-10-07 Tatsuo IshiiFix compiling errors on Windows platform. Fix wrong...
2012-10-06 Tatsuo IshiiAdd API for 64-bit large object access. Now users...
2012-09-18 Peter Eisentrautlibpq: Add missing directory to installdirs target
2012-09-07 Tom LaneCentralize libpq's low-level code for dropping a connec...
2012-08-24 Peter Eisentrautlibpq: Fix memory leak in URI parser
2012-08-13 Heikki LinnakangasAdd runtime checks for number of query parameters passe...
2012-08-02 Tom LaneReplace libpq's "row processor" API with a "single...
2012-07-10 Alvaro Herreraperltidy adjustments to new file
2012-07-06 Alvaro HerreraConvert libpq regress script to Perl
2012-07-06 Alvaro HerreraUpdate libpq test expected output
2012-07-02 Peter EisentrautAssorted message style improvements
2012-06-14 Tom LaneStamp library minor versions for 9.3.
2012-06-14 Tom LaneStamp HEAD as 9.3devel.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-08 Robert HaasWhen using libpq URI syntax, error out on invalid param...
2012-05-28 Peter Eisentrautlibpq: URI parsing fixes
2012-05-21 Peter Eisentrautlibpq: Add missing file to GETTEXT_FILES list
2012-05-15 Peter EisentrautRemove whitespace from end of lines
2012-04-24 Robert HaasLots of doc corrections.
2012-04-11 Alvaro HerreraAccept postgres:// URIs in libpq connection functions
2012-04-07 Bruce MomjianStamp libraries versions for 9.2 (better late than...
2012-04-04 Tom LaneAdd a "row processor" API to libpq for better handling...
2012-03-22 Tom LaneRefactor to eliminate duplicate copies of conninfo...
2012-03-16 Peter Eisentrautlibpq: Fix minor memory leaks
2012-03-07 Peter Eisentrautlibpq: Fix memory leak
2012-03-06 Peter Eisentrautlibpq: Small code clarification, and avoid casting...
2012-02-23 Tom LaneRemove arbitrary limitation on length of common name...
2012-02-06 Alvaro Herrerafe-misc.c depends on pg_config_paths.h
2012-02-01 Magnus HaganderProperly free the sslcompression field in PGconn
2012-01-30 Peter EisentrautUse abort() instead of exit() to abort library functions
next