Commit Graph

16 Commits (c0e8fb6148ce9c539f6fbde71faa955cab85f214)

Author SHA1 Message Date
Tom Lane 8c4164540b Add -lm to SHLIB_LINK for contrib/btree_gist. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Robert Haas 90a391c645 Regression tests for new btree_gist "not equals" support. 15 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 18 years ago
Peter Eisentraut 994b1cb59e Add $PostgreSQL$ marker to contrib makefiles. 19 years ago
Peter Eisentraut fe83b3ebc6 contrib uninstall scripts 20 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 20 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 21 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
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
Peter Eisentraut 17cc78ef01 To fix the perpetually broken makefiles in the contrib tree, I have 24 years ago
Tom Lane 29ec29ffac Makefile forgot to install README.btree_gist. 24 years ago
Tom Lane a9289708af New contrib module for BTREE emulation in GiST. 24 years ago
Bruce Momjian 7aac048b59 Attached is a patch to deal with the ones that I missed the first time 25 years ago
Tom Lane 16f85390f2 Support for emulating RTREE indexing in GiST. Contributed by 25 years ago
Peter Eisentraut cb6edf9d56 Make sure -L and -I's for our source tree are always before system include 25 years ago
Peter Eisentraut 2660803697 Only look for bison as YACC; other yaccs need to be selected explicitly. 25 years ago
Tom Lane a3694b420f Gene Selkov's SEG datatype (GiST example code) 25 years ago
Tom Lane 9892ddf5ee Gene Selkov's CUBE datatype (GiST example code) 25 years ago