| Age | Commit message (Expand) | Author |
| 2002-09-02 | I checked all the previous string handling errors and most of them were | Bruce Momjian |
| 2002-09-02 | JDBC checkin fixing the following bugs: | Barry Lind |
| 2002-09-01 | patch from Thomas O'Dowd to ensure that connections are closed | Dave Cramer |
| 2002-09-01 | testing for insertRow | Dave Cramer |
| 2002-09-01 | patch to allow insertRow on an empty resultSet | Dave Cramer |
| 2002-09-01 | Changed to reflect the current reality, ie we do support updateable resultsets | Dave Cramer |
| 2002-08-30 | perl5 interface moved to gborg | Marc G. Fournier |
| 2002-08-30 | libpgeasy moved to gborg ... | Marc G. Fournier |
| 2002-08-30 | Fix off-by-one allocation error in PasswordFromFile(), per Gordon Runkle. | Tom Lane |
| 2002-08-29 | > > > > If you want to put in security restrictions that are actually useful, | Bruce Momjian |
| 2002-08-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii |
| 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 |