postgresql/src/backend/tsearch
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h
This reduces unnecessary exposure of other headers through htup.h, which
is very widely included by many files.

I have chosen to move the function prototypes to the new file as well,
because that means htup.h no longer needs to include tupdesc.h.  In
itself this doesn't have much effect in indirect inclusion of tupdesc.h
throughout the tree, because it's also required by execnodes.h; but it's
something to explore in the future, and it seemed best to do the htup.h
change now while I'm busy with it.
2012-08-30 16:52:35 -04:00
..
Makefile Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dict.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dict_ispell.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dict_simple.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dict_synonym.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
dict_thesaurus.c Remove unreachable code 2012-07-16 22:15:03 +03:00
hunspell_sample.affix Add regression tests for ispell, synonym and thesaurus dictionaries. 2007-09-11 11:54:42 +00:00
ispell_sample.affix Add regression tests for ispell, synonym and thesaurus dictionaries. 2007-09-11 11:54:42 +00:00
ispell_sample.dict Add regression tests for ispell, synonym and thesaurus dictionaries. 2007-09-11 11:54:42 +00:00
regis.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
spell.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
synonym_sample.syn Add prefix support for synonym dictionary 2009-08-14 14:53:20 +00:00
thesaurus_sample.ths Remove extra newlines at end and beginning of files, add missing newlines 2010-08-19 05:57:36 +00:00
to_tsany.c Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
ts_locale.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
ts_parse.c Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00
ts_selfuncs.c Split tuple struct defs from htup.h to htup_details.h 2012-08-30 16:52:35 -04:00
ts_typanalyze.c Reduce hash size for compute_array_stats, compute_tsvector_stats. 2012-04-23 22:05:41 -04:00
ts_utils.c Make new event trigger facility actually do something. 2012-07-20 11:39:01 -04:00
wparser.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
wparser_def.c Replace int2/int4 in C code with int16/int32 2012-06-25 01:51:46 +03:00