File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2009-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
1
+ Copyright (c) 2009-2025 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2
2
3
- Portions Copyright (c) 1996-2024 , PostgreSQL Global Development Group
3
+ Portions Copyright (c) 1996-2025 , PostgreSQL Global Development Group
4
4
Portions Copyright (c) 1994, The Regents of the University of California
5
5
6
6
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
# SPEC file for pg_store_plans
2
- # Copyright(c) 2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
2
+ # Copyright(c) 2025 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
3
3
4
4
%define _pgdir /usr/pgsql-17
5
5
%define _bindir %{_pgdir }/bin
Original file line number Diff line number Diff line change 22
22
* them of the latest execution. Entry eviction is done in the same
23
23
* way to pg_stat_statements.
24
24
*
25
- * Copyright (c) 2008-2024 , PostgreSQL Global Development Group
26
- * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
25
+ * Copyright (c) 2008-2025 , PostgreSQL Global Development Group
26
+ * Copyright (c) 2012-2025 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
27
27
*
28
28
* IDENTIFICATION
29
29
* pg_store_plans/pg_store_plans.c
Original file line number Diff line number Diff line change 2
2
*
3
3
* pgsp_explain.c: extracted code from explain.c for explain of triggers.
4
4
*
5
- * Copyright (c) 2008-2024 , PostgreSQL Global Development Group
6
- * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Copyright (c) 2008-2025 , PostgreSQL Global Development Group
6
+ * Copyright (c) 2012-2025 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
7
7
*
8
8
* IDENTIFICATION
9
9
* pg_store_plans/pgsp_explain.c
Original file line number Diff line number Diff line change 2
2
*
3
3
* pgsp_explain.h: extracted code from explain.c for explain of triggers.
4
4
*
5
- * Copyright (c) 2008-2024 , PostgreSQL Global Development Group
6
- * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Copyright (c) 2008-2025 , PostgreSQL Global Development Group
6
+ * Copyright (c) 2012-2025 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
7
7
*
8
8
* IDENTIFICATION
9
9
* pg_store_plans/pgsp_explain.h
Original file line number Diff line number Diff line change 2
2
*
3
3
* pgsp_json.c: Plan handler for JSON/XML/YAML style plans
4
4
*
5
- * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Copyright (c) 2012-2025 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
6
*
7
7
* IDENTIFICATION
8
8
* pg_store_plans/pgsp_json.c
Original file line number Diff line number Diff line change 2
2
*
3
3
* pgsp_json.h: Definitions of plan handler for JSON/XML/YAML style plans
4
4
*
5
- * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Copyright (c) 2012-2025 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
6
*
7
7
* IDENTIFICATION
8
8
* pg_store_plans/pgsp_json.h
Original file line number Diff line number Diff line change 2
2
*
3
3
* pgsp_json_int.h: Definitions for internal use for pgsp_json.c
4
4
*
5
- * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Copyright (c) 2012-2025 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
6
*
7
7
* IDENTIFICATION
8
8
* pg_store_plans/pgsp_json_int.h
Original file line number Diff line number Diff line change 2
2
*
3
3
* pgsp_json_text.h: Text plan generator for pg_store_plans.
4
4
*
5
- * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Copyright (c) 2012-2025 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
6
*
7
7
* IDENTIFICATION
8
8
* pg_store_plans/pgsp_json_text.c
Original file line number Diff line number Diff line change 2
2
*
3
3
* pgsp_json_text.h: Defenitions for text plan generator for pg_store_plans.
4
4
*
5
- * Copyright (c) 2012-2024 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5
+ * Copyright (c) 2012-2025 , NIPPON TELEGRAPH AND TELEPHONE CORPORATION
6
6
*
7
7
* IDENTIFICATION
8
8
* pg_store_plans/pgsp_json_text.h
You can’t perform that action at this time.
0 commit comments