aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* patch from Vicktor to fix Numeric decimal digits in getColumnsDave Cramer2002-03-05
* Back out python patch:Bruce Momjian2002-03-05
* This patch to the python bindings adds C versions of the often-usedBruce Momjian2002-03-05
* Add PQunescapeBytea libpq function.Bruce Momjian2002-03-04
* Improve libpgeasy API for multiple result sets, add example.Bruce Momjian2002-03-04
* Fix bogus error check in pg_execute, per report from lbayuk@mindspring.com.Tom Lane2002-03-04
* Don't bother to request SSL connection over a Unix socket, since theTom Lane2002-03-02
* Add files for Unicode support.Hiroshi Inoue2002-03-01
* Improve the handling of ODBC escape(a request from Marcelo Aceto).Hiroshi Inoue2002-02-27
* Implementation for cancelQuery by Grant Finnemore <grantf@guruhut.co.za>Dave Cramer2002-02-26
* compiles correctly but still doesn't work with jdk 1.4Dave Cramer2002-02-24
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-23
* Add -Wno-error to CFLAGS, so the rest of the tree can compile withPeter Eisentraut2002-02-23
* fixed compile errorDave Cramer2002-02-22
* This patch fixes the exception thrown to inform the user the methodDave Cramer2002-02-22
* Patch from Cormac TwomeyDave Cramer2002-02-22
* Patch from Cormac TwomeyDave Cramer2002-02-22
* now compiles clean with jdk 1.4Dave Cramer2002-02-22
* Remove compile warnings in multibute mode.Hiroshi Inoue2002-02-18
* The version is now 7.01.0010.Hiroshi Inoue2002-02-18
* Separate info30.c from info.c.Hiroshi Inoue2002-02-18
* Add files for ODBC3.0 support.Hiroshi Inoue2002-02-18
* Remove ODBC todo, add to main TODO.Bruce Momjian2002-02-18
* Remove warning about automatic inclusion of sqlca.Peter Eisentraut2002-02-15
* Update Win32-world version number of libpq++.Peter Eisentraut2002-01-30
* Added patch to temporarily disable locale for descriptors too (Christof)Michael Meskes2002-01-23
* libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane2002-01-22
* Fixes to getImportedKeys/getExportedKeys from Jason DaviesDave Cramer2002-01-18
* Accept subsequent commits. This should have been just a warning anyway. IMichael Meskes2002-01-18
* Applied patch submitted by Ryouichi Matsuda (r-matuda@sra.co.jp) that fixed a...Barry Lind2002-01-15
* Applied patch from Ryouichi Matsuda <r-matuda@sra.co.jp> where the jdbcBarry Lind2002-01-15
* Ensure that ecpg/test is cleaned by higher-level 'make clean'.Tom Lane2002-01-14
* Small AIX fixes from Rick Flower.Bruce Momjian2002-01-14
* - Fixed variable handling for struct members.Michael Meskes2002-01-13
* Added Christof's fixes.Michael Meskes2002-01-11
* *** empty log message ***Hiroshi Inoue2002-01-11
* Add a directory to save the changes until 7.3-tree is branched.Hiroshi Inoue2002-01-11
* Include sqlca.h automatically.Michael Meskes2002-01-10
* The result of getopt() should be compared to -1, not EOF, perTom Lane2002-01-10
* Fix include paths for case of VPATH build.Tom Lane2002-01-09
* Fix copy-and-paste mistake exposed by gcc warning.Tom Lane2002-01-08
* Revert last change (CFLAGS+=-g). Probably was a mistake...Peter Eisentraut2002-01-08
* Remove shift/reduce conflicts introduced by last change.Tom Lane2002-01-08
* Fixed array pointers, no longer using void * in arithmetics.Michael Meskes2002-01-08
* Fixed parser to accept initializing expressions starting with "(".Michael Meskes2002-01-07
* Editorial reviewPeter Eisentraut2002-01-07
* Bugfix for bug reported by Marcus Better (marcus@dactylis.com). When preformingBarry Lind2002-01-05
* Make sure that all <ctype.h> routines are called with unsigned charTom Lane2001-12-30
* - Removed space_or_nl and line_end from pgc.l.Michael Meskes2001-12-23
* Czech translation updates from Karel ZakPeter Eisentraut2001-12-21