summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Stamp 8.3.22.REL8_3_22Tom Lane2012-12-031-4/+4
* Translation updatesPeter Eisentraut2012-12-032-127/+138
* Produce a more useful error message for over-length Unix socket paths.Tom Lane2012-11-291-1/+10
* When processing nested structure pointer variables ecpg always expected anMichael Meskes2012-11-291-1/+5
* Fix lo_import and lo_export to return useful error messages more often.Tom Lane2012-10-081-9/+24
* Stamp 8.3.21.REL8_3_21Tom Lane2012-09-191-4/+4
* Stamp 8.3.20.REL8_3_20Tom Lane2012-08-141-4/+4
* Translation updatesPeter Eisentraut2012-08-142-387/+352
* Update copyright year in forgotten placesPeter Eisentraut2012-06-191-1/+1
* Stamp 8.3.19.REL8_3_19Tom Lane2012-05-311-4/+4
* Translation updatesPeter Eisentraut2012-05-315-10/+0
* Stamp 8.3.18.REL8_3_18Tom Lane2012-02-231-4/+4
* Translation updatesPeter Eisentraut2012-02-231-1/+1
* Stamp 8.3.17.REL8_3_17Tom Lane2011-12-011-4/+4
* Stamp 8.3.16.REL8_3_16Tom Lane2011-09-221-4/+4
* Translation updatesPeter Eisentraut2011-09-224-442/+469
* Add missing format argument to ecpg_log() callPeter Eisentraut2011-09-081-1/+1
* Supply missing brace omitted by commit 12613cb6b83cac1aa1e7882e84902c445fce3e74.Andrew Dunstan2011-09-011-0/+1
* In ecpglib restore LC_NUMERIC in case of an error.Michael Meskes2011-09-011-0/+4
* Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server.Tom Lane2011-08-271-25/+17
* Ensure we discard unread/unsent data when abandoning a connection attempt.Tom Lane2011-08-271-0/+15
* Fix previous patch so it also works if not USE_SSL (mea culpa).Tom Lane2011-07-242-97/+173
* Improve libpq's error reporting for SSL failures.Tom Lane2011-07-242-18/+67
* Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane2011-07-241-0/+6
* Adapted expected result for latest change to ecpglib.Michael Meskes2011-07-181-2/+2
* Made ecpglib write double with a precision of 15 digits.Michael Meskes2011-07-181-4/+4
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-141-1/+1
* Fix portability bugs in use of credentials control messages for peer auth.Tom Lane2011-05-301-10/+12
* Fix write-past-buffer-end in ldapServiceLookup().Tom Lane2011-05-121-7/+13
* Tag 8.3.15.REL8_3_15Marc G. Fournier2011-04-151-4/+4
* Tag 8.3.14REL8_3_14Marc G. Fournier2011-01-271-4/+4
* Tag 8.3.13.Marc G. Fournier2010-12-131-4/+4
* Translation updates for release 8.3.13Peter Eisentraut2010-12-131-294/+459
* Fix ecpg test building process to not generate *.dSYM junk on Macs.Tom Lane2010-10-201-1/+2
* Tag 8.3.12REL8_3_12Marc G. Fournier2010-10-011-4/+4
* Translation updates for 8.3.12Peter Eisentraut2010-09-302-149/+160
* Still more .gitignore cleanup.Tom Lane2010-09-249-25/+112
* More fixes for libpq's .gitignore file.Tom Lane2010-09-221-7/+15
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-221-0/+4
* Add gitignore files for ecpg regression tests.Magnus Hagander2010-09-227-0/+27
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-2211-16/+37
* Data returned by RETURNING clause wasn't correctly processed by ecpg. Patch b...Michael Meskes2010-06-041-2/+2
* tag 8.3.11REL8_3_11Marc G. Fournier2010-05-141-4/+4
* Translation updatePeter Eisentraut2010-05-132-147/+154
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-081-4/+25
* tag 8.3.10REL8_3_10Marc G. Fournier2010-03-121-4/+4
* Backport fix from HEAD that makes ecpglib give the right SQLSTATE if the conn...Michael Meskes2010-03-081-1/+12
* Require hostname to be set when using GSSAPI authentication. Without it,Magnus Hagander2010-03-081-1/+7
* Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane2010-03-031-2/+2
* Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom Lane2009-12-301-1/+3