| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -110/+129 |
| * | Rename contrib contains/contained-by operators to @> and <@, per discussion. | Tom Lane | 2006-09-10 | 8 | -125/+154 |
| * | Fix incorrect function return code in cube_cmp and cube_dim; | Tom Lane | 2006-07-27 | 4 | -27/+55 |
| * | revert last change - broke non-AIX platforms. | Andrew Dunstan | 2006-07-27 | 1 | -4/+4 |
| * | another try at keeping AIX/ppc happy on cube test. | Andrew Dunstan | 2006-07-27 | 1 | -4/+4 |
| * | fix most regression tests for new cube code. | Andrew Dunstan | 2006-07-27 | 3 | -16/+45 |
| * | /contrib/cube improvements: | Bruce Momjian | 2006-07-25 | 7 | -196/+662 |
| * | Changes | Teodor Sigaev | 2006-06-28 | 1 | -3/+3 |
| * | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 1 | -1/+3 |
| * | Put flex'ed and bison'ed files in contrib in the distribution tarball, as | Peter Eisentraut | 2006-04-03 | 2 | -8/+16 |
| * | Fix a number of syntax errors in contrib modules' uninstall scripts. | Neil Conway | 2006-03-13 | 1 | -7/+3 |
| * | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 4 | -0/+7 |
| * | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane | 2006-03-07 | 2 | -6/+7 |
| * | Woops: also update the alternative "expected" files for contrib/cube's | Neil Conway | 2006-03-01 | 2 | -12/+12 |
| * | Update the expected regression test results to account for the changes to | Neil Conway | 2006-03-01 | 1 | -6/+6 |
| * | This patch makes the error message strings throughout the backend | Neil Conway | 2006-03-01 | 1 | -8/+9 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 1 | -33/+33 |
| * | contrib uninstall scripts | Peter Eisentraut | 2006-02-27 | 2 | -1/+95 |
| * | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 | 1 | -1/+1 |
| * | Fix several contrib makefiles that failed in VPATH builds, particularly | Tom Lane | 2005-10-18 | 1 | -1/+3 |
| * | Suppress warnings on platforms where fprintf is a macro (eg, recent | Tom Lane | 2005-10-15 | 1 | -0/+1 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -29/+26 |
| * | PGXS should be set with := not =, as specified in the documentation, | Tom Lane | 2005-09-27 | 1 | -2/+2 |
| * | Partial fixes for contrib build on AIX: include -lm where needed. | Tom Lane | 2005-07-24 | 1 | -1/+2 |
| * | Remove the << >> &< and &> operators for contrib/cube, which were | Tom Lane | 2005-06-27 | 7 | -978/+13 |
| * | Cleanup of GiST extensions in contrib/: now that we always invoke GiST | Neil Conway | 2005-05-21 | 1 | -12/+0 |
| * | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway | 2005-05-17 | 1 | -0/+1 |
| * | Add comparison file for exp-three-digits formatting. | Tom Lane | 2004-10-24 | 1 | -0/+1292 |
| * | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | 2004-10-21 | 1 | -4/+2 |
| * | Add variant regression file to handle machines that convert -1e-700 | Tom Lane | 2004-09-30 | 1 | -0/+1292 |
| * | Fix contrib/cube and contrib/seg to compile on Windows. | Tom Lane | 2004-09-14 | 3 | -54/+52 |
| * | Fix two typos in comments. | Neil Conway | 2004-09-10 | 1 | -1/+1 |
| * | Fix ancient declaration inconsistency in cube & seg ... came across a | Tom Lane | 2004-09-02 | 1 | -2/+1 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -1/+1 |
| * | > Please find enclose a submission to fix these problems. | Bruce Momjian | 2004-08-20 | 1 | -10/+14 |
| * | Make installation instructions match reality. | Peter Eisentraut | 2004-07-12 | 1 | -6/+2 |
| * | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev | 2004-03-30 | 2 | -18/+16 |
| * | Add %option nodefault to all our flex lexers. Fix a couple of rule gaps | Tom Lane | 2004-02-24 | 1 | -1/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Make contrib/cube work with flex 2.5.31. Fix it up to have a real | Tom Lane | 2003-09-14 | 9 | -424/+221 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -34/+42 |
| * | Update contrib regression tests for recent error message editing. | Tom Lane | 2003-08-01 | 1 | -1/+1 |
| * | elog mop-up. | Tom Lane | 2003-07-27 | 1 | -2/+0 |
| * | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 | 3 | -81/+132 |
| * | Ensure that in all flex lexers that are part of the backend, a | Tom Lane | 2003-05-29 | 1 | -1/+3 |
| * | Fix various recent build and regression-test problems in contrib/. | Tom Lane | 2003-05-14 | 1 | -8/+2 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 2 | -4/+2 |
| * | The attached patch provides cube with 4 functions for building cubes | Bruce Momjian | 2003-02-13 | 5 | -17/+205 |
| * | Tweak bison build rules so that we get the same error messages from | Tom Lane | 2003-01-31 | 1 | -2/+8 |
| * | When I made the cube(text) function for 7.3, I neglected to add a | Bruce Momjian | 2002-11-23 | 1 | -0/+2 |