Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
sokolcati merged 2 commits intomasterfromPGPRO-11422
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes fromall 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
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionLICENSE
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/disable_core_macro.h
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rum.h
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rum_arr_utils.c
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rum_ts_utils.c
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rumbtree.c
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rumbulk.c
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rumdatapage.c
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rumentrypage.c
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rumget.c
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/ruminsert.c
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rumscan.c
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rumsort.c
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rumsort.h
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rumtsquery.c
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rumutil.c
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rumvacuum.c
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsrc/rumvalidate.c
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletiontravis/run_tests.sh
View file
Open in desktop
Original file line numberDiff line numberDiff 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

[8]ページ先頭

©2009-2025 Movatter.jp