Commit Graph

  • bd1314d232 get_master_connection(): possible to use is_standby() now Ian Barwick 2015-11-16 17:49:02 +09:00
  • 745566605d Tidy up logging output in dbutils.c Ian Barwick 2015-11-16 17:39:42 +09:00
  • 807dcc1038 Repurpose -v/--verbose; add -t/--terse option (repmgr only) Ian Barwick 2015-11-16 13:06:32 +09:00
  • acc0ffa81f Add -L/--log-level command line option to repmgr Ian Barwick 2015-11-13 20:54:58 +09:00
  • 1725e90308 Change directory warning to a hint Ian Barwick 2015-11-13 20:27:51 +09:00
  • 2a3fb89603 Explicitly mark static functions as static Ian Barwick 2015-11-13 19:46:12 +09:00
  • 8f24167f68 detect_log_level(): return -1 to indicate invalid log level Ian Barwick 2015-11-13 19:39:43 +09:00
  • 6ce94778d7 README.md: add note about setting repmgr user search path Ian Barwick 2015-11-11 17:36:12 +09:00
  • 3a3c6d5143 Add TODO items Ian Barwick 2015-11-13 14:51:27 +09:00
  • 73661637e9 Add hint about -c/--fast-checkpoint Ian Barwick 2015-11-13 14:47:10 +09:00
  • ae84041a4e Add log_hint() function for logging hints Ian Barwick 2015-11-13 14:29:11 +09:00
  • ea01d1d30b Always use catalog path when calling system functions Ian Barwick 2015-11-11 11:17:47 +09:00
  • 53ed8e948c Clean up help output Ian Barwick 2015-11-10 10:49:29 +09:00
  • 43626892d0 Improve configuration file parsing Ian Barwick 2015-11-09 14:53:11 +09:00
  • 8870b7d7f1 Rename variable 'reconnect_intvl' to 'reconnect_interval' Ian Barwick 2015-11-09 11:04:42 +09:00
  • 72b1e57251 Use strtol() to parse config file arguments too Ian Barwick 2015-11-09 11:02:04 +09:00
  • 6054da2c25 Use strtol() in place of atoi() to better verify integer parameters Ian Barwick 2015-11-06 09:27:21 +09:00
  • 049ea4e24f cluster cleanup: standardize error message and return code Ian Barwick 2015-11-05 15:54:58 +09:00
  • 5f8185ef3a Fix log wording Ian Barwick 2015-11-05 15:42:07 +09:00
  • 66a6c15773 Add informtative logging output for 'repmgr cluster cleanup' Ian Barwick 2015-11-05 15:38:40 +09:00
  • 919fc0fbef "How many" -> "Number of" Ian Barwick 2015-11-05 13:51:05 +09:00
  • c7c117130b "in 9.4" -> "from 9.4" Ian Barwick 2015-11-05 13:49:36 +09:00
  • df6517f167 Add note about logfile rotation and repmgrd Ian Barwick 2015-11-03 15:34:43 +09:00
  • 0bf3fb0605 Point out existence of the FAQ Ian Barwick 2015-11-03 15:22:55 +09:00
  • c2172d79a5 Wording tweak to prevent ambiguity. Ian Barwick 2015-11-03 15:18:57 +09:00
  • 709276a19c Add TODO item Ian Barwick 2015-10-30 17:03:01 +09:00
  • 3f98e1b91b Replace "slave" with "standby" for consistency Ian Barwick 2015-10-30 16:59:39 +09:00
  • 8af08ab3f4 Remove duplicated TODO item Ian Barwick 2015-10-30 16:58:38 +09:00
  • ff038a5148 Update HISTORY Ian Barwick 2015-10-28 16:13:41 +09:00
  • f56f70c2a6 Specify relevant node in error message Ian Barwick 2015-10-28 16:10:08 +09:00
  • d353fe2a9f Terminate repmgrd if standby is no longer connected to upstream Ian Barwick 2015-10-28 16:05:35 +09:00
  • a70a44605f Update FAQ entry about witness port specification Ian Barwick 2015-10-27 18:26:38 +09:00
  • d14dcb3d8b Add FAQ item about repmgr permissions in pg_hba.conf Ian Barwick 2015-10-27 18:24:02 +09:00
  • 249ac7c72a Update TODO Ian Barwick 2015-10-27 14:41:04 +09:00
  • 9d850fc4bd Add note about default log level Ian Barwick 2015-10-27 14:39:30 +09:00
  • 42cb811a07 Put declarations at top of file Ian Barwick 2015-10-27 13:17:18 +09:00
  • 1e202540e3 Explicitly set default value for 'use_replication_slots' Ian Barwick 2015-10-27 13:01:20 +09:00
  • 52db03d320 Add 'primary_response_timeout' as synonym for 'master_response_timeout' Ian Barwick 2015-10-27 10:23:54 +09:00
  • 60d720f0c7 Clarify items in the sample repmgr.conf file Ian Barwick 2015-10-26 16:49:39 +09:00
  • 34af7dec2a Use pg_malloc0() instead of malloc() Ian Barwick 2015-10-26 15:33:51 +09:00
  • a59ea243c0 Improve logging and event notifications when following new upstream node Ian Barwick 2015-10-23 09:36:42 +09:00
  • 0c5025b3d6 Add note about checking replication slots when following upstream node Ian Barwick 2015-10-23 09:21:01 +09:00
  • 42b79b9b54 Improve log messages when following new primary Ian Barwick 2015-10-23 09:17:20 +09:00
  • 2e47c6b40b Minor formatting tweak Ian Barwick 2015-10-23 08:36:31 +09:00
  • 6fbff4747f Clarify some items in sample config file Ian Barwick 2015-10-23 08:47:19 +09:00
  • cc567d38c8 Update TODO Ian Barwick 2015-10-23 08:37:54 +09:00
  • 69c552b8e0 Only log some debug items if verbose flag is set. Ian Barwick 2015-10-23 08:29:35 +09:00
  • 51967d2bd8 Add missing space Ian Barwick 2015-10-22 13:13:01 +09:00
  • 97be9c0cda Reword log level error message to be more like the Postgres one Ian Barwick 2015-10-07 10:54:12 +09:00
  • 00a28fbb1e Clarify purpose of get_repmgr_schema() Ian Barwick 2015-10-07 10:13:11 +09:00
  • d512bac31d Clean up --help output Ian Barwick 2015-10-05 11:53:45 +09:00
  • 4db0efab47 pg_replslot will only exist in 9.4 and later Ian Barwick 2015-11-30 15:40:43 +09:00
  • 864d57953a Ensure pg_replslot directory is cleaned up after "standby clone" with rsync Ian Barwick 2015-11-30 15:31:43 +09:00
  • 84d2a292b2 Update TODO Ian Barwick 2015-11-30 14:26:00 +09:00
  • 62d53b7622 Drop a previously created replication slot if base backup fails for any reason Ian Barwick 2015-11-30 12:38:51 +09:00
  • 77d52adb53 Use existing config file options when attempting to connect to server during switchover Ian Barwick 2015-11-26 11:23:05 +09:00
  • 7a3e2f2a3a Update help output with switchover-related commands Ian Barwick 2015-11-25 17:15:14 +09:00
  • 120688013e Add "standby switchover" mode Ian Barwick 2015-11-25 16:25:15 +09:00
  • f6d1db5edb Ensure all failures encountered during a base backup jump to the stop_backup label Ian Barwick 2015-11-30 12:11:42 +09:00
  • 02729d299b Put "starting backup" notice after any slot creation Ian Barwick 2015-11-30 11:58:01 +09:00
  • 88a6a1376e If we're using replication slots, we need to create them earlier Abhijit Menon-Sen 2015-11-28 21:28:50 +05:30
  • 67df082ee9 Ensure 'master register --force' can't create more than one active primary node record Ian Barwick 2015-11-26 10:53:59 +09:00
  • 9ed71d6317 Remove unusable setting Ian Barwick 2015-11-26 10:20:54 +09:00
  • 933647d6de Make t_node_info generally available Ian Barwick 2015-11-25 11:16:45 +09:00
  • f99018b202 Add item about hash indexes. Ian Barwick 2015-11-24 13:26:36 +09:00
  • ced87373cd Remove hint about hash indexes entirely. Ian Barwick 2015-11-24 13:16:46 +09:00
  • 1db22546a9 Add missing 'break' Ian Barwick 2015-11-23 20:16:01 +09:00
  • 7ae0df9c85 Remove unused variable Ian Barwick 2015-11-23 16:42:53 +09:00
  • 7a80f7a096 Shift some common but not terribly informative log messages to verbose mode only Ian Barwick 2015-11-23 14:23:40 +09:00
  • 8710e067d0 Logging fixes Ian Barwick 2015-11-23 14:07:14 +09:00
  • 793950eabd Update TODO Ian Barwick 2015-11-23 10:53:59 +09:00
  • d1b4280182 Add /etc/repmgr.conf as a default configuration file location Ian Barwick 2015-11-19 15:16:18 +09:00
  • 64d038c823 Simplify logger_init() parameters Ian Barwick 2015-11-19 14:03:14 +09:00
  • 46dd734b3d Update code comments Ian Barwick 2015-11-19 12:55:13 +09:00
  • 0a2e4466aa Update TODO Ian Barwick 2015-11-19 11:38:44 +09:00
  • 17ab86f7ac Don't display warnings about unused command line parameters in --terse mode Ian Barwick 2015-11-19 10:32:13 +09:00
  • d433982af7 repmgr: don't error out on superfluous command line options Ian Barwick 2015-11-19 10:19:15 +09:00
  • 869b6a7a06 Remove implemented TODO item Ian Barwick 2015-11-19 09:38:20 +09:00
  • 9018dc65de Metadata update also handled by repmgr Ian Barwick 2015-11-18 13:17:51 +09:00
  • 9cbd8df089 When following a new primary, have repmgr (not repmgrd) create the new slot Ian Barwick 2015-11-18 13:05:29 +09:00
  • 67a81d1d47 Minor log message fixes Ian Barwick 2015-11-18 09:10:22 +09:00
  • ab70007b75 Add a TODO item Ian Barwick 2015-11-17 17:13:26 +09:00
  • 0145aa0fc3 Update TODO Ian Barwick 2015-11-17 15:42:36 +09:00
  • 493c307b23 Remove implemented items from TODO list Ian Barwick 2015-11-17 15:35:13 +09:00
  • fc6225a511 Refactor get_master_connection() and update description Ian Barwick 2015-11-17 13:56:14 +09:00
  • e3111d37ba get_master_connection(): order node list by node type and priority Ian Barwick 2015-11-17 13:10:23 +09:00
  • 2a1a9f2e61 Code formatting Ian Barwick 2015-11-17 11:01:53 +09:00
  • 71a667ecb8 Fix variable argument handling with log_hint()/log_verbose() Ian Barwick 2015-11-17 07:34:20 +09:00
  • 3ab91730c3 get_master_connection(): possible to use is_standby() now Ian Barwick 2015-11-16 17:49:02 +09:00
  • dd7f9b79ae Tidy up logging output in dbutils.c Ian Barwick 2015-11-16 17:39:42 +09:00
  • 8ab1901a93 Repurpose -v/--verbose; add -t/--terse option (repmgr only) Ian Barwick 2015-11-16 13:06:32 +09:00
  • e0cbdd5b31 Add -L/--log-level command line option to repmgr Ian Barwick 2015-11-13 20:54:58 +09:00
  • d62aaeedd0 Change directory warning to a hint Ian Barwick 2015-11-13 20:27:51 +09:00
  • 05cc7091b5 Explicitly mark static functions as static Ian Barwick 2015-11-13 19:46:12 +09:00
  • d192d5665c detect_log_level(): return -1 to indicate invalid log level Ian Barwick 2015-11-13 19:39:43 +09:00
  • 3848b9011b README.md: add note about setting repmgr user search path Ian Barwick 2015-11-11 17:36:12 +09:00
  • 487aadc4b9 Add TODO items Ian Barwick 2015-11-13 14:51:27 +09:00
  • 3f5920a395 Add hint about -c/--fast-checkpoint Ian Barwick 2015-11-13 14:47:10 +09:00
  • 617ea8cb78 Add log_hint() function for logging hints Ian Barwick 2015-11-13 14:29:11 +09:00
  • 142517fcca Always use catalog path when calling system functions Ian Barwick 2015-11-11 11:17:47 +09:00