| Age | Commit message (Expand) | Author |
| 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 |
| 2002-07-30 | Replace ad-hoc insertions into pg_opclass and friends with CREATE | Tom Lane |
| 2002-07-30 | Replace ad-hoc insertions into pg_opclass and friends with CREATE | Tom Lane |
| 2002-07-30 | Use Max/Min macros, not MAX/MIN, to eliminate portability issues. | Tom Lane |
| 2002-07-30 | Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov. | Bruce Momjian |
| 2002-07-30 | Since we're depending on %option noyywrap in the main scanner now, | Tom Lane |
| 2002-07-30 | Add tablefunc to contrib makefile. | Bruce Momjian |
| 2002-07-30 | As mentioned above, here is my contrib/tablefunc patch. It includes | Bruce Momjian |
| 2002-07-29 | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane |
| 2002-07-27 | Assemble portability modules into libpgport library. | Peter Eisentraut |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-20 | Apply patches from Neil Conway. | Tatsuo Ishii |
| 2002-07-18 | Contrib port/ usage is same as others so no need for rules. | Bruce Momjian |
| 2002-07-18 | Make src/backend/port/*.c file location dependent only on configure.in. | Bruce Momjian |
| 2002-07-16 | Add comment for isbn,issn data type, from Pete St. Onge | Bruce Momjian |
| 2002-07-05 | Add a few new lines to display recently added fields in the ControlFile | Thomas G. Lockhart |
| 2002-07-05 | Cleanup. | Bruce Momjian |
| 2002-07-03 | Disable pg_upgrade for 7.3. | Bruce Momjian |
| 2002-06-23 | Link dbmirror into /contrib system. | Bruce Momjian |
| 2002-06-23 | Add dbmirror to /contrib. Minor C cleanups and Makefile. | Bruce Momjian |
| 2002-06-23 | Add indexing for isbn and issn. | Bruce Momjian |
| 2002-06-23 | Update dbsize documentation with: | Bruce Momjian |
| 2002-06-23 | Rename command to reindexdb, for consistency. | Bruce Momjian |
| 2002-06-23 | Handle mixed-case names in reindex script. | Bruce Momjian |
| 2002-06-22 | uint -> uint32, portability. | Bruce Momjian |
| 2002-06-21 | Add mention of segmented files to oid2name. | Bruce Momjian |
| 2002-06-21 | Add reindex utility to /contrib. | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-13 | Mention vacuum for relpages. | Bruce Momjian |
| 2002-06-13 | Add script to show disk space per db. | Bruce Momjian |
| 2002-06-12 | Improve query. | Bruce Momjian |
| 2002-06-12 | Add mention of query showing pages used. | Bruce Momjian |
| 2002-06-12 | Add -q option to oid2name. Add sample session to README. | Bruce Momjian |
| 2002-06-07 | Please apply attached patch to contrib/intarray (7.2, 7.3). | Bruce Momjian |
| 2002-05-28 | Fix a bug with building rtree_gist indexes. | Tom Lane |
| 2002-05-27 | Update dblink to work with qualified relation names. | Tom Lane |
| 2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
| 2002-05-20 | Update docs about new -N option | Tatsuo Ishii |