summaryrefslogtreecommitdiff
path: root/contrib/hstore
Commit message (Expand)AuthorAgeFilesLines
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-061-1/+19
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-1411-59/+355
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-284-28/+28
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-7/+7
* Remove useless CPPFLAGS.Peter Eisentraut2007-02-091-4/+1
* Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut2007-02-091-2/+2
* Fix typos in comments and error messages in HStore. Patch from FilipNeil Conway2006-12-052-8/+8
* Rename function 'isexists' and 'isdefined' toTeodor Sigaev2006-10-115-31/+43
* pgindent run for 8.2.Bruce Momjian2006-10-044-723/+950
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-4/+4
* Fix some uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane2006-09-151-1/+1
* Add uninstall scriptTeodor Sigaev2006-09-122-0/+40
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-104-49/+85
* Fix compiler warnings on 64-bit boxes: difference betweenTeodor Sigaev2006-09-061-4/+4
* Fix markup and license.Teodor Sigaev2006-09-051-9/+14
* Add hstore contrib module.Teodor Sigaev2006-09-0512-0/+3695