| Commit message (Expand) | Author | Age |
* | Rename contrib contains/contained-by operators to @> and <@, per discussion. | Tom Lane | 2006-09-10 |
* | Changes | Teodor Sigaev | 2006-06-28 |
* | Got tired of waiting for spoonbill's compiler to get fixed. Let's | Tom Lane | 2006-06-01 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 |
* | Put flex'ed and bison'ed files in contrib in the distribution tarball, as | Peter Eisentraut | 2006-04-03 |
* | Fix a number of syntax errors in contrib modules' uninstall scripts. | Neil Conway | 2006-03-13 |
* | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane | 2006-03-07 |
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 |
* | contrib uninstall scripts | Peter Eisentraut | 2006-02-27 |
* | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 |
* | Fix several contrib makefiles that failed in VPATH builds, particularly | Tom Lane | 2005-10-18 |
* | 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-10-15 |
* | PGXS should be set with := not =, as specified in the documentation, | Tom Lane | 2005-09-27 |
* | Adjust contrib/seg &< and &> operators so that r-tree indexing logic | Tom Lane | 2005-06-27 |
* | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 |
* | Cleanup of GiST extensions in contrib/: now that we always invoke GiST | Neil Conway | 2005-05-21 |
* | Add comparison file for exp-three-digits formatting. | Tom Lane | 2004-10-24 |
* | Replace ad-hoc atof() code with call to float4in, per Andrew Dunstan. | Tom Lane | 2004-10-24 |
* | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | 2004-10-21 |
* | Fix contrib/cube and contrib/seg to compile on Windows. | Tom Lane | 2004-09-14 |
* | Fix two typos in comments. | Neil Conway | 2004-09-10 |
* | Fix ancient declaration inconsistency in cube & seg ... came across a | Tom Lane | 2004-09-02 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | > Please find enclose a submission to fix these problems. | Bruce Momjian | 2004-08-20 |
* | Make installation instructions match reality. | Peter Eisentraut | 2004-07-12 |
* | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev | 2004-03-30 |
* | Localize our dependencies on the way to create NAN or INFINITY. | Tom Lane | 2004-03-15 |
* | Add %option nodefault to all our flex lexers. Fix a couple of rule gaps | Tom Lane | 2004-02-24 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Make contrib/seg work with flex 2.5.31. Fix it up to have a real | Tom Lane | 2003-09-14 |
* | Update contrib regression tests for recent error message editing. | Tom Lane | 2003-08-01 |
* | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 |
* | Ensure that in all flex lexers that are part of the backend, a | Tom Lane | 2003-05-29 |
* | 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-05-14 |
* | Tweak bison build rules so that we get the same error messages from | Tom Lane | 2003-01-31 |
* | Fix a dozen or so places that were passing unpredictable data strings | Tom Lane | 2002-11-22 |
* | Remove no-longer-needed inclusions to improve backward compatibility | Tom Lane | 2002-11-07 |
* | 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-11-01 |
* | SET autocommit no longer needed in /contrib because pg_regress.sh does | Bruce Momjian | 2002-10-21 |
* | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 |
* | 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-22 |
* | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane | 2002-09-05 |
* | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 |
* | Update contrib regression tests for OPAQUE datatype changes. | Tom Lane | 2002-08-23 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Replace ad-hoc insertions into pg_opclass and friends with CREATE | Tom Lane | 2002-07-30 |