| Age | Commit message (Expand) | Author |
| 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-04-23 | Fix various instances of "the the". | Robert Haas |
| 2009-08-28 | Derived files that are shipped in the distribution used to be built in the | Peter Eisentraut |
| 2009-06-11 | Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2008-11-26 | Add %expect 0 to all parser input files to prevent conflicts slipping by. | Peter Eisentraut |
| 2008-09-02 | Prevent memory leaks in our various bison parsers when an error occurs | Tom Lane |
| 2008-09-01 | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane |
| 2008-08-29 | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut |
| 2008-08-25 | Add %option noinput to contrib's flex scanners, to suppress gcc 4.3 | Tom Lane |
| 2008-05-29 | Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 | Tom Lane |
| 2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 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-10 | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian |
| 2007-11-10 | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian |
| 2007-09-29 | Support functions for index opclasses should be immutable. | Tom Lane |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
| 2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
| 2007-03-07 | Athough cube is a varlena type, nowhere was a detoasting of cube's value, so | Teodor Sigaev |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
| 2007-02-09 | Remove useless CPPFLAGS. | Peter Eisentraut |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-10 | Rename contrib contains/contained-by operators to @> and <@, per discussion. | Tom Lane |
| 2006-07-27 | Fix incorrect function return code in cube_cmp and cube_dim; | Tom Lane |
| 2006-07-27 | revert last change - broke non-AIX platforms. | Andrew Dunstan |
| 2006-07-27 | another try at keeping AIX/ppc happy on cube test. | Andrew Dunstan |
| 2006-07-27 | fix most regression tests for new cube code. | Andrew Dunstan |
| 2006-07-25 | /contrib/cube improvements: | Bruce Momjian |
| 2006-06-28 | Changes | Teodor Sigaev |
| 2006-05-30 | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane |
| 2006-04-03 | Put flex'ed and bison'ed files in contrib in the distribution tarball, as | Peter Eisentraut |
| 2006-03-13 | Fix a number of syntax errors in contrib modules' uninstall scripts. | Neil Conway |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 2006-03-07 | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane |
| 2006-03-01 | Woops: also update the alternative "expected" files for contrib/cube's | Neil Conway |
| 2006-03-01 | Update the expected regression test results to account for the changes to | Neil Conway |
| 2006-03-01 | This patch makes the error message strings throughout the backend | Neil Conway |
| 2006-02-27 | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut |
| 2006-02-27 | contrib uninstall scripts | Peter Eisentraut |
| 2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane |
| 2005-10-18 | Fix several contrib makefiles that failed in VPATH builds, particularly | Tom Lane |
| 2005-10-15 | Suppress warnings on platforms where fprintf is a macro (eg, recent | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-09-27 | PGXS should be set with := not =, as specified in the documentation, | Tom Lane |
| 2005-07-24 | Partial fixes for contrib build on AIX: include -lm where needed. | Tom Lane |
| 2005-06-27 | Remove the << >> &< and &> operators for contrib/cube, which were | Tom Lane |
| 2005-05-21 | Cleanup of GiST extensions in contrib/: now that we always invoke GiST | Neil Conway |