summaryrefslogtreecommitdiff
path: root/contrib/earthdistance
AgeCommit message (Expand)Author
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2018-07-29Fix earthdistance test suite function name typo.Noah Misch
2018-05-24Improve English wording of some other getObjectDescription() messages.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-03-30Remove support for version-0 calling conventions.Andres Freund
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-11-03psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut
2016-07-26Message style improvementsPeter Eisentraut
2016-06-07Update earthdistance extension for parallel query.Robert Haas
2015-10-03Add missed CREATE EXTENSION ... CASCADE regression test adjustment.Andres Freund
2015-04-23Improve speed of make check-worldPeter Eisentraut
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-10Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-08-24Avoid locale dependency in expected output.Tom Lane
2011-08-24Fix multiple bugs in extension dropping.Tom Lane
2011-04-25Support "make check" in contribPeter Eisentraut
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-05Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-04-21Make earthdistance use version-0 calling convention if not USE_FLOAT8_BYVAL,Tom Lane
2008-04-20Convert earthdistance's only C function to v1 call convention,Tom Lane
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian
2007-11-10Move most /contrib README files into SGML. Some still need conversionBruce Momjian
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-02-01Fix two more regression tests whose expected outputs were not updatedNeil Conway
2006-10-19Handle missing M_PI the same way we've been doing in the core code,Tom Lane
2006-10-19Further MSVC portability fixes from Magnus.Tom Lane
2006-09-10Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane
2006-07-27fix most regression tests for new cube code.Andrew Dunstan
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-08Update /contrib regression tests for escape_string_warning.Bruce Momjian
2006-02-27Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut
2006-02-27contrib uninstall scriptsPeter Eisentraut
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-27PGXS should be set with := not =, as specified in the documentation,Tom Lane