<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/contrib/tsearch2/wordparser/parser.c, branch master</title>
<subtitle>git.postgresql.org: git/postgresql.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/'/>
<entry>
<title>Replace the now-incompatible-with-core contrib/tsearch2 module with a</title>
<updated>2007-11-13T21:02:29+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2007-11-13T21:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=90e3f2aca716e562f81a64dba5fb5232b140e4d7'/>
<id>90e3f2aca716e562f81a64dba5fb5232b140e4d7</id>
<content type='text'>
compatibility package.  This supports importing dumps from past versions
using tsearch2, and provides the old names and API for most functions
that were changed.  (rewrite(ARRAY[...]) is a glaring omission, though.)

Pavel Stehule and Tom Lane
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
compatibility package.  This supports importing dumps from past versions
using tsearch2, and provides the old names and API for most functions
that were changed.  (rewrite(ARRAY[...]) is a glaring omission, though.)

Pavel Stehule and Tom Lane
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parser bug on Windows with UTF8 encoding and C locale, the reason was</title>
<updated>2007-03-22T15:58:24+00:00</updated>
<author>
<name>Teodor Sigaev</name>
<email>teodor@sigaev.ru</email>
</author>
<published>2007-03-22T15:58:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=bb8998a4755829388bdd151d3fd346f9688357d5'/>
<id>bb8998a4755829388bdd151d3fd346f9688357d5</id>
<content type='text'>
sizeof(wchar_t) = 2 instead of 4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sizeof(wchar_t) = 2 instead of 4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix localization support for multibyte encoding and C locale.</title>
<updated>2007-01-15T15:16:28+00:00</updated>
<author>
<name>Teodor Sigaev</name>
<email>teodor@sigaev.ru</email>
</author>
<published>2007-01-15T15:16:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=f2a01b0d5a784a5191faad7f2022383760064f8a'/>
<id>f2a01b0d5a784a5191faad7f2022383760064f8a</id>
<content type='text'>
Slightly reworked patch from Tatsuo Ishii
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Slightly reworked patch from Tatsuo Ishii
</pre>
</div>
</content>
</entry>
<entry>
<title>pgindent run for 8.2.</title>
<updated>2006-10-04T00:30:14+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2006-10-04T00:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=f99a569a2ee3763b4ae174e81250c95ca0fdcbb6'/>
<id>f99a569a2ee3763b4ae174e81250c95ca0fdcbb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add CVS tag lines to files that were lacking them.</title>
<updated>2006-03-11T04:38:42+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2006-03-11T04:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=f3d99d160d1f6104dc7b1b44e66aa4c713e52680'/>
<id>f3d99d160d1f6104dc7b1b44e66aa4c713e52680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve support of multibyte encoding:</title>
<updated>2005-12-12T11:10:12+00:00</updated>
<author>
<name>Teodor Sigaev</name>
<email>teodor@sigaev.ru</email>
</author>
<published>2005-12-12T11:10:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=cb4ea994c628b6b63812397bd97d96270670724c'/>
<id>cb4ea994c628b6b63812397bd97d96270670724c</id>
<content type='text'>
- tsvector_(in|out)
- tsquery_(in|out)
- to_tsvector
- to_tsquery, plainto_tsquery
- 'simple' dictionary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- tsvector_(in|out)
- tsquery_(in|out)
- to_tsvector
- to_tsquery, plainto_tsquery
- 'simple' dictionary
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve tag recognizing</title>
<updated>2005-12-08T09:11:19+00:00</updated>
<author>
<name>Teodor Sigaev</name>
<email>teodor@sigaev.ru</email>
</author>
<published>2005-12-08T09:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=faacdab101c782fba2018b9413f2f57bb6bbbf35'/>
<id>faacdab101c782fba2018b9413f2f57bb6bbbf35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix small memory leak</title>
<updated>2005-12-07T13:30:15+00:00</updated>
<author>
<name>Teodor Sigaev</name>
<email>teodor@sigaev.ru</email>
</author>
<published>2005-12-07T13:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=9551ab2fe931454f2ca117c03c152f91378b78bc'/>
<id>9551ab2fe931454f2ca117c03c152f91378b78bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve word parser.</title>
<updated>2005-12-07T13:12:54+00:00</updated>
<author>
<name>Teodor Sigaev</name>
<email>teodor@sigaev.ru</email>
</author>
<published>2005-12-07T13:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=4f94b49a318c1130e1c9fe82eca2ad4a894604f0'/>
<id>4f94b49a318c1130e1c9fe82eca2ad4a894604f0</id>
<content type='text'>
 - allow ~ in filenames
 - -8.2.1 now is '-' and '8.2.1' instead of '-8.2' '.' '3'
 - '.text' now is not a file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - allow ~ in filenames
 - -8.2.1 now is '-' and '8.2.1' instead of '-8.2' '.' '3'
 - '.text' now is not a file
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve word parser.</title>
<updated>2005-12-05T18:13:22+00:00</updated>
<author>
<name>Teodor Sigaev</name>
<email>teodor@sigaev.ru</email>
</author>
<published>2005-12-05T18:13:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=e8c81e179e752b1f443b863a200c5c07477e09d3'/>
<id>e8c81e179e752b1f443b863a200c5c07477e09d3</id>
<content type='text'>
 - improve file and path recognition
 - fix misspeling
 - improve tag recognition
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - improve file and path recognition
 - fix misspeling
 - improve tag recognition
</pre>
</div>
</content>
</entry>
</feed>
