Commit Graph

58 Commits (607b2be7bb230ea4c558cb3101794f94de35ab85)

Author SHA1 Message Date
Tom Lane 3d1588cd3e Make earthdistance use version-0 calling convention if not USE_FLOAT8_BYVAL, 18 years ago
Tom Lane dc192a5d8c Convert earthdistance's only C function to v1 call convention, 18 years ago
Bruce Momjian 33e2e02493 Add CVS version labels to all install/uninstall scripts. 18 years ago
Bruce Momjian 926bbab448 Make /contrib install/uninstall script consistent: 18 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Bruce Momjian c3c69ab4fd Move most /contrib README files into SGML. Some still need conversion 18 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Neil Conway 2576dd4dee Fix two more regression tests whose expected outputs were not updated 19 years ago
Tom Lane 28997903a1 Handle missing M_PI the same way we've been doing in the core code, 19 years ago
Tom Lane f6e00ae128 Further MSVC portability fixes from Magnus. 19 years ago
Tom Lane 684ad6a92f Rename contrib contains/contained-by operators to @> and <@, per discussion. 20 years ago
Andrew Dunstan 596b858fcb fix most regression tests for new cube code. 20 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago
Tom Lane 20ab467d76 Improve parser so that we can show an error cursor position for errors 20 years ago
Bruce Momjian f3d99d160d Add CVS tag lines to files that were lacking them. 20 years ago
Bruce Momjian daab4a101f Update /contrib regression tests for escape_string_warning. 20 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Peter Eisentraut fe83b3ebc6 contrib uninstall scripts 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 21 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 21 years ago
Tom Lane ac652466ec Partial fixes for contrib build on AIX: include -lm where needed. 21 years ago
Tom Lane 1b7f214071 Refer to ll_to_earth() function by its actual name. 22 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 22 years ago
Tom Lane 2cdace962b Remove incorrect remark about having to restart backend to load a new 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Tom Lane 6ed071bca5 Update contrib regression tests for recent error message editing. 23 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Bruce Momjian 9ccaaf676f The attached patches change earthdistance to use the new cube functions 23 years ago
Bruce Momjian a5715eecb6 Clean up format of SQL. 23 years ago
Bruce Momjian 4c1383efd1 The attached patch defines functions for getting distances between 23 years ago
Bruce Momjian b825a8f025 When I removed the cube based stuff from eathdistance I accidentally 24 years ago
Bruce Momjian e5cf1a8a26 SET autocommit no longer needed in /contrib because pg_regress.sh does 24 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 24 years ago
Tom Lane 691aefcf42 Shouldn't be here ... 24 years ago
Bruce Momjian df88a3cfc5 Install proper earthdistance file, regression passes. 24 years ago
Bruce Momjian 65bf5a39e0 Add missing earthdistance regression test files. 24 years ago
Bruce Momjian 87eb561c88 Add earthdistance regression file. 24 years ago
Bruce Momjian 24bebf0b72 I have included fixes to declare some floating point constants as double 24 years ago
Peter Eisentraut 17cc78ef01 To fix the perpetually broken makefiles in the contrib tree, I have 25 years ago
Tom Lane a61e15a566 geo_distance function needs to be marked strict. 25 years ago
Bruce Momjian 558fae16e3 The attached patch enables the contrib subtree to build cleanly under 25 years ago
Bruce Momjian 3f5563d131 Playing with the earthdistance stuff, and found I needed the following 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Peter Eisentraut cb6edf9d56 Make sure -L and -I's for our source tree are always before system include 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Peter Eisentraut 805e431a38 Add support for VPATH builds, that is, building somewhere else than in the 26 years ago
Peter Eisentraut 74618e2b82 Another round of those unportable config/build changes :-/ 26 years ago
Bruce Momjian 5c603943ef Makefile cleanup from Karel. 26 years ago