Re: [HACKERS] Flexible configuration for full-text search

2017-11-07 Thread Aleksandr Parfenov
ase if any chcked dictionary matched the word even without returning lexeme. Main drawback is that counter increment is implicit. -- Aleksandr Parfenov Postgres Professional: http://www.postgrespro.com Russian Postgres Company -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] Flexible configuration for full-text search

2017-11-06 Thread Aleksandr Parfenov
On Mon, 6 Nov 2017 18:05:23 +1300 Thomas Munro <thomas.mu...@enterprisedb.com> wrote: > On Sat, Oct 21, 2017 at 1:39 AM, Aleksandr Parfenov > <a.parfe...@postgrespro.ru> wrote: > > In attachment updated patch with fixes of empty XML tags in > > documentation.

Re: [HACKERS] [PATCH] A hook for session start

2017-11-03 Thread Aleksandr Parfenov
README file in patch 0003 is a copy of README from test_pg_dump module without any changes. -- Aleksandr Parfenov Postgres Professional: http://www.postgrespro.com Russian Postgres Company -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your

Re: [HACKERS] pgbench - use enum for meta commands

2017-11-02 Thread Aleksandr Parfenov
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: tested, passed Spec compliant: tested, passed Documentation:tested, passed Hi, Looks good to me. The only thing I'm not quite sure

Re: [HACKERS] [PATCH] A hook for session start

2017-11-02 Thread Aleksandr Parfenov
The following review has been posted through the commitfest application: make installcheck-world: not tested Implements feature: not tested Spec compliant: not tested Documentation:not tested Hi, Unfortunately, patches 0001 and 0002 don't apply to current master.

Re: [HACKERS] Flexible configuration for full-text search

2017-10-30 Thread Aleksandr Parfenov
an empty lexemes array is passed as a result of LexizeExec. One of possible way to do so is something like: CASE polish_stopword WHEN MATCH THEN KEEP -- stopword counting ELSE polish_isspell END -- Aleksandr Parfenov Postgres Professional: http://www.postgrespro.com Russian Postgres Compa

Re: [HACKERS] I've just started working on Full Text Search with version 10 on Ubuntu 16

2017-10-19 Thread Aleksandr Parfenov
pt for backward-compatibility reasons. It was removed since version 10. For more information about in-core full-text search API check documentation at https://www.postgresql.org/docs/10/static/textsearch-intro.html -- Aleksandr Parfenov Postgres Professional: http://www.postgrespro.com Russian Postgres

Re: [HACKERS] code cleanup empty string initializations

2017-09-08 Thread Aleksandr Parfenov
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: tested, passed Spec compliant: tested, passed Documentation:tested, passed Hi Peter, I looked through your patches and its look good

[HACKERS] [PROPOSAL] Text search configuration extension

2017-08-18 Thread Aleksandr Parfenov
accent) IS NOT NULL Because this type of check can be useful in some situations, but we should isolate set-related subexpression. -- Aleksandr Parfenov Postgres Professional: http://www.postgrespro.com Russian Postgres Company -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgres