1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-04-25 21:11:48 +02:00

Commit Graph

  • 820485d225 Strip off archive backup mode Michael Paquier 2014-01-24 22:36:31 +09:00
  • 5988e6bd10 Remove server backup feature Michael Paquier 2014-01-24 20:37:13 +09:00
  • f9a3d799af Correct some typos and variable placements Michael Paquier 2014-01-17 22:46:39 +09:00
  • 7eb06cbc64 Add backup option --validate Michael Paquier 2014-01-17 22:42:27 +09:00
  • 342496e331 Fix incremental and archive backup removal on delete command Michael Paquier 2014-01-17 22:02:27 +09:00
  • c812fa3953 Refactor code for file list creation Michael Paquier 2014-01-13 13:04:43 +09:00
  • 09745505aa Make regression tests pass on OSX Michael Paquier 2014-01-13 12:46:58 +09:00
  • 129b21ca4e Remove show timeline commands in regression tests Michael Paquier 2014-01-13 12:42:04 +09:00
  • f6cc608c43 Correct installation of pg_rman.1 to $PGINSTALL/share/man/man1 Michael Paquier 2014-01-13 19:41:59 +09:00
  • 4e6dd05628 Add a note about XML_CATALOG_FILES on OSX for doc compilation Michael Paquier 2014-01-11 22:57:48 +09:00
  • 1868223c52 Use strong text for option names and underline option values Michael Paquier 2014-01-12 03:50:13 +09:00
  • 26ed2bbe14 Fix typo in documentation Michael Paquier 2014-01-12 03:28:33 +09:00
  • c7b758a93f Fix and refactor large parts of the documentation Michael Paquier 2014-01-12 03:25:54 +09:00
  • d274d27cfc Remove PHONY option in documentation Makefile Michael Paquier 2014-01-12 03:08:57 +09:00
  • 6639785305 Use asciidoc and xmlto to automatic generation of man and html docs Michael Paquier 2014-01-12 03:03:30 +09:00
  • 1c3512fadf Fix old backup removal for specified number of days Michael Paquier 2014-01-10 08:40:39 +09:00
  • 3d0a22308c Change output format in documentation for command show Michael Paquier 2014-01-10 04:18:43 +09:00
  • 37c3be1168 Refactor write/read calculation size of backups Michael Paquier 2014-01-10 04:11:27 +09:00
  • 9cd8e33508 Remove undocumented option "force" for delete command Michael Paquier 2014-01-10 02:57:15 +09:00
  • e04426361f Allow only one keep parameter to trigger log and archive deletion Michael Paquier 2014-01-10 02:48:11 +09:00
  • fcaae1a34b Allow only one keep parameter to trigger backup deletion Michael Paquier 2014-01-10 02:37:33 +09:00
  • cb939f6bef Block backup operations for standbys Michael Paquier 2013-12-26 21:13:48 +09:00
  • 85f0c1e802 Block archive backup for a standby node Michael Paquier 2013-12-25 08:52:38 +09:00
  • a66e683dd4 Improve comment explaining how search_next_wal works with LSN Michael Paquier 2013-12-25 08:26:25 +09:00
  • ced83f7703 Fix WAL segment file generation Michael Paquier 2013-12-25 08:17:01 +09:00
  • 78d92ff8fb Fix typo Michael Paquier 2013-12-25 05:33:50 +09:00
  • 1bc1f1d1b6 Improve backup mode management Michael Paquier 2013-12-25 05:27:25 +09:00
  • 26b8870665 Fix archive backup mode due to incorrect timeline assigned Michael Paquier 2013-12-25 04:36:07 +09:00
  • e5ab0917cc Fix pg_switch_xlog for archive mode Michael Paquier 2013-12-25 03:53:18 +09:00
  • 3f79be1789 Add documentation of pg_rman Michael Paquier 2013-12-25 03:48:36 +09:00
  • 8efe5c9da4 Change version number to 1.3dev Michael Paquier 2013-12-18 19:25:26 +08:00
  • a8f98e9e27 Update project and bug report URLs Michael Paquier 2013-12-18 19:24:27 +08:00
  • 90c2f645f6 Mention in README platforms supported Michael Paquier 2013-12-15 22:07:32 +09:00
  • 8acd23c28a Add README to project Michael Paquier 2013-12-15 22:05:36 +09:00
  • 3af0a65383 Fix create_dir not working properly for OSX Michael Paquier 2013-12-15 21:32:02 +09:00
  • ef59f85d0d Remove duplicated definition of Datum and MemoryContext Michael Paquier 2013-12-16 01:16:08 +09:00
  • f4cf982e9f Correct typo in comment Michael Paquier 2013-12-16 01:10:29 +09:00
  • 83f4e80a74 Always return an error in case of incorrect backup mode Michael Paquier 2013-12-16 00:50:36 +09:00
  • 9ecd5acb97 Update comment in pg\rman.h about new file status.c Michael Paquier 2013-12-16 00:36:50 +09:00
  • 0938c645bb Update regression output after latest commit Michael Paquier 2013-12-16 00:35:14 +09:00
  • 05ce188607 Simplify code related to HAVE_DATABASE, HAVE_ARCLOG, TOTAL_READ_SIZE Michael Paquier 2013-12-16 00:30:49 +09:00
  • 96cfb3eb13 Simplify code for recovery target identification Michael Paquier 2013-12-15 23:50:04 +09:00
  • f77d141b7c Simplify beginning of database backup Michael Paquier 2013-12-15 23:41:42 +09:00
  • 4b0f88e4d5 Remove standby-site option Michael Paquier 2013-12-13 04:14:29 +09:00
  • 308d00b80c Obtain timeline ID with control file and not XLOG system function Michael Paquier 2013-12-13 03:55:39 +09:00
  • a31fdbd260 Remove outdated versions of PageHeaderData Michael Paquier 2013-12-13 01:07:43 +09:00
  • 9acc962fd7 Remove outdated functions in pgut Michael Paquier 2013-12-13 01:02:43 +09:00
  • 9e35dd0d47 Adapt output of regressions with new options and "show" output Michael Paquier 2013-12-13 00:57:54 +09:00
  • fd8bde8e10 Merge "show timeline" and "show" as a single command Michael Paquier 2013-12-13 00:53:27 +09:00
  • ef44c4f347 Add missing --verbose/-v option in --help Michael Paquier 2013-12-13 00:41:53 +09:00
  • 1de877d38f Fix server status not correctly fetched Michael Paquier 2013-12-13 00:29:25 +09:00
  • 10ea7426e6 Remove SPECS for RPM packaging Michael Paquier 2013-12-13 00:21:10 +09:00
  • b92d722bdb Clean up the snapshot related stuff Michael Paquier 2013-12-13 00:20:20 +09:00
  • ebe2166379 Refactor code in pgsql_src for server monitoring Michael Paquier 2013-12-12 23:54:52 +09:00
  • 5f3823c3c4 Remove reference to pg_crc.h Michael Paquier 2013-12-12 23:35:49 +09:00
  • 30430a3729 Remove dead code Michael Paquier 2013-12-12 23:28:44 +09:00
  • 2a23a50743 Simplify LSN calculation from result of pg_stop_backup Michael Paquier 2013-12-12 22:56:35 +09:00
  • cf6ca26ba9 Remove notion of Xlog ID/offset and use XLogRecPtr instead Michael Paquier 2013-12-12 22:45:57 +09:00
  • 5bc716415a Begin cleanup of version-related code Michael Paquier 2013-12-12 22:20:08 +09:00
  • 83462de39b Remove some internal variables in xlog_internal.h Michael Paquier 2013-12-12 21:39:40 +09:00
  • 200d1fde63 Remove multi-versioning of XLOG_PAGE_MAGIC Michael Paquier 2013-12-12 21:28:33 +09:00
  • 8a34a18ea1 Fix regression tests Michael Paquier 2013-12-10 18:11:32 +09:00
  • 26b97fbcee Simplify regression test script for restore Michael Paquier 2013-12-10 17:50:28 +09:00
  • 8aa6b84b98 Fix history file parsing when fetched from archive Michael Paquier 2013-12-10 17:27:51 +09:00
  • 71d019ce56 Avoid regression diffs generated by custom .psqlrc Michael Paquier 2013-12-10 09:26:51 +09:00
  • bd75d08ef3 Rename XLogFileName to XLogFileNameLong Michael Paquier 2013-12-10 03:29:47 +09:00
  • 4d7bf5373c Fix uint64 cast forgotten by latest commit Michael Paquier 2013-12-10 03:24:01 +09:00
  • 1bc0f9baff Support pg_rman for PG_VERSION_NUM >= 9.3 Michael Paquier 2013-12-10 03:21:07 +09:00
  • 44e8da5f2c Add .gitignore for project Michael Paquier 2013-12-10 02:32:17 +09:00
  • 0144cc4fd9 - Fix possible broken backup which is getting from standby. Use --standby-host and --standby-port, if backup is getting from standby. - Add --hard-copy restore option. The option can be used to copy archive WAL to archive directory instead of symlink. otsuka.knj@gmail.com 2013-09-09 09:00:13 +00:00
  • 40fb3560e5 Fix some regression test issues. otsuka.knj@gmail.com 2013-06-09 12:47:37 +00:00
  • 068280f4a3 Supporting PostgreSQL 9.2. Fix a bug about --recovery-target-time. Fix SPEC files for using normal user. (Reported by Nagayasu-san) Fix a compiling bug on no LZLib environment. Add restriction about Incremental backup. otsuka.knj@gmail.com 2013-01-24 06:49:34 +00:00
  • 98b6bac4b9 Convert newline characters from CRLF to LF. otsuka.knj@gmail.com 2013-01-24 06:35:48 +00:00
  • dfecc77c5e update for pg_rman 1.2.4 (support standby backup) t.katsumata1122@gmail.com 2012-05-18 08:54:36 +00:00
  • 8d97d65324 update for pg_rman 1.2.3 (support RHEL6) t.katsumata1122 2011-12-26 14:21:58 +00:00
  • 6e39da4660 add specfile for PostgreSQL9.1 t.katsumata1122 2011-11-28 04:25:39 +00:00
  • 78eed96f63 revised for pg_rman1.2.2 t.katsumata1122 2011-11-28 04:22:05 +00:00
  • ae6c0e0c55 revise for 1.2.1. about ... keep-arclog-xxx and keep-srvlog-xxx. t.katsumata1122 2011-06-21 05:47:18 +00:00
  • 566c47a6fc release pg_rman-1.2.0. katsumata.tomonari@oss.ntt.co.jp 2011-02-07 01:57:11 +00:00
  • 686a5b0cf2 Remove dependency to libsml2 and libxslt. itagaki.takahiro 2010-06-01 07:10:49 +00:00
  • 9df43a0ad2 Yet another fixes for DST. itagaki.takahiro 2010-06-01 06:48:21 +00:00
  • 5933d52f54 Determine whether Daylight Saving Time is in effect when parse time. itagaki.takahiro 2010-06-01 06:39:16 +00:00
  • 397c9ebaad Fix a bug in extracting filename from archive_command. itagaki.takahiro 2010-03-03 05:05:56 +00:00
  • 7889cafbe3 Don't write invalid fields to ini files. itagaki.takahiro 2010-01-29 09:10:14 +00:00
  • 2b4c33e263 Fix a bug to handle deleted files during backup. We should skipp those missing files during validation and restore. itagaki.takahiro 2010-01-21 08:40:29 +00:00
  • 18b133c544 add/fix comments. itagaki.takahiro 2010-01-12 09:11:43 +00:00
  • 4df4b1644f Sync the latest pgut and update copyrights. itagaki.takahiro 2010-01-06 02:25:21 +00:00
  • e3b9fd4e16 Use join_path_components() if possible. itagaki.takahiro 2009-12-27 07:30:55 +00:00
  • 182444045c Fix typo and cleanup. itagaki.takahiro 2009-12-22 22:47:10 +00:00
  • 59d0911fa7 Fix a critical bug that pg_rman cannot restore database from incremental backup. Backup itself worked correctly, but restore command broke database files. itagaki.takahiro 2009-12-22 07:36:31 +00:00
  • bc5717b1e0 Add a portable implementation for IsDir(). dirent.d_type is not in POSIX and does not exist at least on Solaris. itagaki.takahiro 2009-12-18 02:44:35 +00:00
  • 8863b7944b Adjust to be able to build on 8.3 or older versions. itagaki.takahiro 2009-12-18 02:26:19 +00:00
  • f0d7a1254e Add missing headers and portable flock() implemented with fcntl() for Solaris. itagaki.takahiro 2009-12-17 02:38:48 +00:00
  • 6545c64ca8 Remove unused functions because of porting issues. They are used by another project, but not used by pg_rman. itagaki.takahiro 2009-12-16 00:40:22 +00:00
  • 454e8f7e25 fix the last commit. itagaki.takahiro 2009-12-13 10:05:06 +00:00
  • fe48c34b5e Support multiple versions of postgres servers with one pg_rman binary. itagaki.takahiro 2009-12-13 08:54:34 +00:00
  • 08063f31f9 Fix typo in comments. itagaki.takahiro 2009-12-10 13:16:08 +00:00
  • a90ec8e46f URL to be http, not https. itagaki.takahiro 2009-12-08 00:49:45 +00:00
  • 7fbb857d03 First import. itagaki.takahiro 2009-12-08 00:21:28 +00:00
  • 007464ae8f Initial directory structure. (no author) 2009-12-08 00:10:30 +00:00