| Age | Commit message (Expand) | Author |
| 2008-05-27 | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane |
| 2008-05-16 | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane |
| 2008-03-27 | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-09-03 | Fix breakage of GIN support for varchar[] and cidr[] that I introduced in the | Tom Lane |
| 2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
| 2007-07-06 | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane |
| 2007-05-08 | Add a hash function for "numeric". Mark the equality operator for | Neil Conway |
| 2007-04-02 | Support enum data types. Along the way, use macros for the values of | Tom Lane |
| 2007-01-28 | Add a new builtin type, "uuid". This implements a UUID type, similar to | Neil Conway |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-07-21 | Add the full set of comparison functions for type TID, including a btree | Tom Lane |
| 2006-05-02 | Add GIN opclases for another types | Teodor Sigaev |
| 2006-05-02 | GIN: Generalized Inverted iNdex. | Teodor Sigaev |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane |
| 2005-07-01 | Migrate rtree_gist functionality into the core system, and add some | Tom Lane |
| 2005-04-14 | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-06-13 | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane |
| 2004-03-22 | Add timestamp-versus-timestamptz cross-type comparison functions, | Tom Lane |
| 2004-02-14 | Create crosstype comparison operators for date vs. timestamp and date | Tom Lane |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
| 2003-08-17 | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-06-27 | Create real array comparison functions (that use the element datatype's | Tom Lane |
| 2003-06-25 | Back out array mega-patch. | Bruce Momjian |
| 2003-06-24 | Array mega-patch. | Bruce Momjian |
| 2003-06-22 | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane |
| 2003-05-26 | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane |
| 2003-05-15 | Indexing support for pattern matching operations via separate operator | Peter Eisentraut |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-09-28 | Measure the current transaction time to milliseconds. | Thomas G. Lockhart |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-13 | Add comparison operators and btree indexing support for type bytea. | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2000-12-08 | Repair erroneous use of hashvarlena() for MACADDR, which is not a | Tom Lane |
| 2000-08-21 | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane |
| 2000-07-30 | Type lztext is toast. | Tom Lane |