| Age | Commit message (Expand) | Author |
| 2002-04-12 | 1) Fix a bug in declare/fetch mode. | Hiroshi Inoue |
| 2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
| 2002-04-10 | Prevent an infinite loop of error reporting. | Hiroshi Inoue |
| 2002-04-09 | Let psqlodbc30 be compilable without /D DRIVER_CURSOR_IMPLEMENT. | Hiroshi Inoue |
| 2002-04-08 | Fix PQescapeBytea/PQunescapeBytea so that they handle bytes > 0x7f. | Tatsuo Ishii |
| 2002-04-05 | When a macro is replaced by the preprocessor, pgc.l reaches a end of | Bruce Momjian |
| 2002-04-04 | Fix a bug in SQLError(). | Hiroshi Inoue |
| 2002-04-04 | Fix a bug in multibyte_strchr(). | Hiroshi Inoue |
| 2002-04-02 | Fix compiler warnings. | Hiroshi Inoue |
| 2002-04-02 | [HACKERS] Proposed patch for ODBC driver w/ C-a-n-c-e-l | Hiroshi Inoue |
| 2002-04-02 | Removed error message that was incorectly being issued. This fixes a problem... | Barry Lind |
| 2002-04-01 | 1) Add rollback functionality to updatable cursors. | Hiroshi Inoue |
| 2002-03-29 | Fix ODBC warnings about missing parens and pg_ismb not used (added | Bruce Momjian |
| 2002-03-29 | Fox for old python PyMem_DEL, was PyMem_Del, | Bruce Momjian |
| 2002-03-29 | Fix '#' commant to be proper C comment. | Bruce Momjian |
| 2002-03-28 | [2002-03-28] | Hiroshi Inoue |
| 2002-03-27 | applied patch from Liam Stewart fixing a message in the properties file | Barry Lind |
| 2002-03-26 | applied patch submitted by Florian (mailing-list@urbanet.ch) for BigDecimal s... | Barry Lind |
| 2002-03-26 | Changed QueryExecutor.java to correctly read responses from the backend. | Barry Lind |
| 2002-03-26 | Further changes following discussion on INTERFACES mailing list: | D'Arcy J.M. Cain |
| 2002-03-25 | Fix for ODBC compile warnings. | Bruce Momjian |
| 2002-03-24 | Indenting #if commands is not portable, is it? | Tom Lane |
| 2002-03-21 | Fix minor syntax error. | Tom Lane |
| 2002-03-21 | Added typedef patches and a new option '-c' to automatically create C typedef... | Michael Meskes |
| 2002-03-21 | Two versions of QueryExecutor, currently only version 2 works 100% | Dave Cramer |
| 2002-03-21 | modifications to the way the protocol is handled to be consistent with | Dave Cramer |
| 2002-03-21 | Part of Anders Bengtsson's patch to clean up Connection.java | Dave Cramer |
| 2002-03-21 | Applied Anders patch to move the startup code out of Connection into StartupP... | Dave Cramer |
| 2002-03-20 | Just one more test case. | Michael Meskes |
| 2002-03-20 | PyGreSQL causes a segfault when used with a Python executable that was | D'Arcy J.M. Cain |
| 2002-03-19 | Bump version number to match tree. | D'Arcy J.M. Cain |
| 2002-03-19 | Fix name in comments and add info about this module's place in PyGreSQL. | D'Arcy J.M. Cain |
| 2002-03-19 | Add missing trailing semicolons to ecpg rules. | Bruce Momjian |
| 2002-03-19 | >Added ServerEncoding | Bruce Momjian |
| 2002-03-19 | > I am backing out this patch. Please resubmit with this corrected. Thanks. | Bruce Momjian |
| 2002-03-19 | applied patch from Liam Stewart | Dave Cramer |
| 2002-03-18 | Fixes bug where query hangs if there is an error in the query, went back to | Dave Cramer |
| 2002-03-16 | fixed QueryExecuter to deal with multiple errors | Dave Cramer |
| 2002-03-15 | Manually clean up indenting of ecpg lex/yacc files, OK'ed by Michael | Bruce Momjian |
| 2002-03-15 | patch from Alexey Slynko | Dave Cramer |
| 2002-03-14 | 1) Internal improvements to handle updatable cursors(1st cut). | Hiroshi Inoue |
| 2002-03-11 | Inlined a patch to add the libpq setNoticeProcessor capability to | Bruce Momjian |
| 2002-03-11 | Changed the version numbers, but did not commit the Makefiles. | Michael Meskes |
| 2002-03-11 | Bug fixes for the 2002-03-08 change. | Hiroshi Inoue |
| 2002-03-10 | Fixed two bugs in define command in pgc.l | Michael Meskes |
| 2002-03-10 | Disable brackets in multi-statement rules, as discussed. | Bruce Momjian |
| 2002-03-09 | Added a check for not calling next() before getting objects from the result set, | Dave Cramer |
| 2002-03-09 | Here is a small patch that cleans up some error reporting in the JDBC driver.... | Dave Cramer |
| 2002-03-08 | Remove compile errors. | Hiroshi Inoue |
| 2002-03-08 | 1) Implement SQLParamOptions(). | Hiroshi Inoue |