File tree 29 files changed +29
-29
lines changed
29 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2015-2018 , Postgres Professional
1
+ Copyright (c) 2015-2019 , Postgres Professional
2
2
Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
3
3
4
4
Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
Original file line number Diff line number Diff line change 3
3
* archive.c: - pg_probackup specific archive commands for archive backups.
4
4
*
5
5
*
6
- * Portions Copyright (c) 2018, Postgres Professional
6
+ * Portions Copyright (c) 2018-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 3
3
* backup.c: backup DB cluster, archived WAL
4
4
*
5
5
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2015-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2015-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 3
3
* catalog.c: backup catalog operation
4
4
*
5
5
* Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2015-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2015-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* configure.c: - manage backup catalog.
4
4
*
5
- * Copyright (c) 2017-2018 , Postgres Professional
5
+ * Copyright (c) 2017-2019 , Postgres Professional
6
6
*
7
7
*-------------------------------------------------------------------------
8
8
*/
Original file line number Diff line number Diff line change 3
3
* data.c: utils to parse and backup data pages
4
4
*
5
5
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2015-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2015-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 3
3
* delete.c: delete backup files.
4
4
*
5
5
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2015-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2015-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 3
3
* dir.c: directory operation utility.
4
4
*
5
5
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2015-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2015-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* help.c
4
4
*
5
- * Copyright (c) 2017-2018 , Postgres Professional
5
+ * Copyright (c) 2017-2019 , Postgres Professional
6
6
*
7
7
*-------------------------------------------------------------------------
8
8
*/
Original file line number Diff line number Diff line change 3
3
* init.c: - initialize backup catalog.
4
4
*
5
5
* Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2015-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2015-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* merge.c: merge FULL and incremental backups
4
4
*
5
- * Copyright (c) 2018, Postgres Professional
5
+ * Copyright (c) 2018-2019 , Postgres Professional
6
6
*
7
7
*-------------------------------------------------------------------------
8
8
*/
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-2018 , Postgres Professional
8
+ * Portions Copyright (c) 2015-2019 , Postgres Professional
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
Original file line number Diff line number Diff line change 3
3
* pg_probackup.c: Backup/Recovery manager for PostgreSQL.
4
4
*
5
5
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2015-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2015-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 3
3
* pg_probackup.h: Backup/Recovery manager for PostgreSQL.
4
4
*
5
5
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2015-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2015-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 3
3
* restore.c: restore DB cluster and archived WAL.
4
4
*
5
5
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2015-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2015-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 3
3
* show.c: show backup information.
4
4
*
5
5
* Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2015-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2015-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 3
3
* util.c: log messages to log file or stderr, and misc code.
4
4
*
5
5
* Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2015-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2015-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 3
3
* configuration.c: - function implementations to work with pg_probackup
4
4
* configurations.
5
5
*
6
- * Copyright (c) 2017-2018 , Postgres Professional
6
+ * Copyright (c) 2017-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 3
3
* configuration.h: - prototypes of functions and structures for
4
4
* configuration.
5
5
*
6
- * Copyright (c) 2018, Postgres Professional
6
+ * Copyright (c) 2018-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* json.c: - make json document.
4
4
*
5
- * Copyright (c) 2018, Postgres Professional
5
+ * Copyright (c) 2018-2019 , Postgres Professional
6
6
*
7
7
*-------------------------------------------------------------------------
8
8
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* json.h: - prototypes of json output functions.
4
4
*
5
- * Copyright (c) 2018, Postgres Professional
5
+ * Copyright (c) 2018-2019 , Postgres Professional
6
6
*
7
7
*-------------------------------------------------------------------------
8
8
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* logger.c: - log events into log file or stderr.
4
4
*
5
- * Copyright (c) 2017-2018 , Postgres Professional
5
+ * Copyright (c) 2017-2019 , Postgres Professional
6
6
*
7
7
*-------------------------------------------------------------------------
8
8
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* logger.h: - prototypes of logger functions.
4
4
*
5
- * Copyright (c) 2017-2018 , Postgres Professional
5
+ * Copyright (c) 2017-2019 , Postgres Professional
6
6
*
7
7
*-------------------------------------------------------------------------
8
8
*/
Original file line number Diff line number Diff line change 3
3
* pgut.c
4
4
*
5
5
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2017-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2017-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 3
3
* pgut.h
4
4
*
5
5
* Portions Copyright (c) 2009-2013, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2017-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2017-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* remote.h: - prototypes of remote functions.
4
4
*
5
- * Copyright (c) 2017-2018 , Postgres Professional
5
+ * Copyright (c) 2017-2019 , Postgres Professional
6
6
*
7
7
*-------------------------------------------------------------------------
8
8
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* thread.c: - multi-platform pthread implementations.
4
4
*
5
- * Copyright (c) 2018, Postgres Professional
5
+ * Copyright (c) 2018-2019 , Postgres Professional
6
6
*
7
7
*-------------------------------------------------------------------------
8
8
*/
Original file line number Diff line number Diff line change 2
2
*
3
3
* thread.h: - multi-platform pthread implementations.
4
4
*
5
- * Copyright (c) 2018, Postgres Professional
5
+ * Copyright (c) 2018-2019 , Postgres Professional
6
6
*
7
7
*-------------------------------------------------------------------------
8
8
*/
Original file line number Diff line number Diff line change 3
3
* validate.c: validate backup files.
4
4
*
5
5
* Portions Copyright (c) 2009-2011, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
- * Portions Copyright (c) 2015-2018 , Postgres Professional
6
+ * Portions Copyright (c) 2015-2019 , Postgres Professional
7
7
*
8
8
*-------------------------------------------------------------------------
9
9
*/
You can’t perform that action at this time.
0 commit comments