summaryrefslogtreecommitdiff
path: root/contrib/earthdistance
Commit message (Expand)AuthorAgeFilesLines
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-5/+5
* Make earthdistance use version-0 calling convention if not USE_FLOAT8_BYVAL,Tom Lane2008-04-211-14/+56
* Convert earthdistance's only C function to v1 call convention,Tom Lane2008-04-201-12/+15
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-132-0/+4
* Make /contrib install/uninstall script consistent:Bruce Momjian2007-11-111-0/+1
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1
* Move most /contrib README files into SGML. Some still need conversionBruce Momjian2007-11-101-127/+0
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Fix two more regression tests whose expected outputs were not updatedNeil Conway2007-02-011-4/+4
* Handle missing M_PI the same way we've been doing in the core code,Tom Lane2006-10-191-4/+5
* Further MSVC portability fixes from Magnus.Tom Lane2006-10-191-1/+4
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-103-33/+33
* fix most regression tests for new cube code.Andrew Dunstan2006-07-272-3/+4
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-4/+12
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* Update /contrib regression tests for escape_string_warning.Bruce Momjian2006-03-081-1/+1
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-10/+10
* contrib uninstall scriptsPeter Eisentraut2006-02-272-1/+25
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-1/+1
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Partial fixes for contrib build on AIX: include -lm where needed.Tom Lane2005-07-241-1/+3
* Refer to ll_to_earth() function by its actual name.Tom Lane2004-10-041-2/+3
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-5/+9
* Remove incorrect remark about having to restart backend to load a newTom Lane2003-12-271-6/+0
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2003-08-041-6/+7
* Update contrib regression tests for recent error message editing.Tom Lane2003-08-011-1/+1
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-242-15/+12
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-142-4/+2
* The attached patches change earthdistance to use the new cube functionsBruce Momjian2003-02-132-24/+24
* Clean up format of SQL.Bruce Momjian2002-11-082-274/+274
* The attached patch defines functions for getting distances betweenBruce Momjian2002-11-085-57/+1266
* When I removed the cube based stuff from eathdistance I accidentallyBruce Momjian2002-10-212-2/+2
* SET autocommit no longer needed in /contrib because pg_regress.sh doesBruce Momjian2002-10-211-1/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-183-64/+60
* Shouldn't be here ...Tom Lane2002-09-251-158/+0
* Install proper earthdistance file, regression passes.Bruce Momjian2002-09-251-255/+0
* Add missing earthdistance regression test files.Bruce Momjian2002-09-252-0/+458
* Add earthdistance regression file.Bruce Momjian2002-09-241-0/+158
* I have included fixes to declare some floating point constants as doubleBruce Momjian2002-09-204-16/+30
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-061-35/+6
* geo_distance function needs to be marked strict.Tom Lane2001-08-161-1/+2
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-181-1/+2
* Playing with the earthdistance stuff, and found I needed the followingBruce Momjian2001-05-301-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-1/+1
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-201-2/+2
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-5/+4
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-2/+3
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-091-34/+19