| Age | Commit message (Expand) | Author |
| 2002-08-29 | Remove support for version-0 FE/BE protocol, per pghackers discussion. | Tom Lane |
| 2002-08-28 | Updates from Dennis Bjorklund | Peter Eisentraut |
| 2002-08-28 | backend where a statically sized buffer is written to. Most of these | Bruce Momjian |
| 2002-08-28 | This is a quick patch to fix a crash in pgquery_dictresult() introduced | Bruce Momjian |
| 2002-08-27 | The attached patch implements the password packet length sanity check | Bruce Momjian |
| 2002-08-27 | More connection timeout cleanups. | Bruce Momjian |
| 2002-08-27 | Cleanup of libpq connection timeout code. | Bruce Momjian |
| 2002-08-27 | This is a 2 line patch to src/interfaces/perl5/GNUMakefile that fixes | Bruce Momjian |
| 2002-08-24 | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane |
| 2002-08-23 | Enhancements to how queries with bind values are stored internally and sent to | Barry Lind |
| 2002-08-22 | Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc | Marc G. Fournier |
| 2002-08-22 | Okay, libpq++ is moved to GBorg, and all traces of it have been removed | Marc G. Fournier |
| 2002-08-21 | Move PO files into subdirectories separate from the source code. | Peter Eisentraut |
| 2002-08-20 | Removed code that is no longer used and has been commented out | Barry Lind |
| 2002-08-18 | Add #include <sys/time.h>. | Tom Lane |
| 2002-08-18 | Back out tcl patch, per Tom Lane: | Bruce Momjian |
| 2002-08-18 | Add includes for prototype using timeval. | Bruce Momjian |
| 2002-08-18 | Clean up compile warnings. | Bruce Momjian |
| 2002-08-17 | Add libpq connection timeout parameter. | Bruce Momjian |
| 2002-08-17 | What I have done for libpgtcl: | Bruce Momjian |
| 2002-08-16 | removed duplicate code from jdbc2 classes | Dave Cramer |
| 2002-08-16 | applied patch to fix encoding bug supplied by Jun Kawai | Dave Cramer |
| 2002-08-16 | Applied patch for MD5 bug submitted by Jun Kawai | Dave Cramer |
| 2002-08-16 | Performance tweaks to StringBuffer suggested by hhaag@gmx.de | Barry Lind |
| 2002-08-16 | Remove interfaces/ssl. Was unclaimed stuff that had no more usefulness. | Bruce Momjian |
| 2002-08-15 | This fixes some text as well as enforces the use of "drop table cascade" | Bruce Momjian |
| 2002-08-15 | Well, that certainly appeared to be very straight forward. pg.py and | Bruce Momjian |
| 2002-08-15 | http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and never | Bruce Momjian |
| 2002-08-15 | I'm giving a try at some TODO items. Currently it's the turn of the | Bruce Momjian |
| 2002-08-14 | Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4). | Barry Lind |
| 2002-08-13 | Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion... | Bruce Momjian |
| 2002-08-09 | Change LOCK statements to start new transaction | Hiroshi Inoue |
| 2002-08-01 | 1) Improve the handling of the queries like (select ..) union (select ..) | Hiroshi Inoue |
| 2002-07-30 | Since we're depending on %option noyywrap in the main scanner now, | Tom Lane |
| 2002-07-30 | added tests for crossReferences | Dave Cramer |
| 2002-07-30 | changed test user back to test | Dave Cramer |
| 2002-07-30 | Added DataSource code and tests submitted by Aaron Mulder | Dave Cramer |
| 2002-07-30 | changes for new Datasource | Dave Cramer |
| 2002-07-30 | Fix a bug about automatic client_encoding setting. | Hiroshi Inoue |
| 2002-07-27 | Assemble portability modules into libpgport library. | Peter Eisentraut |
| 2002-07-26 | Fix a bug about the handling of CX parameter of the connection string | Hiroshi Inoue |
| 2002-07-26 | Fouth (and final) phase of restructuring to add jdbc3 support. | Barry Lind |
| 2002-07-25 | Third phase of restructuring to add jdbc3 support. | Barry Lind |
| 2002-07-24 | Second phase of restructuring to add jdbc3 support. | Barry Lind |
| 2002-07-23 | Initial restructuring to add jdbc3 support. There was a significant amount | Barry Lind |
| 2002-07-21 | Fixed some minor typos. | Michael Meskes |
| 2002-07-21 | Re-Committed old file. | Michael Meskes |
| 2002-07-20 | Synced parser yet again. | Michael Meskes |
| 2002-07-20 | Hello, i noticed that win32 native stopped working/compiling after the SSL merge | Bruce Momjian |
| 2002-07-18 | Fix for PgTransaction class to make these visible to C apps: | Bruce Momjian |