| Age | Commit message (Expand) | Author |
| 2001-05-30 | Remove OLD_FILE_NAMING code. No longer used. | Bruce Momjian |
| 2001-05-30 | I just got bitten by this too. I use type timestamp in the | Bruce Momjian |
| 2001-05-30 | Fix for Druid. We did not support some PROCEDURE queries. | Bruce Momjian |
| 2001-05-30 | Add missing comma. | D'Arcy J.M. Cain |
| 2001-05-28 | Suppress useless memmove() when buffer already contains left-justified | Tom Lane |
| 2001-05-28 | Attached is a patch to fix the problem Thomas mentions below. The JDBC | Bruce Momjian |
| 2001-05-27 | Add NUMERICOID return type. Treat it as floating point for now. This | D'Arcy J.M. Cain |
| 2001-05-25 | Mention failure of ANT to delete directories on clean. | Bruce Momjian |
| 2001-05-25 | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian |
| 2001-05-25 | Back out, per Peter E. | Bruce Momjian |
| 2001-05-25 | The attached patch changes src/interfaces/python/GNUmakefile to use the | Bruce Momjian |
| 2001-05-25 | The following patch corrects a make install problem when building | Bruce Momjian |
| 2001-05-25 | Get rid of the following size limit. | Hiroshi Inoue |
| 2001-05-24 | There are a number of changes. The main ones are: | Bruce Momjian |
| 2001-05-23 | Fix ANT for *.properties files. | Bruce Momjian |
| 2001-05-23 | Fix ANT so it only has '*.class' files, not the 'tags' file. | Bruce Momjian |
| 2001-05-22 | Back out timezone fix. Not needed in jdbc1. | Bruce Momjian |
| 2001-05-22 | Bump major libpq++ version after API changes, Patrick Welche | Bruce Momjian |
| 2001-05-19 | Prevent ANT from recreating the JAR files just because the | Bruce Momjian |
| 2001-05-17 | Fix pg_index statistics query to join proper relation. | Bruce Momjian |
| 2001-05-17 | Included is a patch that fixes a bug introduced in the lastest version | Bruce Momjian |
| 2001-05-17 | Cleanup of backpatch of jdbc2 improvements to jdbc1: | Bruce Momjian |
| 2001-05-17 | Fix 'make clean' with jdbc and ant by using filesets. | Bruce Momjian |
| 2001-05-17 | 1) Decrease the size of some buffers. | Hiroshi Inoue |
| 2001-05-17 | Mark column as not used. | Bruce Momjian |
| 2001-05-16 | Add missing paren. | Bruce Momjian |
| 2001-05-16 | Fix for HASH for index lookups in ODBC. | Bruce Momjian |
| 2001-05-16 | This patch fixes a bug which occurs when setObject(1,obj) is called and obj | Bruce Momjian |
| 2001-05-16 | Add NUMERIC tests to jdbc code. | Bruce Momjian |
| 2001-05-16 | I was trying to get a very nice FREE graphical db tool called DbVisualizer | Bruce Momjian |
| 2001-05-16 | Change the line: | Bruce Momjian |
| 2001-05-16 | Backpatch jdbc2 fixes to jdbc1, ANT fixes, from Peter Eisentraut | Bruce Momjian |
| 2001-05-16 | Backpatch getImportedKeys to jdbc1. | Bruce Momjian |
| 2001-05-16 | Backpatch ORDER BY fix to jdbc1. | Bruce Momjian |
| 2001-05-16 | Here's an easy patch for todays snapshot to sort the result of the | Bruce Momjian |
| 2001-05-16 | jdbc2 implementation of getImportedKeys. | Bruce Momjian |
| 2001-05-16 | The current implementation of BlobInputStream does | Bruce Momjian |
| 2001-05-15 | Fix small thinko. | D'Arcy J.M. Cain |
| 2001-05-14 | Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used. | Bruce Momjian |
| 2001-05-12 | Add provisions for using strdup replacement in the places that still | Peter Eisentraut |
| 2001-05-12 | PL/Python should build portably now, if you can get over the fact that | Peter Eisentraut |
| 2001-05-11 | Stamp CVS as 7.2. Update all interface version numbers. This is the | Bruce Momjian |
| 2001-05-09 | that's just me again, here's normal patch for KOI8_U to | Bruce Momjian |
| 2001-05-09 | Fix libpq++'s FieldSize to return int, not short. | Bruce Momjian |
| 2001-05-09 | Add mention of getLength returning short. | Bruce Momjian |
| 2001-05-09 | Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'm | Bruce Momjian |
| 2001-05-09 | Mention new jdbc mailing list instead of interfaces list. | Bruce Momjian |
| 2001-05-08 | Run pgindent on ODBC code only, to reformat new comments. | Bruce Momjian |
| 2001-05-08 | ODBC source code cleanup patch. Should match rest of PostgreSQL code better. | Bruce Momjian |
| 2001-05-08 | Fix paren typo in java. | Bruce Momjian |