aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* - Synced preproc.y with gram.y.Michael Meskes2001-06-13
* Fix compile error caused by patch application.Bruce Momjian2001-06-12
* I installed postgres 7.1 with --enable-odbc. I then installedBruce Momjian2001-06-12
* Got two patches that were found by folks on the Castor list, that we'd like toBruce Momjian2001-06-11
* Document and work around ANT bug that prevents directory deletion.Bruce Momjian2001-06-07
* I have ported another Python Postgres interface to Windows (PgSQL). It seemsBruce Momjian2001-06-07
* This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian2001-06-07
* Add large object finalization cleanup to the proper java file.Bruce Momjian2001-06-06
* Remove large object finalize code. Compile error.Bruce Momjian2001-06-06
* protected void finalize() {Bruce Momjian2001-06-04
* The following patch for JDBC fixes an issue with jdbc running on aBruce Momjian2001-06-01
* - Synced preproc.y with gram.y.Michael Meskes2001-06-01
* Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian2001-05-30
* I just got bitten by this too. I use type timestamp in theBruce Momjian2001-05-30
* Fix for Druid. We did not support some PROCEDURE queries.Bruce Momjian2001-05-30
* Add missing comma.D'Arcy J.M. Cain2001-05-30
* Suppress useless memmove() when buffer already contains left-justifiedTom Lane2001-05-28
* Attached is a patch to fix the problem Thomas mentions below. The JDBCBruce Momjian2001-05-28
* Add NUMERICOID return type. Treat it as floating point for now. ThisD'Arcy J.M. Cain2001-05-27
* Mention failure of ANT to delete directories on clean.Bruce Momjian2001-05-25
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-25
* Back out, per Peter E.Bruce Momjian2001-05-25
* The attached patch changes src/interfaces/python/GNUmakefile to use theBruce Momjian2001-05-25
* The following patch corrects a make install problem when buildingBruce Momjian2001-05-25
* Get rid of the following size limit.Hiroshi Inoue2001-05-25
* There are a number of changes. The main ones are:Bruce Momjian2001-05-24
* Fix ANT for *.properties files.Bruce Momjian2001-05-23
* Fix ANT so it only has '*.class' files, not the 'tags' file.Bruce Momjian2001-05-23
* Back out timezone fix. Not needed in jdbc1.Bruce Momjian2001-05-22
* Bump major libpq++ version after API changes, Patrick WelcheBruce Momjian2001-05-22
* 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