summaryrefslogtreecommitdiff
path: root/contrib/earthdistance
Commit message (Expand)AuthorAgeFilesLines
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-101-1/+1
* Fix earthdistance test suite function name typo.Noah Misch2018-07-292-24/+28
* Improve English wording of some other getObjectDescription() messages.Tom Lane2018-05-241-4/+4
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Remove support for version-0 calling conventions.Andres Freund2017-03-301-22/+0
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-031-4/+4
* Message style improvementsPeter Eisentraut2016-07-251-1/+1
* Update earthdistance extension for parallel query.Robert Haas2016-06-074-5/+27
* Add missed CREATE EXTENSION ... CASCADE regression test adjustment.Andres Freund2015-10-031-0/+1
* Improve speed of make check-worldPeter Eisentraut2015-04-231-1/+1
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-0/+1
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-101-1/+0
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-2/+0
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Avoid locale dependency in expected output.Tom Lane2011-08-242-190/+0
* Fix multiple bugs in extension dropping.Tom Lane2011-08-242-2/+404
* Support "make check" in contribPeter Eisentraut2011-04-252-0/+3
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-10/+10
* Convert contrib modules to use the extension facility.Tom Lane2011-02-138-52/+28
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-221-0/+2
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-204-4/+4
* Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane2010-07-051-2/+2
* 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