summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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-12patch to fix returning he information schema as a system object by Kris JurkaDave 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-11build number set to 300 to avoid conflict with 7.4 buildsDave Cramer
2003-12-11patch to deal with unique foreign keys in 7.4 from Kris JurkaDave Cramer
2003-12-11tch to make sure PSQLState is Serializable and a test case to prove itDave Cramer
2003-12-11patch to make sure PSQLState is Serializable and a test case to prove itDave Cramer
2003-12-10incremented build to 211Dave Cramer
2003-12-03Added patch by Dave Cramer for array handling in ecpglib.Michael Meskes
2003-11-30Make PQescapeBytea and byteaout consistent with each other, andJoe Conway
2003-11-30Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.Bruce Momjian
2003-11-30Reorder win32/bcc makefile mentions of thread.c for sanity.Bruce Momjian
2003-11-30Add thread.c to Borland CC build.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
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-14Translation updatesPeter Eisentraut
2003-11-10Re-added forgotten cache.Michael Meskes
2003-11-08Restore compatibility with Tcl 8.0.* --- from ljb.Tom Lane
2003-11-08Made sure an internal array is not treated as a user defined one.Michael Meskes
2003-11-05Added missing methodsDave Cramer
2003-11-03patch for rs.previous and test case as well as patch for allowing server and ...Dave Cramer
2003-11-03accept url and fk action fix from Kris JurkaDave Cramer
2003-11-03Fixed potentially uninitialized memory bug in compatlib.Michael Meskes
2003-11-02Complete options help and put it in less random order.Peter Eisentraut
2003-10-31Minor cleanup of PQunescapeBytea(). Avoid unportable assumptions aboutTom Lane
2003-10-31If EOF is found inside a string/comment/etc. stop parsing.Michael Meskes
2003-10-31Use Tcl ByteArray objects to avoid unwanted character set translationTom Lane
2003-10-30use the result set to set the fetchsizeDave Cramer
2003-10-30Applied patch by Dave Cramer to fix several bugs in compatlib.Michael Meskes
2003-10-29Patches from Oliver Jowett to fix CursorFetchTest, 7.4 now does not automatic...Dave Cramer
2003-10-28Include -lkrb5 when needed for shlibs depending on libpq. Per reportTom Lane
2003-10-26Fixed bug with indicators when storage for the string is dynamically allocated.Michael Meskes
2003-10-25Translation updatesPeter Eisentraut
2003-10-25Remove socket credentials defines not referenced.Bruce Momjian
2003-10-22Add missing semicolon, per Johann Uhrmann.Tom Lane
2003-10-21Cope with platforms that offer LONGLONG_MIN in place of the C99-specTom Lane
2003-10-20Install dummy sqlda.h file since this is needed for compatibility.Michael Meskes
2003-10-19Adjust libpq to avoid deadlock when both client and server want to sendTom Lane
2003-10-19Check for both Informix modes when parsing include files.Michael Meskes
2003-10-18Must free the pgParameterStatus chain in freePGconn(). My fault,Tom Lane
2003-10-15Translation updatePeter Eisentraut
2003-10-15New translationPeter Eisentraut