This website requires JavaScript.
Explore
龙芯爱好者论坛
Help
Register
Sign In
hcq
/
postgresql
Watch
1
Star
0
Fork
0
You've already forked postgresql
mirror of
https://git.postgresql.org/git/postgresql.git
synced
2026-02-18 20:36:58 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9f60880207c6c7d00a2e4e4d904ef720de58f45b
postgresql
/
contrib
/
fuzzystrmatch
History
Peter Eisentraut
037a82704c
Standardize treatment of strcmp() return value
...
Always compare the return value to 0, don't use cute tricks like if (!strcmp(...)).
2011-12-27 21:19:09 +02:00
..
dmetaphone.c
Standardize treatment of strcmp() return value
2011-12-27 21:19:09 +02:00
fuzzystrmatch--1.0.sql
Throw a useful error message if an extension script file is fed to psql.
2011-10-12 15:45:03 -04:00
fuzzystrmatch--unpackaged--1.0.sql
Throw a useful error message if an extension script file is fed to psql.
2011-10-12 15:45:03 -04:00
fuzzystrmatch.c
Remove unnecessary #include references, per pgrminclude script.
2011-09-01 10:04:27 -04:00
fuzzystrmatch.control
Convert contrib modules to use the extension facility.
2011-02-13 22:54:49 -05:00
levenshtein.c
pgindent run before PG 9.1 beta 1.
2011-04-10 11:42:00 -04:00
Makefile
Minor logic fix for new levenshtein implementation.
2011-02-20 14:55:07 -05:00