summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2010-12-14Tag 8.3.13.Marc G. Fournier
2010-12-13Translation updates for release 8.3.13Peter Eisentraut
2010-10-20Fix ecpg test building process to not generate *.dSYM junk on Macs.Tom Lane
2010-10-01Tag 8.3.12REL8_3_12Marc G. Fournier
2010-09-30Translation updates for 8.3.12Peter Eisentraut
2010-09-24Still more .gitignore cleanup.Tom Lane
2010-09-23More fixes for libpq's .gitignore file.Tom Lane
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.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-06-04Data returned by RETURNING clause wasn't correctly processed by ecpg. Patch b...Michael Meskes
2010-05-14tag 8.3.11REL8_3_11Marc G. Fournier
2010-05-13Translation updatePeter Eisentraut
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-03-12tag 8.3.10REL8_3_10Marc 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
2009-12-30Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom Lane
2009-12-10tag 8.3.9REL8_3_9Marc G. Fournier
2009-12-09Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander
2009-09-08Remove outside-the-scanner references to "yyleng".Tom Lane
2009-09-04Tag 8.3.8REL8_3_8Marc G. Fournier
2009-09-03Translation updatesPeter Eisentraut
2009-03-13tag 8.3.7REL8_3_7Marc G. Fournier
2009-01-30tag for 8.3.6Marc G. Fournier
2009-01-28Go over all OpenSSL return values and make sure we compare themMagnus Hagander
2008-11-26Replaced strchrnul by strchr.Michael Meskes
2008-11-26When creating a varchar struct name braces must be discarded.Michael Meskes
2008-10-31commit for 8.3.5REL8_3_5Marc G. Fournier
2008-10-23Fix memory leak when using gsslib parameter in libpq connectionsMagnus Hagander
2008-10-10Optional arguments should be optional.Michael Meskes
2008-10-01Link libpq with libgssapi if configure finds it, asMagnus Hagander
2008-09-19tag for 8.3.4REL8_3_4Marc G. Fournier
2008-09-10Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal.Tom Lane
2008-08-20Fixed incorrect argument handling in SET command if argument is a variable.Michael Meskes
2008-08-20Make libpq on windows not try to send chunks larger than 64Kb.Magnus Hagander
2008-08-16Synchronize Borland libpq makefile to match MSVC. Backpatch to 8.3.X.Bruce Momjian
2008-07-17Add MSVC++ debug libraries to .cvsignore.Alvaro Herrera
2008-06-27Fix standalone libpq build on win32.Magnus Hagander
2008-06-08Stamp 8.3.3 (except for configure.in/configure)Tom Lane
2008-06-05Stamp 8.3.2 (except for configure.in/configure)Tom Lane
2008-06-05Translation updates.Tom Lane
2008-06-04Added symbol SQL to list of allowed variables.Michael Meskes
2008-06-03Remove unused variable (was already done in HEAD)Tom Lane
2008-05-12Check for non-existant connection in prepare statement handling.Michael Meskes
2008-05-05Add more dependencies from libpgport required byMagnus Hagander
2008-04-16Avoid using unnecessary pgwin32_safestat in libpq.Andrew Dunstan
2008-04-10Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to...Michael Meskes
2008-03-25added ECPGget_PGconn to exports.txtMichael Meskes