summaryrefslogtreecommitdiff
path: root/contrib/hstore/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Allow subscripting of hstore values.Tom Lane2020-12-111-1/+3
* Remove no-longer-usable hstore--1.0--1.1.sql update script.Tom Lane2020-08-151-1/+1
* Implement operator class parametersAlexander Korotkov2020-03-301-0/+1
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-191-2/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-2/+7
* Add a 64-bit hash function for type hstore.Tom Lane2018-11-231-1/+3
* Provide for contrib and pgxs modules to install include files.Andrew Gierth2018-07-311-0/+2
* Distinguish selectivity of < from <= and > from >=.Tom Lane2017-09-131-1/+2
* Handle contrib's GIN/GIST support function signature changes honestly.Tom Lane2016-06-091-1/+1
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-041-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-1/+2
* Fix makefile broken by hstore fix.Andrew Dunstan2013-09-291-1/+2
* Don't install hstore--1.0.sql any more.Robert Haas2012-02-221-2/+1
* Remove hstore's text => text operator.Robert Haas2011-11-071-1/+2
* Convert contrib modules to use the extension facility.Tom Lane2011-02-131-2/+3
* PGXS support for contrib/hstoreRobert Haas2011-01-231-4/+9
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Assorted improvements in contrib/hstore.Tom Lane2009-09-301-2/+3
* Remove references to READMEs from /contrib Makefiles.Bruce Momjian2007-11-101-2/+1
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-141-2/+2
* Remove useless CPPFLAGS.Peter Eisentraut2007-02-091-4/+1
* Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut2007-02-091-2/+2
* Add uninstall scriptTeodor Sigaev2006-09-121-0/+1
* Add hstore contrib module.Teodor Sigaev2006-09-051-0/+17