Commit Graph

144 Commits (1f30295eab65eddaa88528876ab66e7095f4bb65)

Author SHA1 Message Date
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 414c5a2ea6 Per-column collation support 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Peter Eisentraut a87d212636 Add missing newlines at end of files 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
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 15 years ago
Robert Haas 90a391c645 Regression tests for new btree_gist "not equals" support. 15 years ago
Robert Haas ad17ff95cf Add btree_gist support for searching on "not equals". 15 years ago
Robert Haas 8a4dc94ca0 Make details of the Numeric representation private to numeric.c. 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Teodor Sigaev aebc4e67ff Preventing intersection of ranges during page split. Changes are only 16 years ago
Tom Lane bcba09e27c Ooops, missed that a couple of contrib modules have calls to byteacmp. 16 years ago
Tom Lane d94582f4f8 Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Heikki Linnakangas a41e9ec0db Add alternative expected output files for cs_CZ locale for btree_gist and 16 years ago
Alvaro Herrera a3540b0f65 Improve our #include situation by moving pointer types away from the 17 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 17 years ago
Tom Lane 8472bf7a73 Allow float8, int8, and related datatypes to be passed by value on machines 17 years ago
Alvaro Herrera 7861d72ea2 Modify the float4 datatype to be pass-by-val. Along the way, remove the last 17 years ago
Tom Lane 9b5c8d45f6 Push index operator lossiness determination down to GIST/GIN opclass 17 years ago
Tom Lane 30e2c42e00 Fix a few contrib regression test scripts that hadn't gotten the word 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 24ad7d4628 Support functions for index opclasses should be immutable. 18 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 18 years ago
Tom Lane 234a02b2a8 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
Peter Eisentraut 994b1cb59e Add $PostgreSQL$ marker to contrib makefiles. 19 years ago
Tom Lane 0d5eb8f9ea Fix btree_gist for new larger money type. 19 years ago
Tom Lane e378f82e00 Make use of qsort_arg in several places that were formerly using klugy 19 years ago
Tom Lane ae643747b1 Fix a passel of recently-committed violations of the rule 'thou shalt 19 years ago
Bruce Momjian 03c2e5924e Add additional includes needed on some platforms. 19 years ago
Bruce Momjian 66c15dfda1 Adjust /contrib for new include file contents. 19 years ago
Bruce Momjian fa601357fb Sort reference of include files, "A" - "F". 19 years ago
Bruce Momjian f0cd764723 Add #include code to prevent multiple inclusion. 19 years ago
Bruce Momjian b538215d5d Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes. 19 years ago
Teodor Sigaev 1f7ef548ec Changes 19 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 19 years ago
Neil Conway 48fb696753 Fix a number of syntax errors in contrib modules' uninstall scripts. 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
Tom Lane 97ec950186 Update btree_gist for CIDR/INET changes --- there's really no need to 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 313ed1ed94 Fix (hopefully for the last time) problems with datetime values displaying 20 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 20 years ago
Tom Lane 3976899f29 Fix storage size for btree_gist interval indexes. Fix penalty 20 years ago