Commit Graph

18 Commits

Author SHA1 Message Date
Jaime Casanova 5d8cf6abe0 Allow repmgr to obtain tablespace's locations from pg 9.2 and later
in which we no longer have a spclocation column in pg_tablespaces
2012-06-12 10:49:23 -05:00
Jaime Casanova 3d89fdadab Fix a typo in a message 2012-06-12 09:28:27 -05:00
Cédric Villemain 6e9e4e05ae Add test_ssh_connection
The feature was written by Jaime and reworked by me to fix
https://github.com/greg2ndQuadrant/repmgr/issues/5
2012-05-09 15:24:38 -05:00
Jaime Casanova 17a160e970 Correct credits 2012-05-09 14:59:00 -05:00
Jaime Casanova 3c5d82b9ef Complete CREDITS and HISTORY for release 2012-04-27 02:07:42 -05:00
Jaime Casanova 901d07fa92 Improve performance of the repl_status view 2011-10-20 23:20:03 -05:00
Greg Smith f0e609bcd4 Add strnlen on platforms that don't have it, such as OS X 2011-10-20 17:04:29 -05:00
Cédric Villemain 14e49d41c2 Add --ignore-rsync-warning command line option
This fix the rsync return code in case there are vanished files.

Common situation are DROPed tables and TEMPorary object deletion and
are handled by PostgreSQL.
But as it may exist situation where an external process delete files in
the PGDATA the flag is off by default.

XXX 2 items :

 * is -I a good choice ? maybe we need to prevent future --ignore-foo and
   add something like : --ignore=rsync_warning -I rsync_warning
 * the warning message is not enough explicit with the risk involved by
   --force usage
2011-08-22 00:32:40 -05:00
Greg Smith 4c792c8013 Add TODO, update history for 1.1.0 release 2011-03-09 15:27:29 -05:00
Greg Smith 3e960286c7 Update history for 1.1.0-beta1 2011-02-24 19:25:40 -05:00
Greg Smith fee7da1ba7 Fix cast on WAL lag computation to (long long) 2011-02-22 07:43:02 -05:00
Greg Smith 45022debc6 Break out error codes, cleanup header files and HISTORY 2011-02-15 00:43:36 -05:00
Greg Smith ce06e6c8e0 Fix some mistakes in the history file 2011-02-10 19:34:50 -05:00
Greg Smith 0ad3d91e9c Cleanup history and credits 2011-02-10 18:57:50 -05:00
Greg Smith 78b925ea54 Unify use of error codes across all exit statements 2011-02-10 17:49:34 -05:00
Greg Smith 8d2aff558d Update history with recent merges 2011-02-10 16:19:35 -05:00
Greg Smith 1787cf1c21 Update credits and history to reflect recent merges 2011-02-10 15:19:00 -05:00
Greg Smith 91a304e3ee Add HISTORY file. Ignore build artifacts in git. 2010-12-22 18:34:29 -05:00