| Age | Commit message (Expand) | Author |
| 2011-04-25 | Support "make check" in contrib | Peter Eisentraut |
| 2011-02-18 | One more hack to make contrib upgrades from 9.0 match fresh 9.1 installs. | Tom Lane |
| 2011-02-14 | Assorted fixups for "unpackaged" conversion scripts. | Tom Lane |
| 2011-02-14 | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane |
| 2011-02-14 | Convert contrib modules to use the extension facility. | Tom Lane |
| 2011-01-08 | Ooops, forgot to fix contrib/tsearch2's references to GIN support funcs. | Tom Lane |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
| 2010-09-22 | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-08-19 | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut |
| 2010-08-05 | Standardize get_whatever_oid functions for other object types. | Robert Haas |
| 2010-04-28 | Fix contrib/tsearch2 expected results to match recent changes in URL parsing. | Tom Lane |
| 2010-02-08 | Create an official API function for C functions to use to check if they are | Tom Lane |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-11-22 | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-05-08 | Add alternative expected output files for cs_CZ locale for btree_gist and | Heikki Linnakangas |
| 2009-03-25 | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane |
| 2009-01-28 | Fix bug with multiple evaluation of tsearch2 compatibility trigger, trigger | Teodor Sigaev |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
| 2008-05-16 | Update contrib for tsearch changes. | Tom Lane |
| 2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-28 | Adjust the names of a couple of tsearch index support functions that had | Tom Lane |
| 2007-11-20 | Adjust contrib/tsearch2 regression results to use XML tag and XML entity desc... | Andrew Dunstan |
| 2007-11-16 | Add snb_ru_init(internal) to list of stub functions in tsearch2 | Tom Lane |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-13 | Resurrect the code for the rewrite(ARRAY[...]) aggregate function, | Tom Lane |
| 2007-11-13 | Ooops, missed one file to remove. | Tom Lane |
| 2007-11-13 | Replace the now-incompatible-with-core contrib/tsearch2 module with a | Tom Lane |
| 2007-11-13 | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian |
| 2007-11-11 | Make /contrib install/uninstall script consistent: | Bruce Momjian |
| 2007-11-07 | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut |
| 2007-07-15 | Avoid possibly-unportable initializer, per buildfarm warning. | Tom Lane |
| 2007-07-15 | Silence Solaris compiler warnings, per buildfarm. | Tom Lane |
| 2007-07-15 | Fix compile warning on Solaris, per buildfarm. (Why have we got | Tom Lane |
| 2007-07-15 | Fix unportable use of isspace(), per buildfarm results. | Tom Lane |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
| 2007-04-06 | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane |
| 2007-04-02 | Fix caching of unsuccessful initialization of parser or configuration. | Teodor Sigaev |
| 2007-03-28 | Fix uninitialized-variable bug. | Tom Lane |
| 2007-03-26 | Add checking of end of line in parsing stopword list. Thanks to sharp eyes of... | Teodor Sigaev |
| 2007-03-26 | Fix stopword and synonym files parsing bug in MSVC build, per report from | Teodor Sigaev |
| 2007-03-22 | Fix parser bug on Windows with UTF8 encoding and C locale, the reason was | Teodor Sigaev |
| 2007-02-28 | Fix up several contrib modules that were using varlena datatypes in not-so-ob... | Tom Lane |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |