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