aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Translation updatePeter Eisentraut2004-01-13
* Translation updatesPeter Eisentraut2004-01-07
* Translation updatesPeter Eisentraut2004-01-05
* Fixed bug in GRANT OPTION FOR parsing.Michael Meskes2004-01-04
* Fix portability bugs: char values passed to <ctype.h> functions mustTom Lane2004-01-04
* Added missing whitespaces to array argument parsing.Michael Meskes2003-12-29
* Fix sanity-check code that mistakenly assumed error and notice messagesTom Lane2003-12-28
* Avoid infinite loop if connection is lost during PQexecStart() orTom Lane2003-12-28
* Fixed segfault in parsing of EXEC SQL SELECT * FROM foo() AS TBL( c int, i int);Michael Meskes2003-12-24
* Dept. of third thoughts: in fact, libpq should support SCM_CREDS challengeTom Lane2003-12-20
* Fix broken IDENT support for FreeBSD (appears to have been broken byTom Lane2003-12-20
* Backpatch pg_service.conf file change to not default dbname to matchBruce Momjian2003-12-19
* Supress ecpg thread test if configure didn't enable threads. FixBruce Momjian2003-12-19
* Fix memory leak with SSL connections due to missing X509_free() calls.Tom Lane2003-12-18
* Forgot to change one compatlib.h.Peter Eisentraut2003-12-18
* Move Informix compatibility include files out of the way. compatlib.hPeter Eisentraut2003-12-18
* patch for new OID74TestDave Cramer2003-12-18
* backpatch for OID74Test to conform with jdbc testsDave Cramer2003-12-18
* backpatch for rs.previous from Kris Jurka, reported by Andrew FyfeDave Cramer2003-12-18
* patch for building for an alternate portDave Cramer2003-12-18
* back patch by Kris Jurka to get the correct protocol version from the serverDave Cramer2003-12-18
* back patching fix for compat 7.1 binary stream issues with the new protocolDave Cramer2003-12-17
* Applied all bug fixes from head also to 7.4. Just bugfixes, no new features.Michael Meskes2003-12-17
* Stamp 7.4.1.Bruce Momjian2003-12-13
* patch for returning database metadata as system objects from Kris JurkaDave Cramer2003-12-13
* add missing SQLState by Patrick HigginsDave Cramer2003-12-12
* cancel row updates sets values to null by Kris JurkaDave Cramer2003-12-12
* patch to indicate why test cases failed from Oliver JowettDave Cramer2003-12-12
* fix casting pooled connections to PGStatement problem patch by JariPDave Cramer2003-12-12
* patch to build under jdk1.1 from Richard ScrantonDave Cramer2003-12-12
* binary stream patch by Kris Jurka fixes empty stream failureDave Cramer2003-12-12
* metadata encoding patch from Kris JurkaDave Cramer2003-12-12
* patch for unique foreign keys and test case from Kris JurkaDave Cramer2003-12-11
* patch to make PSQLState serializable, and a test case for itDave Cramer2003-12-11
* incremented the build number to 210Dave Cramer2003-12-10
* backpatch for driver threadsafe problemsDave Cramer2003-12-05
* patch from Kris Jurka to allow the server end port to be specified when runningDave Cramer2003-12-05
* Make PQescapeBytea and byteaout consistent with each other, andJoe Conway2003-11-30
* Backpatch Borland thread.c fix to 7.4.X.Bruce Momjian2003-11-30
* Cast field-length variables used in printf to int, because sometimesPeter Eisentraut2003-11-26
* Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl.Peter Eisentraut2003-11-24
* Fixed typo in create schema parsing.Michael Meskes2003-11-19
* Translation updatesPeter Eisentraut2003-11-15
* Commit the remaining parts of the array changes.Michael Meskes2003-11-12
* Re-added forgotten cache.Michael Meskes2003-11-10
* Restore compatibility with Tcl 8.0.* --- from ljb.Tom Lane2003-11-08
* Fix parsing of create index callMichael Meskes2003-11-08
* Make sure bug fix makes it into 7.4 as well. Thanks Peter.Michael Meskes2003-11-04
* Complete options help and put it in less random order.Peter Eisentraut2003-11-02
* Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions aboutTom Lane2003-10-31