Commit Graph

  • 9bd95cabdf Merge pull request #98 from gciolli/master Gianni Ciolli 2015-08-11 15:10:37 +02:00
  • f1584469bf Bug #97 fix (standby clone --force does not empty pg_xlog). Gianni Ciolli 2015-08-11 14:59:23 +02:00
  • a7f46d24de Merge pull request #96 from gciolli/master Abhijit Menon-Sen 2015-08-11 06:35:31 +05:30
  • 462d446477 Bug #90 fix (autofailover with reconnect_attemps > 1). Gianni Ciolli 2015-08-10 15:04:48 +01:00
  • 23a72f489c Add note about configuring 'shared_preload_libraries' for repmgr Ian Barwick 2015-08-07 14:37:57 +09:00
  • f3f56b0cd6 fix repmgrd spelling in default config files Christoph Monech-Tegeder 2015-08-06 17:11:27 +02:00
  • 00146b7fbd Merge pull request #88 from soxwellfb/fix-config-reader Abhijit Menon-Sen 2015-08-04 13:28:04 +05:30
  • 48099e9c5f Clean up whitespace REL2_0_STABLE Ian Barwick 2015-07-22 16:18:04 +09:00
  • faf72a2514 Ignore comments after values Simon Oxwell 2015-07-15 14:53:35 +10:00
  • 7010b636e0 Reword error message for consistency Ian Barwick 2015-07-10 10:11:23 +09:00
  • 00deff9069 [Fix] if 'node' config parameter is set as a string, nothing complain and all nodes are set to id '0'. Gregory Duchatelet 2015-07-06 11:20:31 +02:00
  • 5240a5723a Clarify WAL file retention issue during standby cloning. Ian Barwick 2015-07-02 09:32:30 +09:00
  • 899d789699 Fixed version number and package dependencies in deb control file. Benjamin Guillon 2015-06-04 11:26:36 +02:00
  • cd7a3215df Fixed tabs/spaces issues caused by lazy copy/paster in github web UI when creating the PR. Benjamin Guillon 2015-06-04 11:25:45 +02:00
  • 45e29c5b28 Typo in a comment Martín Marqués 2015-06-02 09:34:14 -03:00
  • f8fd344d9f Updated makefile for deb creation Benjamin Guillon 2015-06-04 09:51:03 +02:00
  • 5def293ed6 Configuration file: ignore whitespace following the '=' sign Ian Barwick 2015-06-04 11:58:34 +09:00
  • ff7b4d3f02 Improve whitespace handling Ian Barwick 2015-06-04 11:42:38 +09:00
  • a54478a045 Documentation tweaks Ian Barwick 2015-05-12 10:16:52 +09:00
  • 7ad9a2c28a Allow repmgr to be compiled with a libpq newer than PostgreSQL Marco Nenciarini 2015-04-28 19:12:37 +02:00
  • e7ca8c369f Allow repmgr to be compiled with a libpq newer than PostgreSQL Marco Nenciarini 2015-04-28 19:12:37 +02:00
  • 782fae6239 Fix typo Ian Barwick 2015-04-20 08:31:37 +09:00
  • bf4de71523 Update version string to 3.0.1 v3.0.1 Ian Barwick 2015-04-14 14:15:16 +09:00
  • 770e6f758c Update version string Ian Barwick 2015-03-31 09:45:44 +09:00
  • 3deb6784e7 Fixed typo John Galt 2015-04-09 14:19:56 -04:00
  • a492745db1 Update version number for minor release 2.0.3 v2.0.3 Ian Barwick 2015-04-16 11:13:37 +09:00
  • ba275bb0c2 Update HISTORY file Ian Barwick 2015-04-16 11:02:40 +09:00
  • 9ac066db51 Add 2.0.3 HISTORY file items Ian Barwick 2015-04-16 11:01:09 +09:00
  • 20db2f52b1 Clean up indentation, trailing whitespace Ian Barwick 2015-04-16 08:47:05 +09:00
  • 341831ad69 Change '-X/--fast-checkpoint' option to '-c/--fast-checkpoint' Ian Barwick 2015-04-16 08:24:29 +09:00
  • 9735bb63a1 Add short option '-c' for '--fast-checkpoint' Ian Barwick 2015-04-16 08:15:44 +09:00
  • e8bc5521a5 Add option "--initdb-no-pwprompt" Ian Barwick 2014-12-24 19:07:08 +09:00
  • 1d9aacfed9 Add -S/--superuser option for witness database creation Ian Barwick 2014-12-22 16:01:58 +09:00
  • e39ec70ef0 Prevent compiler warnings with 9.0 Ian Barwick 2015-04-14 20:21:54 +09:00
  • 1e5792f8df Remove unused function Ian Barwick 2015-04-14 14:29:47 +09:00
  • a01fefa7d0 After standby promotion, ensure metadata is updated by repmgr Ian Barwick 2015-04-14 13:39:48 +09:00
  • 34eaf94b2b Fix variable name spelling Ian Barwick 2015-04-14 13:15:44 +09:00
  • 68e3a9d7ab Improve promotion failure handling Ian Barwick 2015-04-14 13:09:02 +09:00
  • 2ad4f68700 Add notes about cluster name and quoting Ian Barwick 2015-04-13 15:40:29 +09:00
  • 00aa0c8c87 Fix typos Ian Barwick 2015-04-13 15:22:09 +09:00
  • e8025c7c9f Re-use replication slot if it already exists Ian Barwick 2015-04-13 13:17:38 +09:00
  • 6a17360b4c Add FAQ item about shared_preload_libraries = 'repmgr_funcs' Ian Barwick 2015-04-10 16:45:04 +09:00
  • 9e5e843a4f Prevent a test SSH connection being made when not needed Ian Barwick 2015-04-10 15:05:19 +09:00
  • 734ae1825e Don't run ssh connection test when --ignore-external-config-files was used Martín Marqués 2015-04-09 19:06:57 -03:00
  • 41fe58764e Add note about PGPASSFILE Ian Barwick 2015-04-10 10:29:52 +09:00
  • 58a5249b7e HISTORY update Ian Barwick 2015-04-09 16:12:11 +09:00
  • 90c0bd4638 Add FAQ item about witness server port Ian Barwick 2015-04-09 16:05:44 +09:00
  • 196585c78a optional fast checkpointing Christoph Monech-Tegeder 2015-04-08 23:07:03 +02:00
  • 359e81a6d6 Updated RHEL files. Martín Marqués 2015-03-30 11:05:39 -03:00
  • 0037e66034 fix messy formatting Yogesh Girikumar 2015-03-31 22:58:50 +05:30
  • 07d220cb00 Correct monitoring table column names Ian Barwick 2015-03-31 18:14:32 +09:00
  • 4dfeffe087 Add constant NODE_NOT_FOUND Ian Barwick 2015-03-31 14:35:16 +09:00
  • 18544c82ca Prevent rempgrd from looping infinitely if node was not registered Ian Barwick 2015-03-31 14:25:08 +09:00
  • 0f86bdcd05 Fixes for event logging Ian Barwick 2015-03-31 14:15:29 +09:00
  • 7d33c1e411 Only attempt to log an event if the rempgr schema has been set Ian Barwick 2015-03-31 10:28:34 +09:00
  • 79728ba6dd Updated RHEL files. Martín Marqués 2015-03-30 11:05:39 -03:00
  • c4a47c467f Add check for wal_level = logical so we don't fail on 9.4 Martín Marqués 2015-03-06 10:37:43 -03:00
  • fec65bde3d Fix typo in -?/--help output Ian Barwick 2015-03-27 18:09:41 +09:00
  • 4863ea98bc Bump specfile version number Ian Barwick 2015-03-27 11:47:23 +09:00
  • 372f4f7d3d Bump specfile version number v3.0 Ian Barwick 2015-03-27 11:47:23 +09:00
  • c4505248b0 doc: Minor README/FAQ rewording Ian Barwick 2015-03-27 11:34:52 +09:00
  • 36e5944b2c Add items for future 2.0.3 release Ian Barwick 2015-03-27 11:12:11 +09:00
  • 5774d86ac7 Remove not-yet-existent 2.0.3 release items Ian Barwick 2015-03-27 11:05:40 +09:00
  • 29e7733152 Prepare devel branch for promotion to master Ian Barwick 2015-03-26 11:50:22 +09:00
  • b64385bee8 Fix HISTORY item Ian Barwick 2015-03-26 11:46:28 +09:00
  • 419ce28d3d Remove old README Ian Barwick 2015-03-26 11:44:09 +09:00
  • 90cc6a5cb4 Add note about --initdb-no-pwprompt Ian Barwick 2015-03-26 11:43:24 +09:00
  • 1b175ddfcf Update FAILOVER.rst Ian Barwick 2015-03-26 11:40:51 +09:00
  • eabe618738 FAQ fixes and updates Ian Barwick 2015-03-26 11:07:18 +09:00
  • 3e621f43d1 Use 100 as the default priority; 0 or less means node will never be promoted Ian Barwick 2015-03-26 10:38:20 +09:00
  • 15a531fed8 Update function description Ian Barwick 2015-03-24 15:46:50 +09:00
  • 96255b988a Remove unused function Ian Barwick 2015-03-24 14:29:54 +09:00
  • 8de0deddf9 Change "primary" to "master" Ian Barwick 2015-03-24 14:06:39 +09:00
  • bd19a2c868 Improve handling of event logging in rempgrd Ian Barwick 2015-03-24 13:40:39 +09:00
  • 2cadb3424d Don't try and log events when no master connection available Ian Barwick 2015-03-24 12:48:02 +09:00
  • bfe4585b91 rempgr -> repmgr Ian Barwick 2015-03-24 11:32:50 +09:00
  • 097bbdebfd Fixed typo John Galt 2015-03-23 21:08:48 -04:00
  • 230773d626 Merge pull request #52 from centromere/repmgr Ian Barwick 2015-03-24 10:45:02 +09:00
  • 81b7b3bae7 Fixed typo John Galt 2015-03-23 21:08:48 -04:00
  • 8cfc26d3ea Added postgresql-9.4 to debian control file Germ van Ek 2015-03-23 16:53:04 +01:00
  • 4fa75afa26 Added postgresql-9.4 to debian control file Germ van Ek 2015-03-23 16:53:04 +01:00
  • 5b1a4d0ef1 Merge pull request #51 from gerben-van-eck/repmgr Ian Barwick 2015-03-24 09:59:57 +09:00
  • 22423aa51a Added postgresql-9.4 to debian control file Germ van Ek 2015-03-23 16:53:04 +01:00
  • 98df2a5891 Fix recovery_min_apply_delay handling Ian Barwick 2015-03-23 17:50:51 +09:00
  • 6f61c8285b Add note about pg_basebackup -X s Ian Barwick 2015-03-23 15:56:50 +09:00
  • 0875b2aafa Change 'ignore_external_config_files' to a command line option Ian Barwick 2015-03-23 15:24:01 +09:00
  • 3e2c9ed410 Support --fast-checkpoint Ian Barwick 2015-03-20 15:24:23 +09:00
  • 5b4f832f3b Only allow --rsync-only option in combination with STANDBY CLONE Ian Barwick 2015-03-20 15:16:55 +09:00
  • 66844d057a Rename 'need_a_node' to 'config_file_required' Ian Barwick 2015-03-20 14:56:02 +09:00
  • f096cca84f Fix parameter checking for STANDBY CLONE Ian Barwick 2015-03-20 14:47:04 +09:00
  • 0fbb83262f Rename t_configuration_options member 'pgctl_options' to 'pg_ctl_options' Ian Barwick 2015-03-20 11:02:32 +09:00
  • a0a3ef58b0 Remove item "Timeline increases when promoting a standby" Ian Barwick 2015-03-20 10:42:07 +09:00
  • b007fc8b39 3.0rc4 Ian Barwick 2015-03-19 23:28:40 +09:00
  • ae19c9bd5d Only execute pg_stop_backup() if pg_start_backup() was previously executed Ian Barwick 2015-03-19 23:19:34 +09:00
  • 1b4a8917ca Transfer hint in error message to its own log notice Ian Barwick 2015-03-19 23:12:39 +09:00
  • ce66a7c2d2 We shouldn't terminate with an error if no event record could be created Ian Barwick 2015-03-19 23:09:29 +09:00
  • 9a3196b671 Add a hint if 'standby register' fails due to insert error Ian Barwick 2015-03-19 23:01:31 +09:00
  • 46a3082055 No need for log_event() function Ian Barwick 2015-03-19 22:49:50 +09:00
  • ebabc68f8a Add recovery.conf file location and contents to debugging output Ian Barwick 2015-03-19 22:15:45 +09:00
  • c757985640 primary -> master Ian Barwick 2015-03-19 11:26:47 +09:00