• R/O
  • HTTP
  • SSH
  • HTTPS

pg_bigm: コミット一覧

This is the main pg_bigm git repository.


RSS
Rev. 日時 作者
ed16759 REL1_2_STABLE 2023-10-11 01:20:00 Fujii Masao

Switch CI from Travis CI to GitHub Actions (#12)

Enable GitHub Actions and remove Travis CI for regression tests.

This commit enables GitHub Actions to run regression tests for pg_bigm.
GitHub Actions now tests on PostgreSQL 9.2 or later. Note that pg_bigm
supports PostgreSQL 9.1, but it can't be compiled on the latest Ubuntu
used in GitHub Actions, so tests are omitted for v9.1.

Also this commit discontinues the use of Travis CI as our CI service for
running regression tests due to issues that prevented successful
test execution.

Back-patch to pg_bigm 1.2.

8d554cf 2023-10-11 01:18:42 Fujii Masao

Update README.md to point to GitHub Pages documentation.

This commit updates the README.md file to include a link to
the documentation deployed at GitHub Pages, making it easier
for users to access up-to-date documentation for pg_bigm.
Additionally, it removes a description that suggests an obsolete
official site for pg_bigm, reducing confusion caused by
outdated information. Furthermore, this commit adds copyright
information to the README.md file to ensure proper attribution
for the project.

These changes improve the clarity and accuracy of the project's
documentation and information.

895e90e master 2023-10-11 01:04:05 Fujii Masao


Switch CI from Travis CI to GitHub Actions (#12)

Enable GitHub Actions and remove Travis CI for regression tests.

This commit enables GitHub Actions to run regression tests for pg_bigm.
GitHub Actions now tests on PostgreSQL 9.2 or later. Note that pg_bigm
supports PostgreSQL 9.1, but it can't be compiled on the latest Ubuntu
used in GitHub Actions, so tests are omitted for v9.1.

Also this commit discontinues the use of Travis CI as our CI service for
running regression tests due to issues that prevented successful
test execution.

Back-patch to pg_bigm 1.2.

4393426 2023-04-16 01:35:40 Fujii Masao


Merge pull request #8 from MasaoFujii/update-readme

Update README.md to point to GitHub Pages documentation.

91024fb 2023-04-11 20:12:54 Fujii Masao

Update README.md to point to GitHub Pages documentation.

This commit updates the README.md file to include a link to
the documentation deployed at GitHub Pages, making it easier
for users to access up-to-date documentation for pg_bigm.
Additionally, it removes a description that suggests an obsolete
official site for pg_bigm, reducing confusion caused by
outdated information. Furthermore, this commit adds copyright
information to the README.md file to ensure proper attribution
for the project.

These changes improve the clarity and accuracy of the project's
documentation and information.

428457e 2023-04-11 19:03:40 Fujii Masao


Merge pull request #6 from MasaoFujii/REL1_2_STABLE

Fix compilation error in pg_bigm caused by PostgreSQL 16dev update

fb8b389 2023-04-11 18:48:44 Fujii Masao


Merge pull request #5 from MasaoFujii/master

Fix compilation error in pg_bigm caused by PostgreSQL 16dev update

237655a 2023-04-10 23:03:49 Fujii Masao

Rename html/ directory to docs/ for GitHub Pages compatibility.

To ensure compatibility with GitHub Pages, this commit renames
the html/ directory to docs/. This change is necessary because
GitHub Pages uses the docs/ directory as a default location for
serving web pages. By renaming the directory, the project's
documentation will be accessible on the web when published to
GitHub Pages.

34fe30f 2023-04-10 22:51:39 Fujii Masao

Fix compilation error in pg_bigm caused by PostgreSQL 16dev update

Commit 0a20ff54f5 in PostgreSQL 16dev caused pg_bigm to fail compilation
due to a missing header file. This commit fixes the issue by
updating bigm_op.c to include utils/guc.h. This change ensures that
pg_bigm is compatible with PostgreSQL 16dev,
allowing for continued use and development of the extension.

Back-patch to pg_bigm 1.2.

2a9d783 2023-04-10 22:38:21 Fujii Masao

Fix compilation error in pg_bigm caused by PostgreSQL 16dev update

Commit 0a20ff54f5 in PostgreSQL 16dev caused pg_bigm to fail compilation
due to a missing header file. This commit fixes the issue by
updating bigm_op.c to include utils/guc.h. This change ensures that
pg_bigm is compatible with PostgreSQL 16dev,
allowing for continued use and development of the extension.

Back-patch to pg_bigm 1.2.

702ee35 REL1_1_STABLE 2023-03-24 20:33:29 MasaoFujii

Correct documentation for bigm_similarity to indicate case-sensitivity.

The previous documentation for bigm_similarity incorrectly stated that
it was not case-sensitive. This commit updates the documentation to
reflect that bigm_similarity IS case-sensitive.

Please note that the Japanese version of the documentation is not updated
as it already accurately explains bigm_similarity and its case-sensitivity.

Back-patch to pg_bigm 1.1.

Reported and suggested by: Vin Yap
Discussion: https://github.com/pgbigm/pg_bigm/issues/3

d0dc347 2023-03-24 20:32:54 MasaoFujii

Correct documentation for bigm_similarity to indicate case-sensitivity.

The previous documentation for bigm_similarity incorrectly stated that
it was not case-sensitive. This commit updates the documentation to
reflect that bigm_similarity IS case-sensitive.

Please note that the Japanese version of the documentation is not updated
as it already accurately explains bigm_similarity and its case-sensitivity.

Back-patch to pg_bigm 1.1.

Reported and suggested by: Vin Yap
Discussion: https://github.com/pgbigm/pg_bigm/issues/3

24702db 2023-03-24 20:31:53 MasaoFujii

Correct documentation for bigm_similarity to indicate case-sensitivity.

The previous documentation for bigm_similarity incorrectly stated that
it was not case-sensitive. This commit updates the documentation to
reflect that bigm_similarity IS case-sensitive.

Please note that the Japanese version of the documentation is not updated
as it already accurately explains bigm_similarity and its case-sensitivity.

Back-patch to pg_bigm 1.1.

Reported and suggested by: Vin Yap
Discussion: https://github.com/pgbigm/pg_bigm/issues/3

e87998f 2023-03-05 22:31:58 MasaoFujii

Add the news about the release of RPM files for RHEL9 family.

The RPMs of pg_bigm 1.2-20200228 on PostgreSQL 11 to 15 for
RHEL 9 family were released.

Back-patch to pg_bigm 1.2.

Author: Katsuragi Yuta
Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2023-February/000367.html

2403ad1 2023-03-05 22:31:05 MasaoFujii

Add the news about the release of RPM files for RHEL9 family.

The RPMs of pg_bigm 1.2-20200228 on PostgreSQL 11 to 15 for
RHEL 9 family were released.

Back-patch to pg_bigm 1.2.

Author: Katsuragi Yuta
Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2023-February/000367.html

451c869 2023-01-31 10:55:16 MasaoFujii

Update .travis.yml to ask Travis CI to build and test on PostgreSQL 15.

Back-patch to v1.2.

Author: Shinya Kato
Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2023-January/000363.html

1502131 2023-01-31 10:53:37 MasaoFujii

Update .travis.yml to ask Travis CI to build and test on PostgreSQL 15.

Back-patch to v1.2.

Author: Shinya Kato
Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2023-January/000363.html

b5bdf34 REL1_0_STABLE 2023-01-22 01:32:50 MasaoFujii

Update copyright for 2023.

Update all files in master and all back branches.

Author: Shinya Kato
Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2023-January/000362.html

8c64f65 2023-01-22 01:32:05 MasaoFujii

Update copyright for 2023.

Update all files in master and all back branches.

Author: Shinya Kato
Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2023-January/000362.html

bbd4df8 2023-01-22 01:30:59 MasaoFujii

Update copyright for 2023.

Update all files in master and all back branches.

Author: Shinya Kato
Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2023-January/000362.html

1b3f63b 2023-01-22 01:26:38 MasaoFujii

Update copyright for 2023.

Update all files in master and all back branches.

Author: Shinya Kato
Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2023-January/000362.html

db9c780 2022-11-23 01:11:50 MasaoFujii

Add the news about the release of RPM files.

The RPMs of pg_bigm-1.2-20200228 for PostgreSQL 15 are released.

Back-patch to pg_bigm 1.2.

ab4403c 2022-11-23 01:10:28 MasaoFujii

Add the news about the release of RPM files.

The RPMs of pg_bigm-1.2-20200228 for PostgreSQL 15 are released.

Back-patch to pg_bigm 1.2.

268c74d 2022-10-13 22:43:06 MasaoFujii

Document that pg_bigm 1.2 was confirmed to work with PostgreSQL15.

Back-patch to v1.2.

6443234 2022-10-13 22:42:16 MasaoFujii

Document that pg_bigm 1.2 was confirmed to work with PostgreSQL15.

Back-patch to v1.2.

ac3260c 2022-01-18 08:49:46 MasaoFujii

Update copyright for 2022.

Update all files in master and all back branches.

Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2022-January/000360.html

cf33cc2 2022-01-18 08:49:05 MasaoFujii

Update copyright for 2022.

Update all files in master and all back branches.

Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2022-January/000360.html

6032e0b 2022-01-18 08:48:07 MasaoFujii

Update copyright for 2022.

Update all files in master and all back branches.

Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2022-January/000360.html

96e06eb 2022-01-18 08:44:17 MasaoFujii

Update copyright for 2022.

Update all files in master and all back branches.

Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2022-January/000360.html

75b660e 2021-12-02 15:27:16 MasaoFujii

Clean up code using "(expr) ? true : false"

Commit fd0625c7a9 in PostgreSQL simplified code paths where were
already using a boolean or used an expression that led to zero or one,
making the extra bits unnecessary. This commit improves pg_bigm
code in the same way.

Back-patch to v1.2, to make future back-patching easy though
this patch is classified as refactoring only.

Author: Yang Rong
Discussion: https://osdn.net/projects/pgbigm/lists/archive/hackers/2021-November/000358.html

旧リポジトリブラウザで表示