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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2025, Open PostgreSQL Monitoring Development Group (OPMDG).
Copyright (c) 2012-2026, Open PostgreSQL Monitoring Development Group (OPMDG).

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written agreement
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -1341,5 +1341,5 @@ LICENSING

AUTHORS
Author: Open PostgreSQL Monitoring Development Group
Copyright: (C) 2012-2025 Open PostgreSQL Monitoring Development Group
Copyright: (C) 2012-2026 Open PostgreSQL Monitoring Development Group

2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1381,5 +1381,5 @@ For license terms, see the LICENSE provided with the sources.
=head1 AUTHORS

S<Author: Open PostgreSQL Monitoring Development Group>
S<Copyright: (C) 2012-2025 Open PostgreSQL Monitoring Development Group>
S<Copyright: (C) 2012-2026 Open PostgreSQL Monitoring Development Group>

4 changes: 2 additions & 2 deletions check_pgactivity
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

=head1 NAME

Expand Down Expand Up @@ -9888,6 +9888,6 @@ For license terms, see the LICENSE provided with the sources.
=head1 AUTHORS

S<Author: Open PostgreSQL Monitoring Development Group>
S<Copyright: (C) 2012-2025 Open PostgreSQL Monitoring Development Group>
S<Copyright: (C) 2012-2026 Open PostgreSQL Monitoring Development Group>

=cut
2 changes: 1 addition & 1 deletion t/00-copyright-year.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
4 changes: 2 additions & 2 deletions t/01-archive_folder.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down Expand Up @@ -155,7 +155,7 @@ $node->command_checks_all( [
# next file but find 01 and warn that 03 was expected.
$time = time - 400;
utime $time, $time, "$archive_dir/000000010000000000000002";

$node->command_checks_all( [
'./check_pgactivity', '--service' => 'archive_folder',
'--username' => $ENV{'USER'} || 'postgres',
Expand Down
2 changes: 1 addition & 1 deletion t/01-archiver.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
4 changes: 2 additions & 2 deletions t/01-autovacuum.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand All @@ -21,7 +21,7 @@ plan tests => $num_tests + 3;
### Beginning of tests ###

$node->init;

# Tests for PostreSQL 8.0 and before
SKIP: {
skip "testing incompatibility with PostgreSQL 8.0 and before", 3
Expand Down
2 changes: 1 addition & 1 deletion t/01-backends.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-backends_status.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-backup_label_age.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-bgwriter.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-btree_bloat.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-checksum_errors.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-commit_ratio.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-configuration.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-connection.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-custom_query.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-database_size.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-extensions_versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-hit_ratio.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
6 changes: 3 additions & 3 deletions t/01-hot_standby_delta.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down Expand Up @@ -63,8 +63,8 @@ SKIP: {
'./check_pgactivity', '--service' => 'hot_standby_delta',
'--username' => $ENV{'USER'} || 'postgres',
'--format' => 'human',
'--host' => $prim->host . ',' . $stb1->host,
'--port' => $prim->port . ',' . $stb1->port,
'--host' => $prim->host . ',' . $stb1->host,
'--port' => $prim->port . ',' . $stb1->port,
],
0,
[
Expand Down
2 changes: 1 addition & 1 deletion t/01-hugepages.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-invalid_indexes.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-is_hot_standby.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-is_master.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-is_replay_paused.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-last_analyze.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-last_vacuum.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-locks.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-longest_query.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-max_freeze_age.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-minor_version.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-oldest_2pc.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-oldest_idlexact.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-oldest_xmin.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-pga_version.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-pgdata_permission.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-replication_slots.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-sequences_exhausted.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion t/01-session_stats.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program is open source, licensed under the PostgreSQL License.
# For license terms, see the LICENSE file.
#
# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group
# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group

use strict;
use warnings;
Expand Down
Loading