| Commit message (Expand) | Author | Age | Files | Lines |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -9/+9 |
| * | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 | 1 | -1/+5 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -3/+3 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 1 | -1/+3 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -3/+1 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -1/+3 |
| * | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 | 1 | -1/+12 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -2/+2 |
| * | Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing | Tom Lane | 2003-05-26 | 1 | -2/+13 |
| * | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 1 | -1/+5 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -3/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 | 1 | -56/+60 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -8/+7 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -3/+5 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 1 | -73/+82 |
| * | Add comparison operators and btree indexing support for type bytea. | Tom Lane | 2001-08-13 | 1 | -1/+3 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane | 2000-08-21 | 1 | -1/+5 |
| * | Type lztext is toast. | Tom Lane | 2000-07-30 | 1 | -3/+1 |
| * | Make toast-table creation and deletion work somewhat reliably. | Tom Lane | 2000-07-04 | 1 | -1/+2 |
| * | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 | 1 | -8/+4 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -27/+27 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -27/+29 |
| * | Reactivated LZTEXT data type and changed rule plan- and qual-strings | Jan Wieck | 2000-02-27 | 1 | -1/+3 |
| * | Implement "date/time grand unification". | Thomas G. Lockhart | 2000-02-16 | 1 | -3/+3 |
| * | Add btree indexing of boolean values | Bruce Momjian | 2000-02-10 | 1 | -1/+3 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian | 2000-01-10 | 1 | -2/+2 |
| * | Removed LZTEXT datatype as discussed. | Jan Wieck | 1999-12-28 | 1 | -3/+1 |
| * | Cleanup | Bruce Momjian | 1999-12-08 | 1 | -2/+2 |
| * | Added another single byte oriented decompressor, useful for | Jan Wieck | 1999-11-25 | 1 | -1/+3 |
| * | Update opclass to be non-unique. | Bruce Momjian | 1999-11-23 | 1 | -7/+4 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -8/+11 |
| * | Added nbtree operator class for NUMERIC | Jan Wieck | 1999-09-29 | 1 | -1/+3 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -4/+4 |
| * | Clean up various minor irregularities detected by type_sanity | Tom Lane | 1999-03-28 | 1 | -2/+2 |
| * | Enclosed below I have a patch to allow a btree index on the int8 type. | Bruce Momjian | 1999-03-14 | 1 | -1/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | INET/CIDR cleanup from D'Arcy. | Bruce Momjian | 1998-10-22 | 1 | -3/+3 |
| * | New CIDR type and fixed INET type, from D'Arcy. | Bruce Momjian | 1998-10-21 | 1 | -1/+3 |
| * | I agree. I think, though, that the best argument presented in the | Bruce Momjian | 1998-10-08 | 1 | -2/+2 |
| * | Integrate new IP type from Tom Ivar Helbekkmo. | Bruce Momjian | 1998-10-03 | 1 | -1/+5 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -8/+4 |