Re: PG 14 release notes, first draft

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: PG 14 release notes, first draft
Дата
Msg-id CAPpHfdtiJCG9_VSdpe9yxrNQ9YRxtj-qtV_Bjy+y7Z2n9y653g@mail.gmail.com
обсуждение исходный текст
Ответ на PG 14 release notes, first draft  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: PG 14 release notes, first draft  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Hi, Bruce!

On Mon, May 10, 2021 at 9:03 AM Bruce Momjian <bruce@momjian.us> wrote:
> I have committed the first draft of the PG 14 release notes.  You can
> see the most current  build of them here:
>
>         https://momjian.us/pgsql_docs/release-14.html
>
> I need clarification on many items, and the document still needs its
> items properly ordered, and markup added.  I also expect a lot of
> feedback.
>
> I plan to work on completing this document this coming week in
> preparation for beta next week.

Thank you very much for your work!

Let me provide a missing description for the items related to me.

 * Improve handling of compound words in to_tsquery() and
websearch_to_tsquery() (Alexander Korotkov)
Compound words are now transformed into parts connected with phrase
search operators.  For example, to_tsquery('pg_class') becomes 'pg <->
class' instead of 'pg & class'.  This eliminates bug of handling
compound words connected with the phrase operator and makes the search
of compound words more strict.

 * Fix extra distance in phrase operators for quoted text in
websearch_to_tsquery() (Alexander Korotkov)
For example, websearch_to_tsquery('english', '"aaa: bbb"') becomes
'aaa <> bbb' instead of  'aaa <2> bbb'.

Feel free to make stylistic and other corrections if needed.

------
Regards,
Alexander Korotkov



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: compatibility issue - problem with migrating from Postgres 11
Следующее
От: Michail Nikolaev
Дата:
Сообщение: Re: [PATCH] Full support for index LP_DEAD hint bits on standby