Teodor Sigaev
da5bfbd970
Fix memory allocation for output of hstore type.
...
Per "maosen.zhang" <maosen.zhang@alibaba-inc.com> report.
2009-04-02 18:06:12 +00:00
Tom Lane
98686e1ea1
Fix contrib/hstore to throw an error for keys or values that don't fit in its
...
data structure, rather than silently truncating them. Andrew Gierth
2009-03-15 22:05:44 +00:00
Bruce Momjian
f99a569a2e
pgindent run for 8.2.
2006-10-04 00:30:14 +00:00
Tom Lane
beca984e5f
Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only
...
return true for exactly the characters treated as whitespace by their flex
scanners. Per report from Victor Snezhko and subsequent investigation.
Also fix a passel of unsafe usages of <ctype.h> functions, that is, ye olde
char-vs-unsigned-char issue. I won't miss <ctype.h> when we are finally
able to stop using it.
2006-09-22 21:39:58 +00:00
Tom Lane
aab964b311
Fix some uses of str[n]casecmp that should be pg_str[n]casecmp.
2006-09-15 21:35:30 +00:00
Teodor Sigaev
34ec0c81af
Fix compiler warnings on 64-bit boxes: difference between
...
pointers are int64, but warnings are emitted for position info in
error messages in parser, so, just cast it to int32
2006-09-06 07:22:14 +00:00
Teodor Sigaev
642194ba0c
Add hstore contrib module.
...
Per discussion
http://archives.postgresql.org/pgsql-hackers/2006-08/msg01409.php
2006-09-05 18:00:58 +00:00