| Age | Commit message (Expand) | Author |
| 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 |
| 2005-05-17 | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway |
| 2004-10-24 | Add comparison file for exp-three-digits formatting. | Tom Lane |
| 2004-10-21 | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane |
| 2004-09-30 | Add variant regression file to handle machines that convert -1e-700 | Tom Lane |
| 2004-09-14 | Fix contrib/cube and contrib/seg to compile on Windows. | Tom Lane |
| 2004-09-10 | Fix two typos in comments. | Neil Conway |
| 2004-09-02 | Fix ancient declaration inconsistency in cube & seg ... came across a | 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-07-12 | Make installation instructions match reality. | Peter Eisentraut |
| 2004-03-30 | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev |
| 2004-02-24 | Add %option nodefault to all our flex lexers. Fix a couple of rule gaps | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-09-14 | Make contrib/cube work with flex 2.5.31. Fix it up to have a real | Tom Lane |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-08-01 | Update contrib regression tests for recent error message editing. | Tom Lane |
| 2003-07-27 | elog mop-up. | Tom Lane |
| 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-02-13 | The attached patch provides cube with 4 functions for building cubes | Bruce Momjian |
| 2003-01-31 | Tweak bison build rules so that we get the same error messages from | Tom Lane |
| 2002-11-23 | When I made the cube(text) function for 7.3, I neglected to add a | Bruce Momjian |
| 2002-11-23 | This is a patch to make cube output work like double precision output | Bruce Momjian |
| 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 | Arrange to compile flex output files as inclusions into other files | Tom Lane |
| 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-09-22 | I haven't seen any objections, so here is a patch. It removes "#define | Tom Lane |
| 2002-09-12 | This is a comprehensive set of diffs (versus current CVS) that replaces those | Bruce Momjian |
| 2002-09-05 | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane |
| 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-29 | Add cube changes file. | Bruce Momjian |
| 2002-08-29 | The changes I have made are described in CHANGES. This was based on | 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-18 | Fix potential buffer overrun in cube_out(), per report from | Tom Lane |
| 2002-07-30 | Replace ad-hoc insertions into pg_opclass and friends with CREATE | 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 |