mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
19 lines
1.2 KiB
Plaintext
19 lines
1.2 KiB
Plaintext
1.0.0 2010-12-05 First public release (Greg Smith)
|
|
|
|
1.0.1 2011-02-XX Fix missing "--force" option in help
|
|
Correct warning message for wal_keep_segments (Bas van Oostveen)
|
|
Add Debian build/usage docs (Bas, Hannu Krosing, Cedric Villemain)
|
|
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)
|
|
Fix double free error in repmgrd (Charles Duffy)
|
|
Make repmgr exit with an error code when encountering an error (Charles)
|
|
Standardize on error return codes, use in repmgrd too (Greg)
|