Commit Graph

160 Commits (f2343653f5b2aecfc759f36dbb3fd2a61f36853e)

Author SHA1 Message Date
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 20 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
Bruce Momjian a45f4c2533 /contrib/btree_gist adjustments for new 'day' interval value. 20 years ago
Teodor Sigaev ef770cbb69 Fixes from Janko Richter <jankorichter@yahoo.de> 20 years ago
Tom Lane b5f7cff84f Clean up the rather historically encumbered interface to now() and 21 years ago
Neil Conway 36ab600511 Cleanup of GiST extensions in contrib/: now that we always invoke GiST 21 years ago
Neil Conway c6c6fa8f7e Fix typo in comment. 21 years ago
Neil Conway 8d6e9bca37 This patch makes some minor style cleanups to contrib/btree_gist: remove 21 years ago
Tom Lane c5b08d3b7d Fix btree_gist to handle timetz zone correctly per recent changes. 21 years ago
Teodor Sigaev e1662cb6b8 Simplify/clean up code for varlena types 21 years ago
Teodor Sigaev ea90a93a46 Fix float8->int64 transformation 21 years ago
Teodor Sigaev 4784fe9ea2 Simplify defines 21 years ago
Teodor Sigaev 47979e671c Fix memory leak for timestamp(with and w/o tz) and indexes 21 years ago
Neil Conway feac3364ed Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gist 21 years ago
Bruce Momjian 15d3f9f6b7 Another pgindent run with lib typedefs added. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Tom Lane 86d78021a4 Whack btree_gist code around until it has some small hope of building 21 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 21 years ago
Teodor Sigaev 7b81988f9b - Add aligment of variable data types 22 years ago
Teodor Sigaev 42d069886f New version. Add support for int2, int8, float4, float8, timestamp with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST 22 years ago
Teodor Sigaev f2c064afcb Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 6ed071bca5 Update contrib regression tests for recent error message editing. 22 years ago
Tom Lane e8db9b26d0 elog mop-up. 22 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 22 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Tom Lane bb3c00ee28 Regression output didn't get updated to match recent commit. 23 years ago
Bruce Momjian e0d043b94d please apply attached patch to current CVS. 23 years ago
Bruce Momjian 4efbbd7318 We just released new version of contrib/btree_gist 23 years ago
Tom Lane 1e970dcee8 Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change. 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'". 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane ceb9e60e8e Update contrib regression tests for OPAQUE datatype changes. 23 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 23 years ago
Tom Lane 65b6868b13 Replace ad-hoc insertions into pg_opclass and friends with CREATE 23 years ago