Skip to content

Releases: amutu/zhparser

v2.3

Choose a tag to compare

@amutu amutu released this 24 Jan 09:55

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

Choose a tag to compare

@zlianzhuang zlianzhuang released this 09 Jun 05:04
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!

Choose a tag to compare

@amutu amutu released this 28 May 13:37

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!

Choose a tag to compare

@amutu amutu released this 03 Nov 06:02
update Meta.json for 0.1.4

zhparser-0.1.3 is out!

Choose a tag to compare

@amutu amutu released this 03 Nov 05:37
add rpth fix change log

zhparser-0.1.2 is out!

Choose a tag to compare

@amutu amutu released this 23 Oct 06:14

zhparser-0.1.2 support for PostgreSQL-9.3.x