| Age | Commit message (Expand) | Author |
| 2011-11-01 | Clean up whitespace and indentation in parser and scanner files | Peter Eisentraut |
| 2011-10-12 | Throw a useful error message if an extension script file is fed to psql. | Tom Lane |
| 2011-09-04 | Clean up the #include mess a little. | Tom Lane |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-09-01 | Remove "fmgr.h" include in cube contrib --- caused crash on a Gentoo | Bruce Momjian |
| 2011-08-27 | Allow more include files to be compiled in their own by adding missing | Bruce Momjian |
| 2011-08-25 | Add "%option warn" to all flex input files that lacked it. | Tom Lane |
| 2011-04-25 | Support "make check" in contrib | Peter Eisentraut |
| 2011-04-10 | Remove CRLF line endings in new cube results file. | Andrew Dunstan |
| 2011-04-10 | Adjust regression tests on cube and ECPG for MinGW 64 bit compiler. | Andrew Dunstan |
| 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-09 | Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. | Tom Lane |
| 2010-11-23 | Remove useless whitespace at end of lines | Peter Eisentraut |
| 2010-11-15 | Fix bug in cube picksplit algorithm. | Robert Haas |
| 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-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 |