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
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
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
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
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(-)
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
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
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
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
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
10 matches
Mail list logo