1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/src
David Steele 7d97d49f41 Add MostCommonValue object.
Calculate the most common value in a list of variants.  If there is a tie then the first value passed to mcvUpdate() wins.

mcvResult() can be called multiple times because it does not end processing, but there is a cost to calculating the result each time
since it is not stored.
2019-08-18 20:46:34 -04:00
..
command Add backup type conversion functions. 2019-08-18 20:09:44 -04:00
common Add MostCommonValue object. 2019-08-18 20:46:34 -04:00
config Fix expire not immediately writing into separate file after backup. 2019-08-17 17:43:56 -04:00
db Add Db object to encapsulate PostgreSQL queries and commands. 2019-08-01 15:38:27 -04:00
info Fix typo in parameter logging. 2019-08-08 16:20:51 -04:00
perl Add cvtZToMode() replacement missed in 969e5817. 2019-08-17 17:52:00 -04:00
postgres Add Db object to encapsulate PostgreSQL queries and commands. 2019-08-01 15:38:27 -04:00
protocol Improve multi-host handling in protocol helper. 2019-07-31 20:44:49 -04:00
storage Add hash constants for zero-length data. 2019-08-08 18:47:02 -04:00
.gitignore Add configure script for improved multi-platform support. 2019-04-26 08:08:23 -04:00
build.auto.h.in Add configure script for improved multi-platform support. 2019-04-26 08:08:23 -04:00
configure Begin v2.17 development. 2019-08-05 12:32:06 -04:00
configure.ac Begin v2.17 development. 2019-08-05 12:32:06 -04:00
main.c Fix expire not immediately writing into separate file after backup. 2019-08-17 17:43:56 -04:00
Makefile.in Add MostCommonValue object. 2019-08-18 20:46:34 -04:00
version.h Begin v2.17 development. 2019-08-05 12:32:06 -04:00