| Commit message (Expand) | Author | Age | Files | Lines |
| * | Throw a useful error message if an extension script file is fed to psql. | Tom Lane | 2011-10-12 | 2 | -0/+6 |
| * | Avoid locale dependency in expected output. | Tom Lane | 2011-08-24 | 2 | -190/+0 |
| * | Fix multiple bugs in extension dropping. | Tom Lane | 2011-08-24 | 2 | -2/+404 |
| * | Support "make check" in contrib | Peter Eisentraut | 2011-04-25 | 2 | -0/+3 |
| * | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane | 2011-02-13 | 1 | -10/+10 |
| * | Convert contrib modules to use the extension facility. | Tom Lane | 2011-02-13 | 8 | -52/+28 |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 1 | -2/+2 |
| * | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane | 2010-09-22 | 1 | -0/+2 |
| * | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 | 1 | -0/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 4 | -4/+4 |
| * | Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were | Tom Lane | 2010-07-05 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -5/+5 |
| * | Make earthdistance use version-0 calling convention if not USE_FLOAT8_BYVAL, | Tom Lane | 2008-04-21 | 1 | -14/+56 |
| * | Convert earthdistance's only C function to v1 call convention, | Tom Lane | 2008-04-20 | 1 | -12/+15 |
| * | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian | 2007-11-13 | 2 | -0/+4 |
| * | Make /contrib install/uninstall script consistent: | Bruce Momjian | 2007-11-11 | 1 | -0/+1 |
| * | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian | 2007-11-10 | 1 | -2/+1 |
| * | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian | 2007-11-10 | 1 | -127/+0 |
| * | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane | 2007-06-26 | 1 | -2/+3 |
| * | Fix two more regression tests whose expected outputs were not updated | Neil Conway | 2007-02-01 | 1 | -4/+4 |
| * | Handle missing M_PI the same way we've been doing in the core code, | Tom Lane | 2006-10-19 | 1 | -4/+5 |
| * | Further MSVC portability fixes from Magnus. | Tom Lane | 2006-10-19 | 1 | -1/+4 |
| * | Rename contrib contains/contained-by operators to @> and <@, per discussion. | Tom Lane | 2006-09-10 | 3 | -33/+33 |
| * | fix most regression tests for new cube code. | Andrew Dunstan | 2006-07-27 | 2 | -3/+4 |
| * | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 1 | -1/+3 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -4/+12 |
| * | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 1 | -0/+2 |
| * | Update /contrib regression tests for escape_string_warning. | Bruce Momjian | 2006-03-08 | 1 | -1/+1 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 1 | -10/+10 |
| * | contrib uninstall scripts | Peter Eisentraut | 2006-02-27 | 2 | -1/+25 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -1/+1 |
| * | 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/+3 |
| * | Refer to ll_to_earth() function by its actual name. | Tom Lane | 2004-10-04 | 1 | -2/+3 |
| * | > Please find enclose a submission to fix these problems. | Bruce Momjian | 2004-08-20 | 1 | -5/+9 |
| * | Remove incorrect remark about having to restart backend to load a new | Tom Lane | 2003-12-27 | 1 | -6/+0 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -6/+7 |
| * | Update contrib regression tests for recent error message editing. | Tom Lane | 2003-08-01 | 1 | -1/+1 |
| * | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 | 2 | -15/+12 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 2 | -4/+2 |
| * | The attached patches change earthdistance to use the new cube functions | Bruce Momjian | 2003-02-13 | 2 | -24/+24 |
| * | Clean up format of SQL. | Bruce Momjian | 2002-11-08 | 2 | -274/+274 |
| * | The attached patch defines functions for getting distances between | Bruce Momjian | 2002-11-08 | 5 | -57/+1266 |
| * | When I removed the cube based stuff from eathdistance I accidentally | Bruce Momjian | 2002-10-21 | 2 | -2/+2 |
| * | SET autocommit no longer needed in /contrib because pg_regress.sh does | Bruce Momjian | 2002-10-21 | 1 | -1/+0 |
| * | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 | 3 | -64/+60 |
| * | Shouldn't be here ... | Tom Lane | 2002-09-25 | 1 | -158/+0 |
| * | Install proper earthdistance file, regression passes. | Bruce Momjian | 2002-09-25 | 1 | -255/+0 |
| * | Add missing earthdistance regression test files. | Bruce Momjian | 2002-09-25 | 2 | -0/+458 |