pgsql: Show partition info from psql \d+

2017-11-22 Thread Simon Riggs
Show partition info from psql \d+ Author: Amit Langote, Ashutosh Bapat Reviewed-by: Álvaro Herrera, Simon Riggs Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/05b6ec39d72f7065bb5ce770319e826f1da92441 Modified Files -- src/bin/psql/describe.c

pgsql: Sort default partition to bottom of psql \d+

2017-11-22 Thread Simon Riggs
Sort default partition to bottom of psql \d+ Minor patch to change sort order only Author: Ashutosh Bapat Reviewed-by: Álvaro Herrera, Simon Riggs Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/3bae43ca4dc6c3123788044436521f1d33d9f930 Modified Files

pgsql: Generational memory allocator

2017-11-22 Thread Simon Riggs
Generational memory allocator Add new style of memory allocator, known as Generational appropriate for use in cases where memory is allocated and then freed in roughly oldest first order (FIFO). Use new allocator for logical decoding’s reorderbuffer to significantly reduce memory usage and improv

pgsql: Tweak code for older compilers

2017-11-22 Thread Simon Riggs
Tweak code for older compilers Attempt to quiesce build farm Author: Tomas Vondra Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/b99661c2ff4eef923abd96d2a733556f5f64c2d6 Modified Files -- src/backend/utils/mmgr/generation.c | 8 1 file changed

pgsql: Fix typo

2017-11-22 Thread Magnus Hagander
Fix typo Daniel Gustafsson Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/2393194c0dded22972f03dd53dcbf864dab8ebc6 Modified Files -- src/bin/pg_upgrade/relfilenode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: pgsql: Generational memory allocator

2017-11-22 Thread Andres Freund
Hi, On 2017-11-22 18:48:19 +, Simon Riggs wrote: > Generational memory allocator > > Add new style of memory allocator, known as Generational > appropriate for use in cases where memory is allocated > and then freed in roughly oldest first order (FIFO). > > Use new allocator for logical deco

pgsql: Build src/test/isolation during "make" and "make install".

2017-11-22 Thread Noah Misch
Build src/test/isolation during "make" and "make install". This hack closes a race condition in "make -j check-world" and "make -j installcheck-world". Back-patch to v10, before which these parallel invocations had worse problems. Discussion: https://postgr.es/m/20171106080752.ga1298...@rfd.lead

pgsql: Build src/test/isolation during "make" and "make install".

2017-11-22 Thread Noah Misch
Build src/test/isolation during "make" and "make install". This hack closes a race condition in "make -j check-world" and "make -j installcheck-world". Back-patch to v10, before which these parallel invocations had worse problems. Discussion: https://postgr.es/m/20171106080752.ga1298...@rfd.lead

pgsql: doc: mention wal_receiver_status_interval as GUC affecting logic

2017-11-22 Thread Fujii Masao
doc: mention wal_receiver_status_interval as GUC affecting logical rep worker. wal_receiver_timeout, wal_receiver_status_interval and wal_retrieve_retry_interval configuration parameters affect the logical rep worker, but previously only wal_receiver_status_interval was not mentioned as such param

pgsql: doc: mention wal_receiver_status_interval as GUC affecting logic

2017-11-22 Thread Fujii Masao
doc: mention wal_receiver_status_interval as GUC affecting logical rep worker. wal_receiver_timeout, wal_receiver_status_interval and wal_retrieve_retry_interval configuration parameters affect the logical rep worker, but previously only wal_receiver_status_interval was not mentioned as such param