Enhance pg_stat_reset_single_table_counters function.
This commit allows pg_stat_reset_single_table_counters() to reset statistics
for a single relation shared across all databases in the cluster to zero.
Bump catalog version.
Author: B Sadhu Prasad Patro
Reviewed-by: Mahendra Singh Thalor, Hima
Optimize fileset usage in apply worker.
Use one fileset for the entire worker lifetime instead of using
separate filesets for each streaming transaction. Now, the
changes/subxacts files for every streaming transaction will be
created under the same fileset and the files will be deleted
after the t
doc: Replace some uses of "which" by "that" in parallel.sgml
This makes the documentation more accurate grammatically.
Author: Elena Indrupskaya
Discussion:
https://postgr.es/m/[email protected]
Backpatch-through: 9.6
Branch
--
REL_12_STABLE
Details
--
doc: Replace some uses of "which" by "that" in parallel.sgml
This makes the documentation more accurate grammatically.
Author: Elena Indrupskaya
Discussion:
https://postgr.es/m/[email protected]
Backpatch-through: 9.6
Branch
--
master
Details
---
https
doc: Replace some uses of "which" by "that" in parallel.sgml
This makes the documentation more accurate grammatically.
Author: Elena Indrupskaya
Discussion:
https://postgr.es/m/[email protected]
Backpatch-through: 9.6
Branch
--
REL_14_STABLE
Details
--
doc: Replace some uses of "which" by "that" in parallel.sgml
This makes the documentation more accurate grammatically.
Author: Elena Indrupskaya
Discussion:
https://postgr.es/m/[email protected]
Backpatch-through: 9.6
Branch
--
REL_11_STABLE
Details
--
doc: Replace some uses of "which" by "that" in parallel.sgml
This makes the documentation more accurate grammatically.
Author: Elena Indrupskaya
Discussion:
https://postgr.es/m/[email protected]
Backpatch-through: 9.6
Branch
--
REL_10_STABLE
Details
--
doc: Replace some uses of "which" by "that" in parallel.sgml
This makes the documentation more accurate grammatically.
Author: Elena Indrupskaya
Discussion:
https://postgr.es/m/[email protected]
Backpatch-through: 9.6
Branch
--
REL_13_STABLE
Details
--
doc: Replace some uses of "which" by "that" in parallel.sgml
This makes the documentation more accurate grammatically.
Author: Elena Indrupskaya
Discussion:
https://postgr.es/m/[email protected]
Backpatch-through: 9.6
Branch
--
REL9_6_STABLE
Details
--
Use COPY FREEZE in pgbench for faster benchmark table population.
While populating the pgbench_accounts table, plain COPY was
unconditionally used. By changing it to COPY FREEZE, the time for
VACUUM is significantly reduced, thus the total time of "pgbench -i"
is also reduced. This only happens if
Doc: clarify how triggers relate to transactions.
Laurenz Albe, per gripe from Nathan Long.
Discussion:
https://postgr.es/m/[email protected]
Branch
--
REL_14_STABLE
Details
---
https://git.postgresql.org/pg/commitdiff/95bc40f880a68dc092ca34c
Doc: clarify how triggers relate to transactions.
Laurenz Albe, per gripe from Nathan Long.
Discussion:
https://postgr.es/m/[email protected]
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/469150a240dd79acbe7d86cb5df869
Refactor postgresImportForeignSchema to avoid code duplication.
Avoid repeating fragments of the query we're building, along the
same lines as recent cleanup in pg_dump. I got annoyed about this
because aa769f80e broke my pending patch to change postgres_fdw's
collation handling, due to each of u
Identify simple column references in extended statistics
Until now, when defining extended statistics, everything except a plain
column reference was treated as complex expression. So for example "a"
was a column reference, but "(a)" would be an expression. In most cases
this does not matter much,
Identify simple column references in extended statistics
Until now, when defining extended statistics, everything except a plain
column reference was treated as complex expression. So for example "a"
was a column reference, but "(a)" would be an expression. In most cases
this does not matter much,
On 8/23/21 12:34 PM, Bruce Momjian wrote:
>
> Backpatch-through: master
>
>
This seems like an oxymoron.
cheers
andrew
--
Andrew Dunstan
EDB: https://www.enterprisedb.com
Improve tab-completion for CREATE PUBLICATION.
Author: Peter Smith
Reviewed-by: Vignesh C
Discussion:
https://postgr.es/m/CAHut+Ps-vkmnWAShWSRVCB3gx8aM=bfodqwgbntzofk0q1l...@mail.gmail.com
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/b0c066297bdac901a13a5a900a19
Fix incorrect format placeholders
Branch
--
master
Details
---
https://git.postgresql.org/pg/commitdiff/590ecd982304dec8599d6ca339903982d39a9a1a
Modified Files
--
src/backend/access/brin/brin_minmax_multi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
pgbench: Fix bug in measurement of disconnection delays.
When -C/--connect option is specified, pgbench establishes and closes
the connection for each transaction. In this case pgbench needs to
measure the times taken for all those connections and disconnections,
to include the average connection
pgbench: Fix bug in measurement of disconnection delays.
When -C/--connect option is specified, pgbench establishes and closes
the connection for each transaction. In this case pgbench needs to
measure the times taken for all those connections and disconnections,
to include the average connection
20 matches
Mail list logo