Skip to content

Commit 0a08e22

Browse files
committed
Update copyright notices to 2025
1 parent 684067b commit 0a08e22

File tree

43 files changed

+43
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+43
-43
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 1996-2024, PostgreSQL Global Development Group
1+
Copyright (c) 1996-2025, PostgreSQL Global Development Group
22

33
Permission to use, copy, modify, and distribute this software and its
44
documentation for any purpose, without fee, and without a written agreement

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LICENSE
3131

3232
pg_plugins is free software distributed under the PostgreSQL Licence.
3333

34-
Copyright (c) 1996-2024, PostgreSQL Global Development Group
34+
Copyright (c) 1996-2025, PostgreSQL Global Development Group
3535

3636
Developer
3737
---------

blackhole/blackhole.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blackhole.c
44
* Set of functions for a minimal extension template
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* blackhole/blackhole.c

blackhole_am/blackhole_am.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blackhole_am.c
44
* blackhole table access method code
55
*
6-
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*

blackhole_cplusplus/blackhole_cplusplus.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* blackhole_cplusplus.cc
44
* Set of functions for a minimal C++ extension template
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* blackhole_cplusplus/blackhole_cplusplus.cc

compress_test/compression_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* compression_test.c
44
* Set of utilities to test compression.
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* compression_test/compression_test.c

count_relations/count_relations.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Simple background worker code scanning the number of relations
55
* present in database.
66
*
7-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
7+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
1010
* count_relations/count_relations.c

custom_wal/custom_wal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* custom_wal.c
44
* SQL function to generate custom WAL records.
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* custom_wal/custom_wal.c

decoder_raw/decoder_raw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Logical decoding output plugin generating SQL queries based
55
* on things decoded.
66
*
7-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
7+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
1010
* decoder_raw/decoder_raw.c

hello_notify/hello_notify.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* servers that want to notify queries taking a too long amount
77
* of time to execute.
88
*
9-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
9+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
1010
*
1111
* IDENTIFICATION
1212
* hello_notify/hello_notify.c

hello_signal/hello_signal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* hello_signal.c
44
* bgworker logging message when receiving SIGHUP or SIGTERM.
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* hello_signal/hello_signal.c

hello_world/hello_world.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* hello_world.c
44
* bgworker logging hello world on server
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* hello_world/hello_world.c

hint_parser/hint_gram.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* hint_gram.y - Parser for query hints
55
*
6-
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*

hint_parser/hint_parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* hint_parser.c
44
* Set of functions to parse query hints from query strings.
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* hint_parser/hint_parser.c

hint_parser/hint_parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* hint_parser.h
44
*
5-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
5+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
66
*
77
* IDENTIFICATION
88
* hint_parser/hint_parser.h

hint_parser/hint_scanner.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* hint_scanner.l
55
* a lexical scanner for query hints
66
*
7-
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
*

hmac_funcs/hmac_funcs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* hmac_funcs.c
44
* Set of functions for HMAC.
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* hmac_funcs/hmac_funcs.c

hook_utility/hook_utility.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* hook_utility.c
44
* Use utility hook to restrict operations on a couple of DDL queries.
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* hook_utility/hook_utility.c

jsonlog/jsonlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Facility using hook controlling logging output of a Postgres
55
* able to generate JSON logs
66
*
7-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
7+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
1010
* jsonlog.c/jsonlog.c

kill_idle/kill_idle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Kill idle connections of a Postgres server inactive for a given
55
* amount of time.
66
*
7-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
7+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
1010
* kill_idle/kill_idle.c

lwlock_test/lwlock_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* lwlock_test.c
44
* Tests LWLocks with SQL functions.
55
*
6-
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION

mcxtalloc_test/mcxtalloc_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Set of functions to test low-level routines in change of doing
55
* memory allocation in a given memory context.
66
*
7-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
7+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
1010
* mcxtalloc_test/mcxtalloc_test.c

