Skip to content

Add check in Travis CI and update copyrights. #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 1, 2024
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
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ notifications:
on_failure: always

env:
- PG_VERSION=17
- PG_VERSION=17 LEVEL=hardcore
- PG_VERSION=16
- PG_VERSION=16 LEVEL=hardcore
- PG_VERSION=15
Expand All @@ -35,3 +37,8 @@ env:
- PG_VERSION=12 LEVEL=hardcore
- PG_VERSION=11
- PG_VERSION=11 LEVEL=hardcore

matrix:
allow_failures:
- env: PG_VERSION=11
- env: PG_VERSION=11 LEVEL=hardcore
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RUM is released under the PostgreSQL License, a liberal Open Source license, similar to the BSD or MIT licenses.

Portions Copyright (c) 2015-2019, Postgres Professional
Portions Copyright (c) 2015-2024, Postgres Professional
Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group
Portions Copyright (c) 1994, The Regents of the University of California

Expand Down
2 changes: 1 addition & 1 deletion src/disable_core_macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* disable_core_macro.h
* Support including tuplesort.c from postgresql core code.
*
* Copyright (c) 2022, Postgres Professional
* Copyright (c) 2022-2024, Postgres Professional
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/rum.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* rum.h
* Exported definitions for RUM index.
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 2006-2022, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/rum_arr_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* rum_arr_utils.c
* various anyarray-search functions
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/rum_ts_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* rum_ts_utils.c
* various text-search functions
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/rumbtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* page utilities routines for the postgres inverted index access method.
*
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/rumbulk.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* routines for fast build of inverted index
*
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/rumdatapage.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* page utilities routines for the postgres inverted index access method.
*
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/rumentrypage.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* page utilities routines for the postgres inverted index access method.
*
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/rumget.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* fetch tuples from a RUM scan.
*
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/ruminsert.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* insert routines for the postgres inverted index access method.
*
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/rumscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* routines to manage scans of inverted index relations
*
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/rumsort.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* src/backend/utils/sort/tuplesort.c.
*
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/rumsort.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* It contains copy of static functions from
* src/backend/utils/sort/tuplesort.c.
*
* Portions Copyright (c) 2015-2021, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/rumtsquery.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* rumtsquery.c
* Inverted fulltext search: indexing tsqueries.
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/rumutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* utilities routines for the postgres inverted index access method.
*
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/rumvacuum.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* delete & vacuum routines for the postgres RUM
*
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/rumvalidate.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* rumvalidate.c
* Opclass validator for RUM.
*
* Portions Copyright (c) 2015-2022, Postgres Professional
* Portions Copyright (c) 2015-2024, Postgres Professional
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion travis/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

#
# Copyright (c) 2019, Postgres Professional
# Copyright (c) 2019-2024, Postgres Professional
#
# supported levels:
# * standard
Expand Down