]> granicus.if.org Git - postgresql/history - src/interfaces/libpq
Add infrastructure for compile-time assertions about variable types.
[postgresql] / src / interfaces / libpq /
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
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-12-22 Robert HaasDon't forget to de-escape the password field in .pgpass.
2011-12-10 Andrew DunstanEnable compiling with the mingw-w64 32 bit compiler.
2011-12-03 Magnus HaganderTreat ENOTDIR as ENOENT when looking for client certifi...
2011-11-28 Magnus HaganderAdd libpq connection option to disable SSL compression
2011-10-19 Tom LaneSuppress remaining -Waddress warnings from recent gcc...
2011-09-25 Tom LaneFully const-ify PQconnectdbParams, PQconnectStartParams...
2011-09-14 Heikki LinnakangasTeach the makefile used to build stand-alone libpq...
2011-09-07 Bruce MomjianAllow bcc32 and win32 batch files to compile libpq.
2011-09-01 Heikki LinnakangasRemove spurious comma. Spotted by Tom.
2011-09-01 Heikki Linnakangaslibpq compiles various pgport files like ecpg does...
2011-08-27 Tom LaneDon't assume that "E" response to NEGOTIATE_SSL_CODE...
2011-08-27 Tom LaneEnsure we discard unread/unsent data when abandoning...
2011-08-17 Peter EisentrautTranslation updates
2011-08-05 Robert HaasTweak PQresStatus() to avoid a clang compiler warning.
2011-07-26 Peter EisentrautReplace printf format %i by %d
2011-07-25 Tom LaneFix previous patch so it also works if not USE_SSL...
2011-07-24 Tom LaneImprove libpq's error reporting for SSL failures.
2011-07-24 Tom LaneUse OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
2011-07-21 Tom LaneFix PQsetvalue() to avoid possible crash when adding...
2011-06-26 Peter EisentrautAdd the possibility to pass --flag arguments to xgettex...
2011-06-26 Peter EisentrautReplace := by = in nls.mk files
2011-06-18 Magnus HaganderRemove redundant lib*dll.def rules from .gitignore
2011-06-11 Tom LaneStamp HEAD as 9.2devel.
2011-06-09 Peter EisentrautTranslation updates for 9.1beta2
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-03 Tom LaneNeed to list getpeereid.c in .gitignore, too ...
2011-06-02 Tom Lanelibpq needs its own copy of src/port/getpeereid.
2011-06-02 Tom LaneImplement getpeereid() as a src/port compatibility...
2011-05-31 Tom LaneReplace use of credential control messages with getsock...
2011-05-30 Tom LaneFix portability bugs in use of credentials control...
2011-05-19 Peter EisentrautFix untranslatable assembly of libpq connection failure...
2011-05-12 Tom LaneFix write-past-buffer-end in ldapServiceLookup().
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-04-19 Peter EisentrautAdd gitignore entries for Windows MSVC builds
2011-04-19 Heikki LinnakangasSilence compiler warning about unused variable on Windows.
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-02 Tom LaneFix typo in PQconnectStartParams().
2011-03-30 Heikki LinnakangasAdjust error message, now that we expect other message...
2011-03-07 Tom LaneAdd missing "static" marker to internal_ping().
2011-03-04 Tom LaneIn initialize_SSL, don't fail unnecessarily when home...
2011-02-19 Peter EisentrautSet psql client encoding from locale by default
2011-01-29 Magnus HaganderUse GSSAPI library for SSPI auth, when native SSPI...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-28 Tom LaneFix ill-advised placement of PGRES_COPY_BOTH enum value.
2010-12-22 Magnus HaganderAdd PQlibVersion() function to libpq
2010-12-18 Bruce MomjianProperly print the IP number and "localhost" for failed...
2010-12-16 Bruce MomjianFix crash caused by NULL lookup when reporting IP addre...
2010-12-11 Robert HaasAllow bidirectional copy messages in streaming replicat...
2010-11-27 Bruce MomjianIn libpq/Makefile, use OBJS += as a way to break up...
2010-11-27 Tom LaneOn further testing, PQping also needs an explicit check...
2010-11-27 Tom LaneRewrite PQping to be more like what we agreed to last...
2010-11-27 Tom LaneClean up IPv4 vs IPv6 bogosity in connectFailureMessage().
2010-11-26 Bruce MomjianUse conn->raddr consistently for non-connect libpq...
2010-11-26 Bruce MomjianUpdate comment that says we only report last libpq...
2010-11-26 Bruce MomjianUse only addr_cur when reporting connection failures...
2010-11-26 Bruce MomjianAbandon use of Makefile variables in libpq/Makefile...
2010-11-26 Bruce MomjianIn libpq/Makefile, merge PERM_PGPORT and OPT_PGPORT...
2010-11-25 Bruce MomjianFor libpq/Makefile OPT_PGPORT, remove .o extension...
2010-11-25 Bruce MomjianAdd PQping and PQpingParams to libpq to allow detection...
2010-11-25 Bruce MomjianRestructure how libpq includes external C files, for...
2010-11-25 Robert HaasAdd inet_net_ntop.c to .gitignore.
2010-11-25 Bruce MomjianProperly add new inet_net_ntop file to libpq Makefile.
2010-11-24 Bruce MomjianWhen reporting the server as not responding, if the...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-23 Tom LaneMore fixes for libpq's .gitignore file.
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-13 Tom LaneMinor #include cleanup.
2010-07-19 Peter EisentrautPortability fixes for Solaris for requirepeer feature...
next