File tree Expand file tree Collapse file tree 14 files changed +16
-16
lines changed Expand file tree Collapse file tree 14 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
- Portions Copyright (c) 2015-2023 , PostgreSQL GLobal Development Group
1
+ Portions Copyright (c) 2015-2024 , PostgreSQL GLobal Development Group
2
2
3
3
Portions Copyright (c) 1994, The Regents of the University of California
4
4
Original file line number Diff line number Diff line change 1
- Portions Copyright (c) 2015-2023 , PostgreSQL GLobal Development Group
1
+ Portions Copyright (c) 2015-2024 , PostgreSQL GLobal Development Group
2
2
3
3
Portions Copyright (c) 1994, The Regents of the University of California
4
4
Original file line number Diff line number Diff line change 50
50
51
51
# General information about the project.
52
52
project = 'HypoPG'
53
- copyright = '2015-2023 , Julien Rouhaud'
53
+ copyright = '2015-2024 , Julien Rouhaud'
54
54
author = 'Julien Rouhaud'
55
55
56
56
# The version info for the project you're documenting, acts as replacement for
Original file line number Diff line number Diff line change 1
1
-- This program is open source, licensed under the PostgreSQL License.
2
2
-- For license terms, see the LICENSE file.
3
3
--
4
- -- Copyright (C) 2015-2023 : Julien Rouhaud
4
+ -- Copyright (C) 2015-2024 : Julien Rouhaud
5
5
6
6
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
7
7
\echo Use " ALTER EXTENSION hypopg" to load this file. \quit
47
47
SELECT hl.* , true AS is_hypo
48
48
FROM hypopg_hidden_indexes() hi
49
49
JOIN hypopg_list_indexes hl on hl .indexrelid = hi .indexid
50
- ORDER BY index_name;
50
+ ORDER BY index_name;
Original file line number Diff line number Diff line change 1
1
-- This program is open source, licensed under the PostgreSQL License.
2
2
-- For license terms, see the LICENSE file.
3
3
--
4
- -- Copyright (C) 2015-2023 : Julien Rouhaud
4
+ -- Copyright (C) 2015-2024 : Julien Rouhaud
5
5
6
6
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
7
7
\echo Use " CREATE EXTENSION hypopg" to load this file. \quit
Original file line number Diff line number Diff line change 1
1
-- This program is open source, licensed under the PostgreSQL License.
2
2
-- For license terms, see the LICENSE file.
3
3
--
4
- -- Copyright (C) 2015-2023 : Julien Rouhaud
4
+ -- Copyright (C) 2015-2024 : Julien Rouhaud
5
5
6
6
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
7
7
\echo Use " CREATE EXTENSION hypopg" to load this file. \quit
102
102
SELECT hl.* , true AS is_hypo
103
103
FROM hypopg_hidden_indexes() hi
104
104
JOIN hypopg_list_indexes hl on hl .indexrelid = hi .indexid
105
- ORDER BY index_name;
105
+ ORDER BY index_name;
Original file line number Diff line number Diff line change 8
8
* This program is open source, licensed under the PostgreSQL license.
9
9
* For license terms, see the LICENSE file.
10
10
*
11
- * Copyright (C) 2015-2023 : Julien Rouhaud
11
+ * Copyright (C) 2015-2024 : Julien Rouhaud
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
Original file line number Diff line number Diff line change 8
8
* This program is open source, licensed under the PostgreSQL license.
9
9
* For license terms, see the LICENSE file.
10
10
*
11
- * Copyright (C) 2015-2023 : Julien Rouhaud
11
+ * Copyright (C) 2015-2024 : Julien Rouhaud
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
Original file line number Diff line number Diff line change 5
5
* This program is open source, licensed under the PostgreSQL license.
6
6
* For license terms, see the LICENSE file.
7
7
*
8
- * Copyright (c) 2008-2023 , PostgreSQL Global Development Group
8
+ * Copyright (c) 2008-2024 , PostgreSQL Global Development Group
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
Original file line number Diff line number Diff line change 6
6
* This program is open source, licensed under the PostgreSQL license.
7
7
* For license terms, see the LICENSE file.
8
8
*
9
- * Copyright (c) 2008-2023 , PostgreSQL Global Development Group
9
+ * Copyright (c) 2008-2024 , PostgreSQL Global Development Group
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
Original file line number Diff line number Diff line change 5
5
* This program is open source, licensed under the PostgreSQL license.
6
6
* For license terms, see the LICENSE file.
7
7
*
8
- * Copyright (C) 2015-2023 : Julien Rouhaud
8
+ * Copyright (C) 2015-2024 : Julien Rouhaud
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
Original file line number Diff line number Diff line change 5
5
* This program is open source, licensed under the PostgreSQL license.
6
6
* For license terms, see the LICENSE file.
7
7
*
8
- * Copyright (c) 2008-2023 , PostgreSQL Global Development Group
8
+ * Copyright (c) 2008-2024 , PostgreSQL Global Development Group
9
9
*
10
10
*-------------------------------------------------------------------------
11
11
*/
Original file line number Diff line number Diff line change 6
6
* This program is open source, licensed under the PostgreSQL license.
7
7
* For license terms, see the LICENSE file.
8
8
*
9
- * Copyright (c) 2008-2023 , PostgreSQL Global Development Group
9
+ * Copyright (c) 2008-2024 , PostgreSQL Global Development Group
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
Original file line number Diff line number Diff line change 8
8
* This program is open source, licensed under the PostgreSQL license.
9
9
* For license terms, see the LICENSE file.
10
10
*
11
- * Copyright (C) 2015-2023 : Julien Rouhaud
11
+ * Copyright (C) 2015-2024 : Julien Rouhaud
12
12
*
13
13
*-------------------------------------------------------------------------
14
14
*/
You can’t perform that action at this time.
0 commit comments