This website requires JavaScript.
Explore
Help
Sign In
mirror
/
postgresql
Watch
2
Star
0
Fork
0
You've already forked postgresql
mirror of
https://git.postgresql.org/git/postgresql.git
synced
2024-12-21 08:29:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8f74153732
postgresql
/
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