summaryrefslogtreecommitdiff
path: root/contrib/hstore
Commit message (Expand)AuthorAgeFilesLines
* Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane2010-09-221-0/+2
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Deprecate the use of => as an operator name.Robert Haas2010-06-222-0/+7
* Fix memory allocation for output of hstore type.Teodor Sigaev2009-04-021-3/+10
* Fix contrib/hstore to throw an error for keys or values that don't fit in itsTom Lane2009-03-154-4/+37
* 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