summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* 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
* Editorial reviewPeter Eisentraut2002-01-071-2/+2
* Bugfix for bug reported by Marcus Better (marcus@dactylis.com). When preformingBarry Lind2002-01-053-14/+14
* Make sure that all <ctype.h> routines are called with unsigned charTom Lane2001-12-302-4/+4
* - Removed space_or_nl and line_end from pgc.l.Michael Meskes2001-12-2322-268/+393
* Czech translation updates from Karel ZakPeter Eisentraut2001-12-212-2/+420
* Remove duplicate lines from fouled up last commit (my DSL line failedThomas G. Lockhart2001-12-211-13/+1
* More comment for libpgeasy.Bruce Momjian2001-12-141-5/+4
* Fix double-memory free in libpgeasy; problem introduced yesterday.Bruce Momjian2001-12-141-0/+3
* Clean up comment in libpgeasy.Bruce Momjian2001-12-141-48/+48
* Add SwedishPeter Eisentraut2001-12-132-2/+415
* updatePeter Eisentraut2001-12-131-20/+20
* revert last changePeter Eisentraut2001-12-131-19/+7
* Free libpgeasy result structure on database close; fixed memory leak.Bruce Momjian2001-12-131-0/+5
* Applied patch from Thomas O'Dowd that fixes timestamp parsing. The jdbc codeBarry Lind2001-12-112-151/+133
* Patch from Ned Wolpert that fixes a bug that caused the cache of types notBarry Lind2001-12-111-2/+2