| Age | Commit message (Expand) | Author |
| 2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian |
| 2005-01-27 | Add intset() to README | Teodor Sigaev |
| 2004-10-21 | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-20 | > Please find enclose a submission to fix these problems. | Bruce Momjian |
| 2004-03-30 | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev |
| 2004-01-08 | Remove broken (and unnecessary) definition of operator <> for _int4 | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-08-01 | Update contrib regression tests for recent error message editing. | Tom Lane |
| 2003-07-24 | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane |
| 2003-06-11 | Update expected file to match new _int.sql. | Tom Lane |
| 2003-06-11 | Add missing intarray files. | Bruce Momjian |
| 2003-06-11 | Changes: | Bruce Momjian |
| 2003-05-27 | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian |
| 2003-05-16 | Fix failure when uniq-ifying an array of zero elements. | Tom Lane |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2003-03-10 | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane |
| 2002-12-27 | Small fix in documentation and some examples of usage. Please, apply to | Bruce Momjian |
| 2002-11-13 | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian |
| 2002-11-11 | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian |
| 2002-11-10 | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian |
| 2002-11-01 | Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change. | Tom Lane |
| 2002-10-21 | SET autocommit no longer needed in /contrib because pg_regress.sh does | Bruce Momjian |
| 2002-10-18 | Update /contrib for "autocommit TO 'on'". | Bruce Momjian |
| 2002-10-03 | This is small README fix for contrib/intarray. Thank you. | Bruce Momjian |
| 2002-09-14 | Clean up mess from duplicate patches. | Tom Lane |
| 2002-09-12 | > intarray and ltree both seem to be mapping their own declarations onto | Bruce Momjian |
| 2002-09-12 | The attached small patch fixes the cause of the regression test failure | Bruce Momjian |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | I checked all the previous string handling errors and most of them were | Bruce Momjian |
| 2002-08-23 | Update contrib regression tests for OPAQUE datatype changes. | Tom Lane |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-08-10 | August 6, 2002 | Bruce Momjian |
| 2002-07-29 | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane |
| 2002-06-07 | Please apply attached patch to contrib/intarray (7.2, 7.3). | Bruce Momjian |
| 2002-04-17 | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-02-07 | Repair some problems in GIST-index contrib modules. Patch from | Tom Lane |
| 2001-11-24 | Remove bogus pg_amop insertion commands, per discussion of 25-Oct. | Tom Lane |
| 2001-10-04 | 1. Implemented binary search in array | Bruce Momjian |
| 2001-09-30 | Changes: | Tom Lane |
| 2001-09-30 | Update required due to recent changes in FigureColname. | Tom Lane |
| 2001-09-23 | please apply attached patch to current CVS. | Bruce Momjian |
| 2001-09-06 | To fix the perpetually broken makefiles in the contrib tree, I have | Peter Eisentraut |
| 2001-08-22 | Update GiST for new pg_opclass arrangement (finally a clean solution | Tom Lane |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-08-10 | 1. null-safe interface to GiST | Bruce Momjian |
| 2001-08-04 | Looks okay in a quick glance, except error message spelling is poor: | Bruce Momjian |