Re: 9.5 release notes

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема Re: 9.5 release notes
Дата
Msg-id CAEZATCUNO34g4pdx3nvW_qf0FDQ=R9oB8J5Cz6KA9GqzXZxtNQ@mail.gmail.com
обсуждение исходный текст
Ответ на 9.5 release notes  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: 9.5 release notes
Список pgsql-hackers
On 11 June 2015 at 05:15, Bruce Momjian <bruce@momjian.us> wrote:
> I have committed the first draft of the 9.5 release notes.  You can view
> the output here:
>
>         http://momjian.us/pgsql_docs/release-9-5.html
>

I think it's worth mentioning
dcbf5948e12aa60b4d6ab65b6445897dfc971e01, probably under "General
Performance". It's an optimisation, and also a user-visible change to
the way LEAKPROOF works. Perhaps something like

Allow pushdown of non-leakproof functions into security barrier views
if the function is not passed any arguments from the view.

Previously only functions marked as LEAKPROOF could be pushed down
into security barrier views.

Regards,
Dean



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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: CREATE FUNCTION .. LEAKPROOF docs
Следующее
От: Thom Brown
Дата:
Сообщение: Re: Problem with CREATE TABLE ... (LIKE ... INCLUDING INDEXES)