object_hooks/object_hooks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* object_hooks.c
44
* Facility to test object type hooks.
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* object_hooks/object_hooks.c

overflow/int.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* int.c
44
* Overflow checks for signed integers
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* overflow/int.c

overflow/overflow.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* overflow.c
44
* Common routines for overflow checks
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* overflow/overflow.c

overflow/uint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uint.c
44
* Overflow checks for unsigned integers
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* overflow/uint.c

passwordcheck_extra/passwordcheck_extra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* passwordcheck_extra.c
44
*
5-
* Copyright (c) 2009-2024, PostgreSQL Global Development Group
5+
* Copyright (c) 2009-2025, PostgreSQL Global Development Group
66
*
77
* Author: Laurenz Albe <[email protected]>
88
*

pg_fix_truncation/pg_fix_truncation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_fix_truncation.c
44
* Set of functions for a minimal extension template
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* pg_fix_truncation/pg_fix_truncation.c

pg_mark_glibc/pg_mark_glibc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* gnu_get_libc_version():
77
* http://man7.org/linux/man-pages/man3/gnu_get_libc_version.3.html
88
*
9-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
9+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
1010
*
1111
* IDENTIFICATION
1212
* pg_mark_glibc/pg_mark_glibc.c

pg_panic/pg_panic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Kick a random PANIC at server level to test robustness of an
55
* installation.
66
*
7-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
7+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
1010
* pg_panic/pg_panic.c

pg_rusage/pg_rusage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_rusage.c
44
* Set of functions to snapshot CPU usage.
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* pg_rusage/pg_rusage.c

pg_sasl_prepare/pg_sasl_prepare.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Wrapper on top of upstream implementation of SASLprep, changing
55
* a UTF-8 string into a prepared string for a SCRAM exchange.
66
*
7-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
7+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
1010
* pg_sasl_prepare/pg_sasl_prepare.c

pg_statvfs/pg_statvfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_statvfs.c
44
* Wrapper for system call to statvfs()
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* pg_statvfs/pg_statvfs.c

pg_swap_pages/pg_swap_pages.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_swap_pages.c
44
* Extension switching pages of a relation via WAL replay.
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* pg_swap_pages/pg_swap_pages.c

pg_trunc2del/pg_trunc2del.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_trunc2del.c
44
* Extension that executes TRUNCATE statements as DELETE statements.
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* pg_trunc2del/pg_trunc2del.c

pg_wal_blocks/pg_wal_blocks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_wal_blocks.c
44
* Tracker of relation blocks touched by WAL records
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* pg_wal_blocks/pg_wal_blocks.c

pgmpc/pgmpc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pgmpc.c
44
* mpd client for PostgreSQL
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* pgmpc/pgmpc.c

plpgsql_cb/plpgsql_cb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Simple template making use of PLpgSQL plugin structure with its
55
* callbacks for statement and function controls.
66
*
7-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
7+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
88
*
99
* IDENTIFICATION
1010
* plpgsql_cb/plpgsql_cb.c

receiver_raw/receiver_raw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* creates some basics for a multi-master cluster using vanilla
66
* PostgreSQL without modifying its code.
77
*
8-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
8+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
99
*
1010
* IDENTIFICATION
1111
* receiver_raw/receiver_raw.c

scram_utils/scram_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* scram_utils.c
44
* Set of functions for SCRAM authentication
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* scram_utils/scram_utils.c

signal_rmgr/signal_rmgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* signal_rmgr.c
44
* Send signals to standbys through WAL.
55
*
6-
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION

signal_rmgr/t/001_basic.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024, PostgreSQL Global Development Group
1+
# Copyright (c) 2023-2025, PostgreSQL Global Development Group
22

33
use strict;
44
use warnings;

wal_utils/wal_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* wal_utils.c
44
* Set of tools and utilities for handling of WAL-related data.
55
*
6-
* Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* wal_utils/wal_utils.c

0 commit comments

Comments
 (0)