Commit Graph

29 Commits (1dac2dd6779a7a5b35bd222f74bee1fe8c6e560d)

Author SHA1 Message Date
Tomas Vondra 57e3c5160b Add bool GiST opclass to btree_gist 4 years ago
Heikki Linnakangas d92b1cdbab Revert "Add sortsupport for gist_btree opclasses, for faster index builds." 4 years ago
Heikki Linnakangas 9f984ba6d2 Add sortsupport for gist_btree opclasses, for faster index builds. 5 years ago
Alexander Korotkov d98c08cdc6 Update btree_gist extension for parallel query 5 years ago
Tom Lane 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Andrew Dunstan f7946a92b6 Add btree_gist support for enum types. 9 years ago
Stephen Frost c7a9fa399d Add support for EUI-64 MAC addresses as macaddr8 9 years ago
Tom Lane 11da83a0e7 Add uuid to the set of types supported by contrib/btree_gist. 9 years ago
Tom Lane 749a787c5b Handle contrib's GIN/GIST support function signature changes honestly. 9 years ago
Peter Eisentraut 6103b3f368 Improve spelling 10 years ago
Heikki Linnakangas e09b48316c Add index-only scan support to btree_gist. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
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