summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2011-09-22Stamp 8.4.9.REL8_4_9Tom Lane
2011-09-22Translation updatesPeter Eisentraut
2011-09-08Add missing format argument to ecpg_log() callPeter Eisentraut
2011-09-02Fix brace indentation of commit a6d72ac344a8643142d76abe2c9d0b1ea68847fb 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-24Fix 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-15Tag 8.4.8.REL8_4_8Marc G. Fournier
2011-02-15Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.Tom Lane
2011-01-27Tag 8.4.7REL8_4_7Marc G. Fournier
2010-12-24Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...Andrew Dunstan
2010-12-13Tag 8.4.6.REL8_4_6Marc G. Fournier
2010-12-13Translation updates for release 8.4.6Peter Eisentraut
2010-10-20Fix ecpg test building process to not generate *.dSYM junk on Macs.Tom Lane
2010-10-14Applied patch by Itagaki Takahiro to fix incorrect status calculation inMichael Meskes
2010-10-01Tag 8.4.5REL8_4_5Marc G. Fournier
2010-09-30Translation updates for 8.4.5Peter Eisentraut
2010-09-24Still more .gitignore cleanup.Tom Lane
2010-09-22More fixes for libpq's .gitignore file.Tom Lane
2010-09-22Add gitignore files for ecpg regression tests.Magnus Hagander
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-08-17Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.Michael Meskes
2010-07-14Allow full SSL certificate verification (wherein libpq checks its host nameTom Lane
2010-06-04Data returned by RETURNING clause wasn't correctly processed by ecpg. Patch b...Michael Meskes
2010-05-14tag 8.4.4REL8_4_4Marc G. Fournier
2010-05-13Translation updatePeter Eisentraut
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-05-07ECPG connect routine only checked for NULL to find empty parameters, but user...Michael Meskes
2010-03-12tag 8.4.3REL8_4_3Marc G. Fournier
2010-03-08Backport fix from HEAD that makes ecpglib give the right SQLSTATE if the conn...Michael Meskes
2010-03-08Require hostname to be set when using GSSAPI authentication. Without it,Magnus Hagander
2010-03-03Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane
2010-01-08Backported fix for protecting ecpg against applications freeing strings to 8.4.Michael Meskes
2009-12-30Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom Lane
2009-12-10tag for 8.4.2REL8_4_2Marc G. Fournier
2009-12-09Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander
2009-11-27Remove */ characters from declare cursor statements before putting them into aMichael Meskes
2009-11-21Refactor ecpg grammar so that it uses the core grammar's unreserved_keywordTom Lane
2009-09-08Remove outside-the-scanner references to "yyleng".Tom Lane
2009-09-04Tag 8.4.1REL8_4_1Marc G. Fournier
2009-09-03Translation updatesPeter Eisentraut