summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2013-03-04Fix overflow check in tm2timestamp (this time for sure).Tom Lane
2013-02-04Stamp 9.0.12.REL9_0_12Tom Lane
2013-02-04Translation updatesPeter Eisentraut
2013-01-27Made ecpglib use translated messages.Michael Meskes
2013-01-21Fix one-byte buffer overrun in PQprintTuples().Tom Lane
2012-12-04Fix Makefile breakage caused by a committed merge conflict.Bruce Momjian
2012-12-04Include isinf.o in libecpg if isinf() is not available on the system.Michael Meskes
2012-12-03Stamp 9.0.11.REL9_0_11Tom Lane
2012-12-03Translation updatesPeter Eisentraut
2012-11-30Produce a more useful error message for over-length Unix socket paths.Tom Lane
2012-11-29When processing nested structure pointer variables ecpg always expected anMichael Meskes
2012-10-09Fix lo_import and lo_export to return useful error messages more often.Tom Lane
2012-10-05Fixed test for array boundary.Michael Meskes
2012-09-19Stamp 9.0.10.REL9_0_10Tom Lane
2012-08-14Stamp 9.0.9.REL9_0_9Tom Lane
2012-08-14Translation updatesPeter Eisentraut
2012-06-19Update copyright year in forgotten placesPeter Eisentraut
2012-05-31Stamp 9.0.8.REL9_0_8Tom Lane
2012-05-31Translation updatesPeter Eisentraut
2012-03-10ecpg: Fix off-by-one error in memory copyingPeter Eisentraut
2012-03-10ecpg: Fix rare memory leaksPeter Eisentraut
2012-02-23Stamp 9.0.7.REL9_0_7Tom Lane
2012-02-23Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane
2012-02-23Translation updatesPeter Eisentraut
2012-02-13Do not use the variable name when defining a varchar structure in ecpg.Michael Meskes
2012-02-06fe-misc.c depends on pg_config_paths.hAlvaro Herrera
2011-12-18In ecpg removed old leftover check for given connection name.Michael Meskes
2011-12-04Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqldaMichael Meskes
2011-12-03Treat ENOTDIR as ENOENT when looking for client certificate fileMagnus Hagander
2011-12-01Stamp 9.0.6.REL9_0_6Tom Lane
2011-12-01Translation updatesPeter Eisentraut
2011-11-17Applied Zoltan's patch to correctly align interval and timestamp data in ecpg...Michael Meskes
2011-11-13Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.Michael Meskes
2011-09-22Stamp 9.0.5.REL9_0_5Tom Lane
2011-09-22Translation updatesPeter Eisentraut
2011-09-08Add missing format argument to ecpg_log() callPeter Eisentraut
2011-09-02Fix brace indentation of commit f8c74422010e63506fa69635ea61920bc042b70e to f...Michael Meskes
2011-09-01In ecpglib restore LC_NUMERIC in case of an error.Michael Meskes
2011-08-27Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.Tom Lane
2011-08-27Ensure we discard unread/unsent data when abandoning a connection attempt.Tom Lane
2011-07-25Fix previous patch so it also works if not USE_SSL (mea culpa).Tom Lane
2011-07-24Improve libpq's error reporting for SSL failures.Tom Lane
2011-07-24Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane
2011-07-21Fix PQsetvalue() to avoid possible crash when adding a new tuple.Tom Lane
2011-07-18Adapted expected result for latest change to ecpglib.Michael Meskes
2011-07-18Made ecpglib write double with a precision of 15 digits.Michael Meskes
2011-06-14Fix assorted issues with build and install paths containing spaces.Tom Lane
2011-05-30Fix portability bugs in use of credentials control messages for peer auth.Tom Lane
2011-05-12Fix write-past-buffer-end in ldapServiceLookup().Tom Lane
2011-04-19Silence compiler warning about unused variable on Windows.Heikki Linnakangas