pgsql: Doc: document the current-transaction-modes GUCs.
Doc: document the current-transaction-modes GUCs. We had documentation of default_transaction_isolation et al, but for some reason not of transaction_isolation et al. AFAICS this is just an ancient oversight, so repair. Per bug #17077 from Yanliang Lei. Discussion: https://postgr.es/m/[email protected] Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/52d0e9d45a20ab6c0026149f7978aa66ceec8db5 Modified Files -- doc/src/sgml/config.sgml | 62 +++ doc/src/sgml/ref/set_transaction.sgml | 13 +++- 2 files changed, 74 insertions(+), 1 deletion(-)
pgsql: Doc: document the current-transaction-modes GUCs.
Doc: document the current-transaction-modes GUCs. We had documentation of default_transaction_isolation et al, but for some reason not of transaction_isolation et al. AFAICS this is just an ancient oversight, so repair. Per bug #17077 from Yanliang Lei. Discussion: https://postgr.es/m/[email protected] Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/cf6e5c7ebbab5fb5ad18f2fc99e18a7cdd576e73 Modified Files -- doc/src/sgml/config.sgml | 62 +++ doc/src/sgml/ref/set_transaction.sgml | 13 +++- 2 files changed, 74 insertions(+), 1 deletion(-)
pgsql: Doc: document the current-transaction-modes GUCs.
Doc: document the current-transaction-modes GUCs. We had documentation of default_transaction_isolation et al, but for some reason not of transaction_isolation et al. AFAICS this is just an ancient oversight, so repair. Per bug #17077 from Yanliang Lei. Discussion: https://postgr.es/m/[email protected] Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/bb9beade258108071078ae9233084b8a4bb4581e Modified Files -- doc/src/sgml/config.sgml | 62 +++ doc/src/sgml/ref/set_transaction.sgml | 13 +++- 2 files changed, 74 insertions(+), 1 deletion(-)
pgsql: Doc: document the current-transaction-modes GUCs.
Doc: document the current-transaction-modes GUCs. We had documentation of default_transaction_isolation et al, but for some reason not of transaction_isolation et al. AFAICS this is just an ancient oversight, so repair. Per bug #17077 from Yanliang Lei. Discussion: https://postgr.es/m/[email protected] Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/3058732dcc9b2cc524a3bb00fb66eebc08a82b3f Modified Files -- doc/src/sgml/config.sgml | 62 +++ doc/src/sgml/ref/set_transaction.sgml | 13 +++- 2 files changed, 74 insertions(+), 1 deletion(-)
pgsql: Doc: document the current-transaction-modes GUCs.
Doc: document the current-transaction-modes GUCs. We had documentation of default_transaction_isolation et al, but for some reason not of transaction_isolation et al. AFAICS this is just an ancient oversight, so repair. Per bug #17077 from Yanliang Lei. Discussion: https://postgr.es/m/[email protected] Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/35e9d26a1bfe0d4fb726edc5c03b8e4fcc0a9869 Modified Files -- doc/src/sgml/config.sgml | 62 +++ doc/src/sgml/ref/set_transaction.sgml | 13 +++- 2 files changed, 74 insertions(+), 1 deletion(-)
pgsql: Doc: document the current-transaction-modes GUCs.
Doc: document the current-transaction-modes GUCs. We had documentation of default_transaction_isolation et al, but for some reason not of transaction_isolation et al. AFAICS this is just an ancient oversight, so repair. Per bug #17077 from Yanliang Lei. Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/665c5855e5820531f500dad50f29f377af537ecc Modified Files -- doc/src/sgml/config.sgml | 66 +-- doc/src/sgml/ref/set_transaction.sgml | 13 ++- 2 files changed, 76 insertions(+), 3 deletions(-)
pgsql: Doc: document the current-transaction-modes GUCs.
Doc: document the current-transaction-modes GUCs. We had documentation of default_transaction_isolation et al, but for some reason not of transaction_isolation et al. AFAICS this is just an ancient oversight, so repair. Per bug #17077 from Yanliang Lei. Discussion: https://postgr.es/m/[email protected] Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4466b38ec6ffd4ddea135c5baff978b7b43f8257 Modified Files -- doc/src/sgml/config.sgml | 64 ++- doc/src/sgml/ref/set_transaction.sgml | 13 ++- 2 files changed, 75 insertions(+), 2 deletions(-)
pgsql: Make new replication slot test code less racy
Make new replication slot test code less racy The new test code added in ead9e51e8236 is racy -- it hinges on shared-memory state, which changes before the WARNING message is logged. Put it the other way around. Backpatch to 13. Author: Álvaro Herrera Discussion: https://postgr.es/m/[email protected] Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/7099ba0580356bb455d75de4f6cd0faa046e1a10 Modified Files -- src/test/recovery/t/019_replslot_limit.pl | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-)
pgsql: Make new replication slot test code less racy
Make new replication slot test code less racy The new test code added in ead9e51e8236 is racy -- it hinges on shared-memory state, which changes before the WARNING message is logged. Put it the other way around. Backpatch to 13. Author: Álvaro Herrera Discussion: https://postgr.es/m/[email protected] Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d8f3b021c618bf58c19f88fb86476793fd650336 Modified Files -- src/test/recovery/t/019_replslot_limit.pl | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-)
pgsql: Make new replication slot test code less racy
Make new replication slot test code less racy The new test code added in ead9e51e8236 is racy -- it hinges on shared-memory state, which changes before the WARNING message is logged. Put it the other way around. Backpatch to 13. Author: Álvaro Herrera Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/8589299e03fff012e0bbb9716693750a0d68eef7 Modified Files -- src/test/recovery/t/019_replslot_limit.pl | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-)
