four minor proposals for 9.5

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема four minor proposals for 9.5
Дата
Msg-id CAFj8pRDyu5aa8QVSu9vDUJpdvrH+U4De0ZTtMELGGKKVwvcnRA@mail.gmail.com
обсуждение исходный текст
Ответы Re: four minor proposals for 9.5  (Vik Fearing <vik.fearing@dalibo.com>)
Re: four minor proposals for 9.5  (Amit Kapila <amit.kapila16@gmail.com>)
Re: four minor proposals for 9.5  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Hello

I wrote a few patches, that we use in our production. These patches are small, but I hope, so its can be interesting for upstream:

1. cancel time - we log a execution time cancelled statements

2. fatal verbose - this patch ensure a verbose log for fatal errors. It simplify a investigation about reasons of error.

3. relation limit - possibility to set session limit for maximum size of relations. Any relation cannot be extended over this limit in session, when this value is higher than zero. Motivation - we use lot of queries like CREATE TABLE AS SELECT .. , and some very big results decreased a disk free space too much. It was high risk in our multi user environment. Motivation is similar like temp_files_limit.

4. track statement lock - we are able to track a locking time for query and print this data in slow query log and auto_explain log. It help to us with lather slow query log analysis.

Do you thinking so  these patches can be generally useful?

Regards

Pavel

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: logical decoding doc
Следующее
От: Andres Freund
Дата:
Сообщение: Re: jsonb status