diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da67062..bd8921a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 diff --git a/COPYRIGHT b/COPYRIGHT index 2551eb8..340fd6c 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -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 diff --git a/backup.c b/backup.c index 0f7cbf8..9775575 100644 --- a/backup.c +++ b/backup.c @@ -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 * *------------------------------------------------------------------------- */ diff --git a/catalog.c b/catalog.c index 9cf7fd8..4ea4034 100644 --- a/catalog.c +++ b/catalog.c @@ -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 * *------------------------------------------------------------------------- */ diff --git a/data.c b/data.c index f1a4790..82e60ae 100644 --- a/data.c +++ b/data.c @@ -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 * *------------------------------------------------------------------------- */ diff --git a/delete.c b/delete.c index ce20c1a..4b32c2d 100644 --- a/delete.c +++ b/delete.c @@ -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 * *------------------------------------------------------------------------- */ diff --git a/dir.c b/dir.c index 1c4d709..d5fffa4 100644 --- a/dir.c +++ b/dir.c @@ -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 * *------------------------------------------------------------------------- */ diff --git a/docs/index-ja.html b/docs/index-ja.html index ba83dab..4cf2a2e 100644 --- a/docs/index-ja.html +++ b/docs/index-ja.html @@ -1459,9 +1459,9 @@