Commit Graph

70 Commits (e126958c2efdfc2d60b978d1fc7a780ff647e8ad)

Author SHA1 Message Date
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Tom Lane ba69b419a8 Avoid locale dependency in expected output. 15 years ago
Tom Lane cb5c2ba2d8 Fix multiple bugs in extension dropping. 15 years ago
Peter Eisentraut f8ebe3bcc5 Support "make check" in contrib 15 years ago
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Tom Lane cc2c8152e6 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander fe9b36fd59 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane f9e9da6664 Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that were 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
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. 20 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 23 years ago
Bruce Momjian e5cf1a8a26 SET autocommit no longer needed in /contrib because pg_regress.sh does 23 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