summaryrefslogtreecommitdiff
path: root/contrib/hstore/hstore_io.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory allocation for output of hstore type.Teodor Sigaev2009-04-021-3/+11
* Fix contrib/hstore to throw an error for keys or values that don't fit in itsTom Lane2009-03-151-6/+25
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-281-3/+3
* Fix typos in comments and error messages in HStore. Patch from FilipNeil Conway2006-12-051-7/+7
* pgindent run for 8.2.Bruce Momjian2006-10-041-215/+318
* 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
* Fix compiler warnings on 64-bit boxes: difference betweenTeodor Sigaev2006-09-061-4/+4
* Add hstore contrib module.Teodor Sigaev2006-09-051-0/+370