Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,26 @@ on:
push:
branches:
- master
- REL_17_STABLE
- REL_16_STABLE
- REL_15_STABLE
- REL_14_STABLE
- REL_13_STABLE
- REL_12_STABLE
- REL_11_STABLE
pull_request:
branches:
- master
- REL_17_STABLE
- REL_16_STABLE
- REL_15_STABLE
- REL_14_STABLE
- REL_13_STABLE
- REL_12_STABLE
- REL_11_STABLE

jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
env:
CACHE_VERSION: 20250124 # to identify cache version
CACHE_VERSION: 20250128 # to identify cache version

steps:
- name: get current branch name
Expand All @@ -41,13 +39,12 @@ jobs:
shell: bash -xe {0}
run: |
declare -A versions=(
["master"]="16.1"
["REL_16_STABLE"]="16.1"
["REL_15_STABLE"]="15.5"
["REL_14_STABLE"]="14.10"
["REL_13_STABLE"]="13.13"
["REL_12_STABLE"]="12.17"
["REL_11_STABLE"]="11.18"
["master"]="17.2"
["REL_17_STABLE"]="17.2"
["REL_16_STABLE"]="16.6"
["REL_15_STABLE"]="15.10"
["REL_14_STABLE"]="14.15"
["REL_13_STABLE"]="13.18"
)
[ -z "${versions[${{ env.BRANCH }}]}" ] && exit 1 # check if the key exists
echo "PGVERSION=${versions[${{ env.BRANCH }}]}" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION

Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
Portions Copyright (c) 1994, The Regents of the University of California

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion backup.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* backup.c: backup DB cluster, archived WAL, serverlog.
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion catalog.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* catalog.c: backup catalog operation
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion data.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* data.c: utilities for backing up and restoring database files along with
* the support for compression/decompression of individual data file pages
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion delete.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* delete.c: delete backup files.
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* dir.c: directory operation utility.
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
6 changes: 3 additions & 3 deletions docs/index-ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -1459,9 +1459,9 @@ <h2>RPMを用いたインストール</h2>
<h1 id="requirement">動作環境</h2>
<dl>
<dt>PostgreSQLバージョン</dt>
<dd>PostgreSQL 12, 13, 14, 15, 16</dd>
<dd>PostgreSQL 13, 14, 15, 16, 17</dd>
<dt>OS</dt>
<dd>RHEL 7, 8, 9</dd>
<dd>RHEL 8, 9</dd>
</dl>


Expand All @@ -1470,7 +1470,7 @@ <h1 id="seealso">関連項目</h2>

<hr />

<p class="footer">Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
<p class="footer">Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>

</body>
</html>
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1449,9 +1449,9 @@ <h2 id="Install.from.rpm">Install from rpm package</h2>
<h1 id="requirement">Requirements</h1>
<dl>
<dt>PostgreSQL</dt>
<dd>PostgreSQL 12, 13, 14, 15, 16</dd>
<dd>PostgreSQL 13, 14, 15, 16, 17</dd>
<dt>OS</dt>
<dd>RHEL 7, 8, 9</dd>
<dd>RHEL 8, 9</dd>
</dl>


Expand All @@ -1460,7 +1460,7 @@ <h1 id="seealso">See Also</h2>

<hr />

<p class="footer">Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>
<p class="footer">Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION</p>

</body>
</html>
2 changes: 1 addition & 1 deletion expected/option.out
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Report bugs to <http://github.com/ossc-db/pg_rman/issues>.

###### COMMAND OPTION TEST-0002 ######
###### version option ######
pg_rman 1.3.16
pg_rman 1.3.17
1

###### COMMAND OPTION TEST-0003 ######
Expand Down
2 changes: 1 addition & 1 deletion idxpagehdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* file!!! Although, incompatible changes to the definitions in this file
* will be rare.
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion init.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* init.c: manage backup catalog.
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion parray.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* parray.c: pointer array collection.
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion parray.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* parray.h: pointer array collection.
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
4 changes: 2 additions & 2 deletions pg_rman.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* pg_rman.c: Backup/Recovery manager for PostgreSQL.
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand All @@ -14,7 +14,7 @@
#include <time.h>
#include <sys/stat.h>

const char *PROGRAM_VERSION = "1.3.16";
const char *PROGRAM_VERSION = "1.3.17";
const char *PROGRAM_URL = "http://github.com/ossc-db/pg_rman";
const char *PROGRAM_ISSUES = "http://github.com/ossc-db/pg_rman/issues";

Expand Down
2 changes: 1 addition & 1 deletion pg_rman.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* pg_rman.h: Backup/Recovery manager for PostgreSQL.
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion pgut/pgut-port.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* pgut-port.c
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion pgut/pgut-port.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* pgut-port.h
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion pgut/pgut.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* pgut.c
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion pgut/pgut.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* pgut.h
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion restore.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* restore.c: restore DB cluster and archived WAL.
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion script/snapshot_script_lvm.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#############################################################################
# Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
# Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
#############################################################################

CMD_SUDO="/usr/bin/sudo"
Expand Down
2 changes: 1 addition & 1 deletion show.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* show.c: show backup catalog.
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion util.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* util.c: log messages to log file or stderr, and misc code.
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion validate.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* validate.c: validate backup files.
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion xlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* xlog.c: Parse WAL files.
*
* Copyright (c) 2009-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
* Copyright (c) 2009-2025, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
*
*-------------------------------------------------------------------------
*/
Expand Down
Loading