summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2001-05-30Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian
2001-05-30I just got bitten by this too. I use type timestamp in theBruce Momjian
2001-05-30Fix for Druid. We did not support some PROCEDURE queries.Bruce Momjian
2001-05-30Add missing comma.D'Arcy J.M. Cain
2001-05-28Suppress useless memmove() when buffer already contains left-justifiedTom Lane
2001-05-28Attached is a patch to fix the problem Thomas mentions below. The JDBCBruce Momjian
2001-05-27Add NUMERICOID return type. Treat it as floating point for now. ThisD'Arcy J.M. Cain
2001-05-25Mention failure of ANT to delete directories on clean.Bruce Momjian
2001-05-25While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian
2001-05-25Back out, per Peter E.Bruce Momjian
2001-05-25The attached patch changes src/interfaces/python/GNUmakefile to use theBruce Momjian
2001-05-25The following patch corrects a make install problem when buildingBruce Momjian
2001-05-25Get rid of the following size limit.Hiroshi Inoue
2001-05-24There are a number of changes. The main ones are:Bruce Momjian
2001-05-23Fix ANT for *.properties files.Bruce Momjian
2001-05-23Fix ANT so it only has '*.class' files, not the 'tags' file.Bruce Momjian
2001-05-22Back out timezone fix. Not needed in jdbc1.Bruce Momjian
2001-05-22Bump major libpq++ version after API changes, Patrick WelcheBruce Momjian
2001-05-19Prevent ANT from recreating the JAR files just because theBruce Momjian
2001-05-17Fix pg_index statistics query to join proper relation.Bruce Momjian
2001-05-17Included is a patch that fixes a bug introduced in the lastest versionBruce Momjian
2001-05-17Cleanup of backpatch of jdbc2 improvements to jdbc1:Bruce Momjian
2001-05-17Fix 'make clean' with jdbc and ant by using filesets.Bruce Momjian
2001-05-171) Decrease the size of some buffers.Hiroshi Inoue
2001-05-17Mark column as not used.Bruce Momjian
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