index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
hstore
/
hstore_gist.c
Commit message (
Expand
)
Author
Age
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix two new-in-9.0 bugs in hstore.
Tom Lane
2010-09-16
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Assorted improvements in contrib/hstore.
Tom Lane
2009-09-30
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
*
Push index operator lossiness determination down to GIST/GIN opclass
Tom Lane
2008-04-14
*
Run pgindent on remaining files now that LOOPBYTE is a usable macro.
Bruce Momjian
2007-11-16
*
Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the
Bruce Momjian
2007-11-16
*
Support varlena fields with single-byte headers and unaligned storage.
Tom Lane
2007-04-06
*
Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>
Teodor Sigaev
2007-03-14
*
Fix up several contrib modules that were using varlena datatypes in not-so-ob...
Tom Lane
2007-02-28
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Add hstore contrib module.
Teodor Sigaev
2006-09-05