This website requires JavaScript.
Explore
Help
Sign In
database
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
mirror of
https://github.com/postgres/postgres.git
synced
2025-08-18 12:22:09 +03:00
Code
Activity
Files
809b38ce27742b1e47acad44c3742ea5af6add8d
postgres
/
contrib
/
tsearch2
/
wordparser
History
Teodor Sigaev
fc565cfc7b
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:59:09 +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:59:09 +00:00
parser.h
Add CVS tag lines to files that were lacking them.
2006-03-11 04:38:42 +00:00