| Age | Commit message (Expand) | Author |
| 2002-08-24 | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane |
| 2002-08-23 | Further cleanup around the edges of OPAQUE/pseudotype changes. Correct | Tom Lane |
| 2002-08-22 | Transpose info from src/pl/plpgsql/test/README into standard regression test ... | Tom Lane |
| 2002-08-22 | Code review for recent TRUNCATE changes. Tighten relation-kind check, | Tom Lane |
| 2002-08-22 | # Disallow TRUNCATE on tables that are involved in referential | Bruce Momjian |
| 2002-08-22 | Add: | Bruce Momjian |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-08-20 | Update expected files for recent changes of domain tests. | Tom Lane |
| 2002-08-20 | This patch improves the behavior of FOUND in PL/PgSQL. In Oracle, | Bruce Momjian |
| 2002-08-20 | - test for indexes on a domain | Bruce Momjian |
| 2002-08-19 | Fix pg_dump to dump serial columns as serials. Per pghackers discussion, | Tom Lane |
| 2002-08-18 | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut |
| 2002-08-18 | Code review for 'at character n' patch --- point at proper end of | Tom Lane |
| 2002-08-18 | More changes to match new error format. | Bruce Momjian |
| 2002-08-18 | Modify regression tests to match new error reporting format from Gavin. | Bruce Momjian |
| 2002-08-17 | [ Newest version of patch applied.] | Bruce Momjian |
| 2002-08-17 | Improve documentation of trigger firing queue handling, cleanup. | Bruce Momjian |
| 2002-08-15 | Tom Lane wrote: | Bruce Momjian |
| 2002-08-15 | As discussed on several occasions previously, the new anonymous | Bruce Momjian |
| 2002-08-14 | Add Cyrillic and other encodings for encoding conversion. | Tatsuo Ishii |
| 2002-08-13 | Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion... | Bruce Momjian |
| 2002-08-11 | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane |
| 2002-08-11 | Make cluster regress test functional. | Tom Lane |
| 2002-08-10 | Major improvement in CLUSTER which preserves table characteristics using | Bruce Momjian |
| 2002-08-10 | Add a sanity check to make sure that all system catalogs that have OIDs | Tom Lane |
| 2002-08-08 | Make the standard system views schema-aware. | Tom Lane |
| 2002-08-06 | Add SQL99 CONVERT() function. | Tatsuo Ishii |
| 2002-08-06 | Of course, the simple change has ripple effects! Here's a patch for the | Bruce Momjian |
| 2002-08-04 | Attached are two patches to implement and document anonymous composite | Bruce Momjian |
| 2002-08-04 | Allow bit string constants without fully-specified length declaration. | Thomas G. Lockhart |
| 2002-08-04 | [ Previous patch reversed.] | Bruce Momjian |
| 2002-08-04 | Change messages like this: | Bruce Momjian |
| 2002-08-04 | This patch fixes in intermittent failure in the regression tests: | Bruce Momjian |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-07-30 | IMPROVED VERSION APPLIED: | Bruce Momjian |
| 2002-07-25 | Implement DROP CONVERSION | Tatsuo Ishii |
| 2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
| 2002-07-20 | Code review for SHOW output changes; fix horology expected files for | Tom Lane |
| 2002-07-20 | Fix regression tests for new SHOW output. | Bruce Momjian |
| 2002-07-20 | Add new configure files for missing-oid patch. | Bruce Momjian |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-20 | Add new vacuum regression test files. | Bruce Momjian |
| 2002-07-20 | This patch fixes a regression caused by my recent changes to heap | Bruce Momjian |
| 2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
| 2002-07-18 | New depend code doesn't need sequence drop. | Bruce Momjian |
| 2002-07-18 | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian |
| 2002-07-18 | New depend code auto-drops sequence, fix copy2.out. | Bruce Momjian |
| 2002-07-18 | here are the copy2.sql and copy2.out files for the new regression | Bruce Momjian |
| 2002-07-18 | The attached patch (against HEAD) implements | Bruce Momjian |
| 2002-07-18 | Finished the Between patch Christopher started. | Bruce Momjian |