powa-archivist (4.1.2-1)
[PTS] [DDPO]
COMMITS: VCS has seen 8 commits since the REL_4_1_2 tag
- Git: https://github.com/powa-team/powa-archivist.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://github.com/powa-team/powa-archivist
- Last scan: 2021-04-18 06:11:01+00
- Next scan: 2021-04-19 07:04:00+00
- Debian changelog in Git:
powa-archivist (4.1.2-1) unstable; urgency=medium
* New upstream version.
-- Julien Rouhaud <rjuju123@gmail.com> Mon, 21 Dec 2020 12:06:52 +0800
- This branch is 8 commits ahead of tag REL_4_1_2
- Git log:
commit 699d8b73c62728802a2c91c359b52aae6a60bc59
Author: Julien Rouhaud <julien.rouhaud@free.fr>
Date: Fri Mar 26 17:04:50 2021 +0800
Fix powa_kcache_src compatibility with pgsk 2.1-
Thanks a lot to github user hrawulwa for the report!
commit 682b75304746ec305552159f47bed3fbf5b17f29
Author: Adrien Nayrat <adrien_nayrat@ultimatesoftware.com>
Date: Mon Feb 22 15:17:03 2021 +0100
Rewrite powa_qualstats_aggregate_constvalues_current with Window Function
commit cb9a4f47f11dbab5ed3acda9d9e282ff92867839
Author: Adrien Nayrat <adrien_nayrat@ultimatesoftware.com>
Date: Mon Feb 22 14:54:50 2021 +0100
Fix column name and ORDER BY in powa_qualstats_aggregate_constvalues_current function
commit 5b8543c1e09e3754f030063bd2e0c987b0256414
Author: Julien Rouhaud <julien.rouhaud@free.fr>
Date: Sun Feb 21 18:24:40 2021 +0800
Update contributors.
commit 0fb11f3f441a8a9c0dd3f1b64b0c25e804638875
Author: Julien Rouhaud <julien.rouhaud@free.fr>
Date: Mon Feb 8 00:17:23 2021 +0800
Add new contributor.
commit 3b68f21e49209ff62a05b2c6e38875cd62a13ff5
Author: Denis Laxalde <denis.laxalde@dalibo.com>
Date: Wed Jan 27 11:30:44 2021 +0100
Narrow the error condition in powa_prevent_concurrent_snapshot()
The error message in powa_prevent_concurrent_snapshot() could be wrong
if the actual error is not 'lock_not_available'. (For instance, when
default transaction mode is set to read-only in configuration.)
We instead only warn about possible concurrent snapshot when catching
'lock_not_available'.
In other cases, we still issue a specific error message, including
original exception details.
commit 7d5851755f580109f870a1619df3ee5453a83290
Author: Denis Laxalde <denis.laxalde@dalibo.com>
Date: Wed Jan 27 14:29:06 2021 +0100
Start working on 4.1.3
commit c0b8a58aba91df165d69e9f64967a8699c43b250
Author: Julien Rouhaud <julien.rouhaud@free.fr>
Date: Mon Dec 21 12:12:30 2020 +0800
Some inferior systems don't handle options after unnamed arguments.