This website requires JavaScript.
Explore
Help
Sign In
sharpetronics
/
PostgreSQL
Watch
1
Star
0
Fork
0
You've already forked PostgreSQL
mirror of
https://github.com/postgres/postgres.git
synced
2025-05-31 00:01:57 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
PostgreSQL
/
contrib
/
tsearch2
/
wordparser
History
Teodor Sigaev
bb8998a475
Fix parser bug on Windows with UTF8 encoding and C locale, the reason was
...
sizeof(wchar_t) = 2 instead of 4.
2007-03-22 15:58:24 +00:00
..
deflex.c
Add CVS tag lines to files that were lacking them.
2006-03-11 04:38:42 +00:00
deflex.h
Add CVS tag lines to files that were lacking them.
2006-03-11 04:38:42 +00:00
Makefile
Text parser rewritten:
2005-11-21 12:27:57 +00:00
parser.c
Fix parser bug on Windows with UTF8 encoding and C locale, the reason was
2007-03-22 15:58:24 +00:00
parser.h
Add CVS tag lines to files that were lacking them.
2006-03-11 04:38:42 +00:00