Commit Graph

16 Commits (REL9_1_STABLE)

Author SHA1 Message Date
Noah Misch 0b7026d964 Predict integer overflow to avoid buffer overruns. 12 years ago
Robert Haas 32ba2b5160 Use memcmp() rather than strncmp() when shorter string length is known. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Tom Lane 172eacba43 Assorted improvements in contrib/hstore. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Teodor Sigaev 3df4fa6968 Fix memory allocation for output of hstore type. 17 years ago
Tom Lane f3a72bd40b Fix contrib/hstore to throw an error for keys or values that don't fit in its 17 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 18 years ago
Tom Lane 9f652d430f Fix up several contrib modules that were using varlena datatypes in not-so-obvious 19 years ago
Neil Conway d49fa4c866 Fix typos in comments and error messages in HStore. Patch from Filip 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane beca984e5f Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only 20 years ago
Tom Lane aab964b311 Fix some uses of str[n]casecmp that should be pg_str[n]casecmp. 20 years ago
Teodor Sigaev 34ec0c81af Fix compiler warnings on 64-bit boxes: difference between 20 years ago
Teodor Sigaev 642194ba0c Add hstore contrib module. 20 years ago