Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: amutu/zhparser

v2.3

24 Jan 09:55

Choose a tag to compare

1.add CI for linux and freebsd
2.do not create custom txt file when new install
3.add dockerfile for debian and alpine
4.fix linux CI, bump PG version to 16 for linux
5.fix client notice "NOTICE: zhparser add dict..."

v2.2

09 Jun 05:04

Choose a tag to compare

change custom word location.

move custom word from /base/${DATABASE_ID}/zhprs_dict_${DATABASE_NAME}.txt to
/base/zhprs_dict_${DATABASE_NAME}.txt(data dir don't have /base/${DATABASE_ID} when tablespace is setted)

zhparser NEW release!

28 May 13:37

Choose a tag to compare

0.2.0 (2017-05-28)
-- fix regression test
-- make pg_config configurable
-- optimize doc

0.1.5 (2017-05-24)
-- optimize memory usage for zhparser
-- support load multi dict
-- export SCWS settings to GUC
-- make context of dict_in_memory and extra_dicts to backend,others to userset
-- fix a bug of unknow type index out of range
-- detect dict file type from file extension
-- add check script to run regress
-- update scws to version 1.2.3 in install doc

zhparser-0.1.4 is out!

03 Nov 06:02

Choose a tag to compare

update Meta.json for 0.1.4

zhparser-0.1.3 is out!

03 Nov 05:37

Choose a tag to compare

add rpth fix change log

zhparser-0.1.2 is out!

23 Oct 06:14

Choose a tag to compare

zhparser-0.1.2 support for PostgreSQL-9.3.x