summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2001-05-16Add missing paren.Bruce Momjian
2001-05-16Fix for HASH for index lookups in ODBC.Bruce Momjian
2001-05-16This patch fixes a bug which occurs when setObject(1,obj) is called and objBruce Momjian
2001-05-16Add NUMERIC tests to jdbc code.Bruce Momjian
2001-05-16I was trying to get a very nice FREE graphical db tool called DbVisualizerBruce Momjian
2001-05-16Change the line:Bruce Momjian
2001-05-16Backpatch jdbc2 fixes to jdbc1, ANT fixes, from Peter EisentrautBruce Momjian
2001-05-16Backpatch getImportedKeys to jdbc1.Bruce Momjian
2001-05-16Backpatch ORDER BY fix to jdbc1.Bruce Momjian
2001-05-16Here's an easy patch for todays snapshot to sort the result of theBruce Momjian
2001-05-16jdbc2 implementation of getImportedKeys.Bruce Momjian
2001-05-16The current implementation of BlobInputStream doesBruce Momjian
2001-05-15Fix small thinko.D'Arcy J.M. Cain
2001-05-14Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used.Bruce Momjian
2001-05-12Add provisions for using strdup replacement in the places that stillPeter Eisentraut
2001-05-12PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut
2001-05-11Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian
2001-05-09that's just me again, here's normal patch for KOI8_U toBruce Momjian
2001-05-09Fix libpq++'s FieldSize to return int, not short.Bruce Momjian
2001-05-09Add mention of getLength returning short.Bruce Momjian
2001-05-09Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'mBruce Momjian
2001-05-09Mention new jdbc mailing list instead of interfaces list.Bruce Momjian
2001-05-08Run pgindent on ODBC code only, to reformat new comments.Bruce Momjian
2001-05-08ODBC source code cleanup patch. Should match rest of PostgreSQL code better.Bruce Momjian
2001-05-08Fix paren typo in java.Bruce Momjian
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-05-03BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian
2001-05-03Updates for 7.1.1. Not done yet.Bruce Momjian
2001-05-03Fixes to make ecpg work on Cygwin, from Jason Tishler <Jason.Tishler@dothill....Tom Lane
2001-05-02Previous commit mistakenly converted all newlines to DOS style (CR/LF).Tom Lane
2001-05-02Add note explaining why inserts take longer as tables grow. Also suggestD'Arcy J.M. Cain
2001-05-02Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code worksD'Arcy J.M. Cain
2001-05-01Synced gram.y and preproc.y.Tom Lane
2001-05-011) fix bugs reported by Andrea Aime.Hiroshi Inoue
2001-04-231) Decrease the size of needlessly large buffers. For example, itHiroshi Inoue
2001-04-23A patch to fix the following bugs.Hiroshi Inoue
2001-04-17The renewal of README thanks to Dave Page.Hiroshi Inoue
2001-04-12I just noticed the beta comment. That's not actually true any moreD'Arcy J.M. Cain
2001-04-06Sorry my previous change was a mistake.Hiroshi Inoue
2001-04-061) Fit the precision of floating point to that of server sideHiroshi Inoue
2001-04-05Hopefully fixed the long long problem.Michael Meskes
2001-04-02Synced pgc.l with scan.l.Michael Meskes
2001-03-31On Cygwin, do initial connect() call in blocking mode, per report fromTom Lane
2001-03-31pqWait() should check for exception status as well as read or writeTom Lane
2001-03-30Marc-Andre is changing where DateTime goes. This change allows the moduleD'Arcy J.M. Cain
2001-03-30Correct indenting in _quote() function.D'Arcy J.M. Cain
2001-03-29Applied bug fix by Adriaan Joubert <a.joubert@albourne.com>Michael Meskes
2001-03-27Add changes from Mikhail Terekhov <terekhov@emc.com>.D'Arcy J.M. Cain
2001-03-27ODBC source code cleanup. Mostly alignment of #define constants.Bruce Momjian
2001-03-26Add multibyte supportHiroshi Inoue