| Age | Commit message (Expand) | Author |
| 2002-09-05 | Commenting out doesn't work, so move the broken modules out of the list. | Peter Eisentraut |
| 2002-09-05 | Assorted fixes for Cygwin: | Peter Eisentraut |
| 2002-09-05 | Remove include of libpq-int.h --- dblink.c should not be (and was not) | Tom Lane |
| 2002-09-05 | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane |
| 2002-09-04 | Fix compile warning. | Peter Eisentraut |
| 2002-09-04 | Disable findoidjoins while it doesn't compile. | Peter Eisentraut |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-04 | Refrect changes made by Tom Lane | Tatsuo Ishii |
| 2002-09-03 | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut |
| 2002-09-03 | Clean out cruft left by nonstandard test procedure. | Tom Lane |
| 2002-09-03 | last-minute CreateTemplateTupleDesc fixes. | Tom Lane |
| 2002-09-02 | Add missing dblink files. | Bruce Momjian |
| 2002-09-02 | Fixes for intagg regression tests to match new array internal handling. | Bruce Momjian |
| 2002-09-02 | In case Florian and I don't finish his changes to this contrib before | Bruce Momjian |
| 2002-09-02 | Attached is a fairly sizeable update to contrib/dblink. I'd love to get | Bruce Momjian |
| 2002-09-02 | I checked all the previous string handling errors and most of them were | Bruce Momjian |
| 2002-09-02 | Attached is an update to contrib/tablefunc. It introduces a new | Bruce Momjian |
| 2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
| 2002-08-30 | intagg subdirectory was missing. | Tom Lane |
| 2002-08-30 | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane |
| 2002-08-29 | Add cube changes file. | Bruce Momjian |
| 2002-08-29 | The changes I have made are described in CHANGES. This was based on | Bruce Momjian |
| 2002-08-29 | Make pg_resetxlog options parsing more standard and prepare messages for | Peter Eisentraut |
| 2002-08-29 | please apply small patch for README.tsearch. | Bruce Momjian |
| 2002-08-29 | Adjust nodeFunctionscan.c to reset transient memory context between calls | Tom Lane |
| 2002-08-29 | chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P. | D'Arcy J.M. Cain |
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
| 2002-08-28 | Improve description of tablefunc. | Tom Lane |
| 2002-08-26 | Modify array operations to include array's element type OID in the | Tom Lane |
| 2002-08-23 | Adapt for SRF(Set Returning Function). | Tatsuo Ishii |
| 2002-08-23 | Patch resolve ERROR problem for non-goog query_txt. | Bruce Momjian |
| 2002-08-23 | Update contrib regression tests for OPAQUE datatype changes. | Tom Lane |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-08-18 | Fix potential buffer overrun in cube_out(), per report from | Tom Lane |
| 2002-08-17 | Cleanup. | Tom Lane |
| 2002-08-17 | Move pg_controldata to /bin. | Bruce Momjian |
| 2002-08-16 | Move pg_controldata from /contrib to src/bin. | Bruce Momjian |
| 2002-08-15 | August 13, 2002 | Bruce Momjian |
| 2002-08-15 | The attached patch changes most of the usages of sprintf() to | Bruce Momjian |
| 2002-08-15 | As discussed on several occasions previously, the new anonymous | Bruce Momjian |
| 2002-08-14 | Spacing improvement. | Bruce Momjian |
| 2002-08-10 | Fixed very stupid but important bug: mixing calls of some founctions from | Bruce Momjian |
| 2002-08-10 | The patch solves this problem, I hope... | Bruce Momjian |
| 2002-08-10 | August 6, 2002 | Bruce Momjian |
| 2002-08-09 | has_table_privilege spawns scions has_database_privilege, has_function_privil... | Tom Lane |
| 2002-08-06 | Patch for current CVS. It add test of lca() to ltree test suite. | Bruce Momjian |
| 2002-08-04 | Tom Lane: | Bruce Momjian |
| 2002-08-04 | please find attached patch to current CVS ( contrib/ltree ) | Bruce Momjian |
| 2002-08-04 | This patch adds support for inet[] arrays to the /contrib/array module. | Bruce Momjian |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |