summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Here's a patch against 7.1.3 that fixes a problem with sending largerBruce Momjian2002-03-054-57/+128
* Doug Fields patch to prevent exception being thrown on zero length arraysDave Cramer2002-03-051-1/+7
* patch from Zhenbang WeiDave Cramer2002-03-051-73/+74
* Patch from Ryouichi MatsudaDave Cramer2002-03-052-33/+51
* patch from Mitchel Friedman to fix getTablesDave Cramer2002-03-052-6/+20
* patch from Vicktor to fix Numeric decimal digits in getColumnsDave Cramer2002-03-052-15/+21
* Back out python patch:Bruce Momjian2002-03-052-174/+26
* This patch to the python bindings adds C versions of the often-usedBruce Momjian2002-03-052-26/+174
* Add PQunescapeBytea libpq function.Bruce Momjian2002-03-042-2/+94
* Improve libpgeasy API for multiple result sets, add example.Bruce Momjian2002-03-042-85/+123
* Fix bogus error check in pg_execute, per report from lbayuk@mindspring.com.Tom Lane2002-03-041-2/+2
* Don't bother to request SSL connection over a Unix socket, since theTom Lane2002-03-021-4/+8
* Add files for Unicode support.Hiroshi Inoue2002-03-016-0/+1392
* Improve the handling of ODBC escape(a request from Marcelo Aceto).Hiroshi Inoue2002-02-273-23/+46
* Implementation for cancelQuery by Grant Finnemore <grantf@guruhut.co.za>Dave Cramer2002-02-263-4/+54
* compiles correctly but still doesn't work with jdk 1.4Dave Cramer2002-02-241-6/+7
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-231-2/+11
* Add -Wno-error to CFLAGS, so the rest of the tree can compile withPeter Eisentraut2002-02-231-1/+5
* fixed compile errorDave Cramer2002-02-221-6/+6
* This patch fixes the exception thrown to inform the user the methodDave Cramer2002-02-221-2/+60
* Patch from Cormac TwomeyDave Cramer2002-02-221-5/+11
* Patch from Cormac TwomeyDave Cramer2002-02-221-3/+4
* now compiles clean with jdk 1.4Dave Cramer2002-02-221-207/+234
* Remove compile warnings in multibute mode.Hiroshi Inoue2002-02-182-3/+3
* The version is now 7.01.0010.Hiroshi Inoue2002-02-1821-600/+1263
* Separate info30.c from info.c.Hiroshi Inoue2002-02-181-0/+351
* Add files for ODBC3.0 support.Hiroshi Inoue2002-02-183-0/+618
* Remove ODBC todo, add to main TODO.Bruce Momjian2002-02-181-16/+0
* Remove warning about automatic inclusion of sqlca.Peter Eisentraut2002-02-151-6/+1
* Update Win32-world version number of libpq++.Peter Eisentraut2002-01-301-4/+4
* Added patch to temporarily disable locale for descriptors too (Christof)Michael Meskes2002-01-233-3/+16
* libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane2002-01-221-2/+1
* Fixes to getImportedKeys/getExportedKeys from Jason DaviesDave Cramer2002-01-182-108/+112
* Accept subsequent commits. This should have been just a warning anyway. IMichael Meskes2002-01-182-5/+14
* Applied patch submitted by Ryouichi Matsuda (r-matuda@sra.co.jp) that fixed a...Barry Lind2002-01-152-2/+23
* Applied patch from Ryouichi Matsuda <r-matuda@sra.co.jp> where the jdbcBarry Lind2002-01-152-6/+6
* Ensure that ecpg/test is cleaned by higher-level 'make clean'.Tom Lane2002-01-141-0/+1
* Small AIX fixes from Rick Flower.Bruce Momjian2002-01-142-2/+3
* - Fixed variable handling for struct members.Michael Meskes2002-01-136-19/+24
* Added Christof's fixes.Michael Meskes2002-01-112-5/+32
* *** empty log message ***Hiroshi Inoue2002-01-1155-26833/+0
* Add a directory to save the changes until 7.3-tree is branched.Hiroshi Inoue2002-01-1155-0/+26833
* Include sqlca.h automatically.Michael Meskes2002-01-103-6/+15
* The result of getopt() should be compared to -1, not EOF, perTom Lane2002-01-101-4/+3
* Fix include paths for case of VPATH build.Tom Lane2002-01-091-2/+2
* Fix copy-and-paste mistake exposed by gcc warning.Tom Lane2002-01-081-4/+4
* Revert last change (CFLAGS+=-g). Probably was a mistake...Peter Eisentraut2002-01-082-6/+2
* Remove shift/reduce conflicts introduced by last change.Tom Lane2002-01-081-17/+9
* Fixed array pointers, no longer using void * in arithmetics.Michael Meskes2002-01-085-13/+17
* Fixed parser to accept initializing expressions starting with "(".Michael Meskes2002-01-074-6/+18