index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
intarray
/
_int_bool.c
Commit message (
Expand
)
Author
Age
*
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-03-25
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
Fix up several contrib modules that were using varlena datatypes in not-so-ob...
Tom Lane
2007-02-28
*
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-27
*
Use memcpy() instead of strncpy() for copying into varlena structures.
Peter Eisentraut
2007-02-07
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Make GIN opclass worked with intarray extensions
Teodor Sigaev
2006-05-03
*
Defend against nulls-in-arrays in contrib/intarray. I may have put in
Tom Lane
2005-11-19
*
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
*
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2005-05-25
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-07-24
*
Add missing intarray files.
Bruce Momjian
2003-06-11