| Age | Commit message (Expand) | Author |
| 2003-07-24 | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane |
| 2003-05-29 | Ensure that in all flex lexers that are part of the backend, a | Tom Lane |
| 2003-05-14 | Fix various recent build and regression-test problems in contrib/. | Tom Lane |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2003-01-31 | Tweak bison build rules so that we get the same error messages from | Tom Lane |
| 2002-11-22 | Fix a dozen or so places that were passing unpredictable data strings | Tom Lane |
| 2002-11-07 | Remove no-longer-needed inclusions to improve backward compatibility | Tom Lane |
| 2002-11-01 | Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change. | Tom Lane |
| 2002-11-01 | Arrange to compile flex output files as inclusions into other files | 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-09-22 | Remove extraneous | ... while bison 1.28 doesn't object, newer versions | Tom Lane |
| 2002-09-22 | I haven't seen any objections, so here is a patch. It removes "#define | Tom Lane |
| 2002-09-05 | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane |
| 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-07-30 | Replace ad-hoc insertions into pg_opclass and friends with CREATE | Tom Lane |
| 2002-07-30 | Use Max/Min macros, not MAX/MIN, to eliminate portability issues. | Tom Lane |
| 2002-07-30 | Since we're depending on %option noyywrap in the main scanner now, | Tom Lane |
| 2002-04-17 | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane |
| 2001-11-16 | Make the yacc rules safe for parallel make. See discussion on pgsql-patches | Peter Eisentraut |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-09-06 | To fix the perpetually broken makefiles in the contrib tree, I have | Peter Eisentraut |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-10 | 1. null-safe interface to GiST | Bruce Momjian |
| 2001-06-18 | The attached patch enables the contrib subtree to build cleanly under | Bruce Momjian |
| 2001-05-31 | Updates to make GIST work with multi-key indexes (from Oleg Bartunov | Tom Lane |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-02-20 | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut |
| 2001-02-10 | Only look for bison as YACC; other yaccs need to be selected explicitly. | Peter Eisentraut |
| 2000-12-11 | Gene Selkov's SEG datatype (GiST example code) | Tom Lane |