| Age | Commit message (Expand) | Author |
| 2001-08-27 | Do not install the odbc header files, per discussion on odbc list. | Peter Eisentraut |
| 2001-08-27 | Fix a complie error on Windows platform. | Hiroshi Inoue |
| 2001-08-26 | Put the right runpath to libpq into the Perl module shared object on more | Peter Eisentraut |
| 2001-08-26 | Please pull this patch. It breaks JDBC1 support. The JDBC1 code no | Bruce Momjian |
| 2001-08-26 | >>>>The JDBC driver requires | Bruce Momjian |
| 2001-08-26 | The attached file: SerializePatch2.tgz, contains a patch for | Bruce Momjian |
| 2001-08-25 | Re-apply Array.java patch to new Array.java file to fix compile. | Bruce Momjian |
| 2001-08-25 | Add MD5 to win32.mak | Bruce Momjian |
| 2001-08-25 | Add intended Array.java file that accidentally was patched into the | Bruce Momjian |
| 2001-08-25 | update from Serguei Mokhov | Peter Eisentraut |
| 2001-08-24 | Add ecpg --help and --version. Renumber the exit status codes, which were | Peter Eisentraut |
| 2001-08-24 | Attached is a patch to fix the current issues with building under jdbc1. | Bruce Momjian |
| 2001-08-24 | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut |
| 2001-08-22 | Attached is a simple one line patch for the problem reported in the | Bruce Momjian |
| 2001-08-21 | Here's a resend of the patch.gz. I gunzip'ed it fine here | Bruce Momjian |
| 2001-08-21 | > Ok, where's a "system dependent hack" :) | Bruce Momjian |
| 2001-08-21 | Fix SCM_CREDS for FreeBSD, from Teodor Sigaev. | Bruce Momjian |
| 2001-08-21 | Add new jdbc array file. | Bruce Momjian |
| 2001-08-21 | Add ECPGd_cardinality to end of enum list so ecpg compiles. | Bruce Momjian |
| 2001-08-21 | Add missing include for SCM_CREDS. | Bruce Momjian |
| 2001-08-21 | Fix a lot of compile errors on unix. | Hiroshi Inoue |
| 2001-08-21 | > | Bruce Momjian |
| 2001-08-21 | Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems. | Bruce Momjian |
| 2001-08-19 | - Synced preproc.y with gram.y. | Michael Meskes |
| 2001-08-18 | 1) Change all internal SQL function calls from | Hiroshi Inoue |
| 2001-08-17 | Reorder MD5/crypt so MD5 comes first in the code. | Bruce Momjian |
| 2001-08-17 | Remove some unneeded dashes from libpq comments. | Bruce Momjian |
| 2001-08-17 | Add \n to libpq print output where needed. | Bruce Momjian |
| 2001-08-17 | This patch updates some comments in the DatabaseMetaData classes to | Bruce Momjian |
| 2001-08-17 | Thanks for your feedback (and patience). Enclosed is my third | Bruce Momjian |
| 2001-08-17 | Attached is the patch requested by Tom Lane (see below). It | Bruce Momjian |
| 2001-08-17 | Force crypt() salt to be null-terminated. | Bruce Momjian |
| 2001-08-17 | Add 4-byte MD5 salt. | Bruce Momjian |
| 2001-08-16 | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane |
| 2001-08-16 | This patch fixes the well-known but unfixed bug that fetchone() always returns | Bruce Momjian |
| 2001-08-16 | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian |
| 2001-08-15 | Move md5.h contents to crypt.h. | Bruce Momjian |
| 2001-08-15 | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian |
| 2001-08-11 | Clean up some warnings and bugs and make things build easier. | Peter Eisentraut |
| 2001-08-10 | Since PQoidStatus is deprecated, we should probably stop using it in | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-08-10 | Attached is a patch to remove some redundant code in the JDBC driver. | Bruce Momjian |
| 2001-08-10 | Patch to LOCK multiple tables in one LOCK command. | Bruce Momjian |
| 2001-08-10 | Add new files for the preparation. | Hiroshi Inoue |
| 2001-08-07 | I think you replaced too many things with put(... | Bruce Momjian |
| 2001-08-07 | Russian translation by Serguei Mokhov | Peter Eisentraut |
| 2001-08-04 | Back out LOCK A,B,C patch at Tom's suggestion. | Bruce Momjian |
| 2001-08-04 | Compile fix for jdbc1. | Bruce Momjian |
| 2001-08-04 | Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed. | Bruce Momjian |
| 2001-08-04 | > 1) When a row is retrieved, and then a SQL_FETCH_FIRST is issued, the | Bruce Momjian |