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-05-28 05:21:27 +03:00
Code
postgres
/
contrib
/
tsearch2
/
wordparser
History
Teodor Sigaev
9424b22b5e
Prevent recursion during parse of email-like string with multiple '@'.
...
Patch by Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
2009-03-10 17:44:44 +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
Prevent recursion during parse of email-like string with multiple '@'.
2009-03-10 17:44:44 +00:00
parser.h
Fix usage of char2wchar/wchar2char. Changes:
2009-03-02 15:13:17 +00:00