aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Prevent ANT from recreating the JAR files just because theBruce Momjian2001-05-19
* Fix pg_index statistics query to join proper relation.Bruce Momjian2001-05-17
* Included is a patch that fixes a bug introduced in the lastest versionBruce Momjian2001-05-17
* Cleanup of backpatch of jdbc2 improvements to jdbc1:Bruce Momjian2001-05-17
* Fix 'make clean' with jdbc and ant by using filesets.Bruce Momjian2001-05-17
* 1) Decrease the size of some buffers.Hiroshi Inoue2001-05-17
* Mark column as not used.Bruce Momjian2001-05-17
* Add missing paren.Bruce Momjian2001-05-16
* Fix for HASH for index lookups in ODBC.Bruce Momjian2001-05-16
* This patch fixes a bug which occurs when setObject(1,obj) is called and objBruce Momjian2001-05-16
* Add NUMERIC tests to jdbc code.Bruce Momjian2001-05-16
* I was trying to get a very nice FREE graphical db tool called DbVisualizerBruce Momjian2001-05-16
* Change the line:Bruce Momjian2001-05-16
* Backpatch jdbc2 fixes to jdbc1, ANT fixes, from Peter EisentrautBruce Momjian2001-05-16
* Backpatch getImportedKeys to jdbc1.Bruce Momjian2001-05-16
* Backpatch ORDER BY fix to jdbc1.Bruce Momjian2001-05-16
* Here's an easy patch for todays snapshot to sort the result of theBruce Momjian2001-05-16
* jdbc2 implementation of getImportedKeys.Bruce Momjian2001-05-16
* The current implementation of BlobInputStream doesBruce Momjian2001-05-16
* Fix small thinko.D'Arcy J.M. Cain2001-05-15
* Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used.Bruce Momjian2001-05-14
* Add provisions for using strdup replacement in the places that stillPeter Eisentraut2001-05-12
* PL/Python should build portably now, if you can get over the fact thatPeter Eisentraut2001-05-12
* Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian2001-05-11
* that's just me again, here's normal patch for KOI8_U toBruce Momjian2001-05-09
* Fix libpq++'s FieldSize to return int, not short.Bruce Momjian2001-05-09
* Add mention of getLength returning short.Bruce Momjian2001-05-09
* Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'mBruce Momjian2001-05-09
* Mention new jdbc mailing list instead of interfaces list.Bruce Momjian2001-05-09
* Run pgindent on ODBC code only, to reformat new comments.Bruce Momjian2001-05-08
* ODBC source code cleanup patch. Should match rest of PostgreSQL code better.Bruce Momjian2001-05-08
* Fix paren typo in java.Bruce Momjian2001-05-08
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* BTW it does not add encodign it just patches existing one (KOI8) toBruce Momjian2001-05-03
* Updates for 7.1.1. Not done yet.Bruce Momjian2001-05-03
* Fixes to make ecpg work on Cygwin, from Jason Tishler <Jason.Tishler@dothill....Tom Lane2001-05-03
* Previous commit mistakenly converted all newlines to DOS style (CR/LF).Tom Lane2001-05-02
* Add note explaining why inserts take longer as tables grow. Also suggestD'Arcy J.M. Cain2001-05-02
* Change "|zzlzzzz" argument specification to "|zzizzzz" so that the code worksD'Arcy J.M. Cain2001-05-02
* Synced gram.y and preproc.y.Tom Lane2001-05-01
* 1) fix bugs reported by Andrea Aime.Hiroshi Inoue2001-05-01
* 1) Decrease the size of needlessly large buffers. For example, itHiroshi Inoue2001-04-23
* A patch to fix the following bugs.Hiroshi Inoue2001-04-23
* The renewal of README thanks to Dave Page.Hiroshi Inoue2001-04-17
* I just noticed the beta comment. That's not actually true any moreD'Arcy J.M. Cain2001-04-12
* Sorry my previous change was a mistake.Hiroshi Inoue2001-04-06
* 1) Fit the precision of floating point to that of server sideHiroshi Inoue2001-04-06
* Hopefully fixed the long long problem.Michael Meskes2001-04-05
* Synced pgc.l with scan.l.Michael Meskes2001-04-02
* On Cygwin, do initial connect() call in blocking mode, per report fromTom Lane2001-03-31