Ian Barwick
e7bb3e9d50
Add section on promoting standby
2017-10-05 10:30:29 +09:00
Ian Barwick
f1fe6a32fc
Update README
2017-10-05 10:30:29 +09:00
Ian Barwick
a149a99228
Update standby cloning manual
2017-10-05 10:30:29 +09:00
Ian Barwick
5fffd177a4
Add advanced cloning options, etc.
2017-10-05 10:30:29 +09:00
Ian Barwick
8013634b79
Expand documentation
2017-10-05 10:30:29 +09:00
Ian Barwick
8d609249fd
Start quickstart guide
2017-10-05 10:30:29 +09:00
Ian Barwick
2f4e7c1d8b
Update parameter description.
2017-10-05 10:30:29 +09:00
Ian Barwick
244d36a7d6
Misc updates
2017-10-05 10:30:29 +09:00
Ian Barwick
9a94878c73
Update configuration file settings
2017-10-05 10:30:29 +09:00
Ian Barwick
4ab081ba41
Convert various URLs to https
2017-10-05 10:30:29 +09:00
Ian Barwick
aaf5af7591
Initial configuration stuff
2017-10-05 10:30:29 +09:00
Ian Barwick
2a48edb625
Add installation instructions
2017-10-05 10:30:29 +09:00
Ian Barwick
b049d7f0ec
Add "Overview" section
2017-10-05 10:30:29 +09:00
Ian Barwick
bb35ee1750
Reduce version header files to #defines only
...
It's needed to generate the documentation.
2017-10-05 10:30:28 +09:00
Ian Barwick
caa8d034de
More document boilerplate
2017-10-05 10:30:28 +09:00
Ian Barwick
0c64b90427
More doc boilerplate
2017-10-05 10:29:25 +09:00
Ian Barwick
d8c2f66c5b
Initial SGML documentation support
2017-10-05 10:29:24 +09:00
Ian Barwick
e00b4461b3
Update HISTORY
2017-10-04 13:33:52 +09:00
Marco Nenciarini
dd9352a777
Fix executables installation in PostgreSQL 9.3
2017-10-04 09:36:20 +09:00
Ian Barwick
3bc38631cf
Update Makefile
2017-10-04 09:36:16 +09:00
Ian Barwick
56849baedb
Update README
2017-10-04 09:36:11 +09:00
Ian Barwick
3507ec8eb4
Convert repmgr.org URLs to https
2017-10-04 09:36:07 +09:00
Martín Marqués
f64c0cfafa
Fix a couple of typos in README.md, a missing column in an example.
2017-10-04 09:36:02 +09:00
Martín Marqués
d1959c29ed
Fix a couple of typos in README.md, a missing column in an example.
2017-10-04 09:35:57 +09:00
Ian Barwick
240e27b9b5
Minor README tweaks
2017-10-04 09:35:52 +09:00
Ian Barwick
4d8176ab60
Fix version number check
2017-10-04 09:35:47 +09:00
Ian Barwick
9d7a77b6ad
Update README
2017-10-04 09:35:43 +09:00
Ian Barwick
f49d3f7843
Update README
2017-10-04 09:35:39 +09:00
Ian Barwick
fcae08f5a8
Update README
2017-10-04 09:35:34 +09:00
Ian Barwick
95cc403efb
Update README
2017-10-04 09:35:31 +09:00
Ian Barwick
ccdc0a51e9
README updates
2017-10-04 09:35:26 +09:00
Ian Barwick
23c011fe5e
Update regression tests
2017-10-04 09:35:21 +09:00
Ian Barwick
3257e0f7c3
Update regression tests
2017-10-04 09:35:18 +09:00
Ian Barwick
7c3f6a00bd
Add some sanity checks for calls to repmgrd functions
2017-10-04 09:35:13 +09:00
Ian Barwick
8c373488af
"standby switchover": add note about shutdown mode in 9.3/9.4
2017-10-04 09:35:09 +09:00
Ian Barwick
f565851de3
repmgr client: clean up command line option handling
2017-10-04 09:35:04 +09:00
Ian Barwick
d6c27f8938
Standardize quoting in log messages
2017-10-04 09:34:59 +09:00
Ian Barwick
dd06ed2b92
"repmgr bdr register": actually exit on various error conditions.
...
Error message was displayed but execution continued.
2017-10-04 09:34:55 +09:00
Ian Barwick
97957287b4
Update "repmgr bdr --help" output
2017-10-04 09:34:50 +09:00
Ian Barwick
9a6580a312
If problems found with configuration file, show which file was read
...
But only if it wasn't explicitly specified with -f/--config-file.
2017-10-04 09:34:46 +09:00
Ian Barwick
ef5fc1832a
Update README
...
Mention --csv option for "cluster matrix/crosscheck"
2017-10-04 09:34:42 +09:00
Ian Barwick
e8b74ea897
"repmgr cluster crosscheck": add --csv output
...
As advertised.
2017-10-04 09:34:19 +09:00
Ian Barwick
e8c5886092
README: clarify "switchover" definition
2017-10-04 09:34:14 +09:00
Ian Barwick
e288d1ae3c
repmgrd: clarify comment about configuration file parsing
...
There's no requirement to provide a configuration file, but if not,
one must be available in one of the default locations.
2017-09-20 09:35:09 +09:00
Martín Marqués
64cebb8b26
When searching for the path of the config file we were using config_file
...
which is the value the user passes with the -f option. If the user didn't
pass a value, this variable will have a value of NULL.
The variable which has the correct path is config_file_path, which will
have the same value provided by config_file if it's a valid file, or
the file if found in one of the default locations.
2017-09-20 09:22:04 +09:00
Christoph Moench-Tegeder
a89084c6b5
include sys/wait.h for wait() and friends
...
the wait()-macros (WEXITSTATUS etc.) live in sys/wait.h as per
1003.1, and on some platforms (notably FreeBSD) compilation will
fail if wait.h isn't included explicitely.
2017-09-19 17:31:49 +02:00
Ian Barwick
8f031d3c20
Add "includedir_internal" to "PG_CPPFLAGS"
2017-09-19 22:19:04 +09:00
Ian Barwick
20224d1296
Prevent compiler truncation warnings
2017-09-19 16:24:01 +09:00
Ian Barwick
e64600d3e3
Prevent compiler truncation warnings
2017-09-19 16:15:47 +09:00
Ian Barwick
bb311892b5
Remove unused code
2017-09-19 14:47:49 +09:00