postgresql/contrib/hstore
Bruce Momjian 1d033d3054 Remove tabs after spaces in C comments
This was not changed in HEAD, but will be done later as part of a
pgindent run.  Future pgindent runs will also do this.

Report by Tom Lane

Backpatch through all supported branches, but not HEAD
2014-05-06 11:26:25 -04:00
..
data Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com> 2007-03-14 14:21:53 +00:00
expected Remove hstore % text[] operator; use slice() function instead. 2010-07-02 20:36:49 +00:00
sql Remove hstore % text[] operator; use slice() function instead. 2010-07-02 20:36:49 +00:00
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:22:53 -04:00
Makefile Assorted improvements in contrib/hstore. 2009-09-30 19:50:22 +00:00
crc32.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
crc32.h 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
hstore.h Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
hstore.sql.in Remove hstore % text[] operator; use slice() function instead. 2010-07-02 20:36:49 +00:00
hstore_compat.c Fix two new-in-9.0 bugs in hstore. 2010-09-16 02:54:07 +00:00
hstore_gin.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
hstore_gist.c Fix two new-in-9.0 bugs in hstore. 2010-09-16 02:54:07 +00:00
hstore_io.c Predict integer overflow to avoid buffer overruns. 2014-02-17 09:33:38 -05:00
hstore_op.c Predict integer overflow to avoid buffer overruns. 2014-02-17 09:33:38 -05:00
uninstall_hstore.sql Remove hstore % text[] operator; use slice() function instead. 2010-07-02 20:36:49 +00:00