Greg Smith
9843205a4f
Reformat all source code using astyle
...
astyle --style=ansi --indent=tab
2010-12-22 19:07:01 -05:00
Greg Smith
1ddb78ddd8
Merge branch 'license' of https://github.com/gbartolini/repmgr into gbartolini-license
2010-12-22 19:02:50 -05:00
Gabriele Bartolini
d88783a4d9
Changed pg_version() prototype in order to remove the small memory leak
2010-12-16 22:48:19 +01:00
Gabriele Bartolini
9b7a078e0e
Added license information in every source file
2010-12-16 21:50:15 +01:00
Jaime Casanova
219b4431b4
Replace the function is_supported_version() with the function pg_version()
...
the main difference is that this new function doesn't return a bool but
a string representing the current major version of the postgresql server
or an empty string if it's earlier than 9.0.
Teach all commands that could connect to master and standby that they
both should have the same major version.
2010-10-23 15:27:24 -05:00
Jaime Casanova
378bdd7bd4
Add MASTER REGISTER and STANDBY REGISTER commands.
2010-10-18 02:21:55 -05:00
Jaime Casanova
d572b0e4ca
Add const modifier to the prototype of the function get_cluster_size, to
...
allow compilation
2010-09-30 09:06:45 -05:00
postgres
44a3548c2e
Add connection options and a lot of validations, i still
...
have to complete the use of the connection options but
the program should still be usable.
2010-09-22 05:08:44 -05:00
postgres
93417715d4
Add docs, fix Makefile and fix some bugs and typos
2010-09-17 07:14:52 -05:00
postgres
a12e719259
Initial commit
2010-06-17 10:43:35 -05:00