From 8d2aff558d381731d3d1b6768e2c2b68f20b9512 Mon Sep 17 00:00:00 2001 From: Greg Smith Date: Thu, 10 Feb 2011 16:19:35 -0500 Subject: [PATCH] Update history with recent merges --- HISTORY | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HISTORY b/HISTORY index 9bcaae04..14a881d9 100644 --- a/HISTORY +++ b/HISTORY @@ -6,3 +6,11 @@ Add Debian .deb packaging (Hannu) Move configuration data into a structure (Bas) Make rsync options configurable (Bas) + Add syslog as alternate logging destination (Gabriele Bartolini) + Change from using malloc to static memory allocations (Gabriele) + Add debugging messages after every query (Gabriele) + Parameterize schema name used for repmgr (Gabriele) + Avoid buffer overruns by using snprintf etc. (Gabriele) + Fix use of database query after close (Gabriele) + Add information about progress during "standby clone" (Gabriele) +