File tree Expand file tree Collapse file tree 13 files changed +26
-13
lines changed Expand file tree Collapse file tree 13 files changed +26
-13
lines changed Original file line number Diff line number Diff line change 2
2
*
3
3
* backup.c: backup DB cluster, archived WAL
4
4
*
5
- * Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
+ * Portions Copyright (c) 2015-2017, Postgres Professional
6
7
*
7
8
*-------------------------------------------------------------------------
8
9
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* catalog.c: backup catalog opration
4
4
*
5
- * Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
+ * Portions Copyright (c) 2015-2017, Postgres Professional
6
7
*
7
8
*-------------------------------------------------------------------------
8
9
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* data.c: data parsing pages
4
4
*
5
- * Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
+ * Portions Copyright (c) 2015-2017, Postgres Professional
6
7
*
7
8
*-------------------------------------------------------------------------
8
9
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* delete.c: delete backup files.
4
4
*
5
- * Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
+ * Portions Copyright (c) 2015-2017, Postgres Professional
6
7
*
7
8
*-------------------------------------------------------------------------
8
9
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* dir.c: directory operation utility.
4
4
*
5
- * Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
+ * Portions Copyright (c) 2015-2017, Postgres Professional
6
7
*
7
8
*-------------------------------------------------------------------------
8
9
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* init.c: manage backup catalog.
4
4
*
5
- * Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
+ * Portions Copyright (c) 2015-2017, Postgres Professional
6
7
*
7
8
*-------------------------------------------------------------------------
8
9
*/
Original file line number Diff line number Diff line change 5
5
*
6
6
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
7
7
* Portions Copyright (c) 1994, Regents of the University of California
8
+ * Portions Copyright (c) 2015-2017, Postgres Professional
8
9
*
9
10
*-------------------------------------------------------------------------
10
11
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* pg_probackup.c: Backup/Recovery manager for PostgreSQL.
4
4
*
5
- * Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
+ * Portions Copyright (c) 2015-2017, Postgres Professional
6
7
*
7
8
*-------------------------------------------------------------------------
8
9
*/
15
16
#include <time.h>
16
17
#include <sys/stat.h>
17
18
18
- const char * PROGRAM_VERSION = "1.0" ;
19
+ const char * PROGRAM_VERSION = "1.0.1 " ;
19
20
const char * PROGRAM_URL = "https://github.com/postgrespro/pg_probackup" ;
20
21
const char * PROGRAM_EMAIL = "https://github.com/postgrespro/pg_probackup/issues" ;
21
22
Original file line number Diff line number Diff line change 2
2
*
3
3
* pg_probackup.h: Backup/Recovery manager for PostgreSQL.
4
4
*
5
- * Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
+ * Portions Copyright (c) 2015-2017, Postgres Professional
6
7
*
7
8
*-------------------------------------------------------------------------
8
9
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* restore.c: restore DB cluster and archived WAL.
4
4
*
5
- * Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
+ * Portions Copyright (c) 2015-2017, Postgres Professional
6
7
*
7
8
*-------------------------------------------------------------------------
8
9
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* show.c: show backup catalog.
4
4
*
5
- * Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
+ * Portions Copyright (c) 2015-2017, Postgres Professional
6
7
*
7
8
*-------------------------------------------------------------------------
8
9
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* util.c: log messages to log file or stderr, and misc code.
4
4
*
5
- * Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
+ * Portions Copyright (c) 2015-2017, Postgres Professional
6
7
*
7
8
*-------------------------------------------------------------------------
8
9
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* validate.c: validate backup files.
4
4
*
5
- * Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
+ * Portions Copyright (c) 2015-2017, Postgres Professional
6
7
*
7
8
*-------------------------------------------------------------------------
8
9
*/
You can’t perform that action at this time.
0 commit comments