| Age | Commit message (Expand) | Author |
| 2002-08-04 | Add guard code to protect from buffer overruns on long date/time input | Thomas G. Lockhart |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-04-25 | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane |
| 2002-04-24 | Here's a patch to add unknownin/unknownout support. I also poked around | Bruce Momjian |
| 2002-04-15 | Fix text_substr bug intrduced in 7.3 development | Tatsuo Ishii |
| 2002-04-03 | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut |
| 2002-04-01 | Create a new GUC variable search_path to control the namespace search | Tom Lane |
| 2002-03-30 | Further cleanups for relations in schemas: teach nextval and other | Tom Lane |
| 2002-03-05 | I attach a version of my toast-slicing patch, against current CVS | Bruce Momjian |
| 2001-11-19 | Fix arg coerect match text type, per Tom. | Bruce Momjian |
| 2001-11-19 | Make text octet_length() return non-compressed length to be consistent | Bruce Momjian |
| 2001-11-19 | Grammatical and spelling fixes. | Tom Lane |
| 2001-11-18 | Optimization for bpcharlen, textlen, varcharlen in case of single byte | Tatsuo Ishii |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-09-14 | > Here's a revised patch. Changes: | Bruce Momjian |
| 2001-09-11 | Implement following item in TODO: | Tatsuo Ishii |
| 2001-08-13 | Add comparison operators and btree indexing support for type bytea. | Tom Lane |
| 2001-05-03 | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
| 2000-07-29 | bpchar, varchar, bytea, numeric are toastable --- if you initdb, which | Tom Lane |
| 2000-07-12 | First stage of reclaiming memory in executor by resetting short-term | Tom Lane |
| 2000-07-06 | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane |
| 2000-07-05 | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane |
| 2000-07-03 | TOAST | Jan Wieck |
| 2000-06-14 | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut |
| 2000-06-13 | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-03-24 | Rename bytea functions to not have upper-case letters in their names. | Tom Lane |
| 2000-01-26 | Add: | Bruce Momjian |
| 2000-01-15 | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut |
| 1999-11-07 | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian |
| 1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
| 1999-07-16 | Final cleanup. | Bruce Momjian |
| 1999-07-16 | Update #include cleanups | Bruce Momjian |
| 1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
| 1999-07-14 | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian |
| 1999-05-25 | pgindent run over code. | Bruce Momjian |
| 1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
| 1998-12-13 | Add routines to help with single-byte (internal) character type support. | Thomas G. Lockhart |
| 1998-12-08 | Define routines and catalog entries for string min()/max() functions. | Thomas G. Lockhart |
| 1998-10-08 | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian |
| 1998-09-02 | > David Hartwig wrote: | Bruce Momjian |
| 1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
| 1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
| 1998-08-29 | This is the first (of hopefully few) AIX port patches. This patch | Bruce Momjian |
| 1998-07-24 | I really hope that I haven't missed anything in this one... | Marc G. Fournier |
| 1998-07-18 | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian |