• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

firtst release


RSS
修訂. 時間 作者
090a1f2 2019-01-17 14:08:37 Kyotaro Horiguchi

Include all pg_hint_plan--*.sql files in installation

Glob installation/upgrade SQL scripts instead of spcifying
individually to reduce maintenance labor.

a01e893 2019-01-17 14:07:49 Kyotaro Horiguchi

Change copyright year to 2019

With some minor fixes in the document.

9b6a528 2019-01-17 13:38:55 Kyotaro Horiguchi

Do make install for rpmbuild

Use make install to build in prmbuild directory instaed of using
install command to individual file to reduce maintenance labor.

9567e5a 2019-01-17 13:37:21 Kyotaro Horiguchi

Include all pg_hint_plan--*.sql files in installation

Glob installation/upgrade SQL scripts instead of spcifying
individually to reduce maintenance labor.

3bc136d 2019-01-17 13:35:38 Kyotaro Horiguchi

Change copyright year to 2019

With some minor fixes in the document.

92610f1 2019-01-17 13:14:24 Kyotaro Horiguchi

Do make install for rpmbuild

Use make install to build in prmbuild directory instaed of using
install command to individual file to reduce maintenance labor.

edafe89 2019-01-17 13:05:02 Kyotaro Horiguchi

Include all pg_hint_plan--*.sql files in installation

Glob installation/upgrade SQL scripts instead of spcifying
individually to reduce maintenance labor.

3f87702 2019-01-17 13:03:01 Kyotaro Horiguchi

Change copyright year to 2019

948f066 2019-01-17 12:54:37 Kyotaro Horiguchi

Fix content of llvmjit package

The previous release is missing index.bc file and mislocating .bc file
in the llvmjit subpackage. The former is created at make install time
so use the standard make file to rpm-build.

c1c3c56 2019-01-17 12:52:56 Kyotaro Horiguchi

Catch up with the latest master

Some refactoring of header files and commits afb0d0712f and 1db5667bac
of core hit this. Catch up with them.

45b89fd 2019-01-17 11:58:30 Kyotaro Horiguchi

Fix content of llvmjit package

The previous release is missing index.bc file and mislocating .bc file
in the llvmjit subpackage. The former is created at make install time
so use the standard make file to rpm-build.

d15acab 2019-01-09 09:59:12 Kyotaro Horiguchi

Call standrad_ProcessUtility when no hook is set

The last commit 2bbb376 forgot the case of no previous hook function
in the ProcessUtility hook function. Fix it.

bc7aa65 2019-01-09 09:58:21 Kyotaro Horiguchi

Call standrad_ProcessUtility when no hook is set

The last commit 3cb8d0b forgot the case of no previous hook function
in the ProcessUtility hook function. Fix it.

0789606 2019-01-09 09:57:34 Kyotaro Horiguchi

Call standrad_ProcessUtility when no hook is set

The last commit dff1e4a forgot the case of no previous hook function
in the ProcessUtility hook function. Fix it.

29972b1 2019-01-09 09:56:21 Kyotaro Horiguchi

Call standrad_ProcessUtility when no hook is set

The last commit 6973627 forgot the case of no previous hook function
in the ProcessUtility hook function. Fix it.

be85d3d 2019-01-09 09:55:02 Kyotaro Horiguchi

Call standrad_ProcessUtility when no hook is set

The last commit c362705 forgot the case of no previous hook function
in the ProcessUtility hook function. Fix it.

5f4e855 2019-01-09 09:35:41 Kyotaro Horiguchi

Call standrad_ProcessUtility when no hook is set

The last commit d5ec243 forgot the case of no previous hook function
in the ProcessUtility hook function. Fix it.

dff1e4a 2019-01-07 19:13:37 Kyotaro Horiguchi

Support prepared statements on extended protocol

However pg_hint_plan doesn't fully consider the extended protocol,
commit 89149ce accidentially broke the case where an analyzed prepared
statement is executed on extended protocol. This patch fixes that only
for the hints-in-comment case. Hint-table still doesn't work in the
case since query-normalization needs Query, which is not available in
planner_hook.

1f00dc6 2019-01-07 19:13:37 Kyotaro Horiguchi

Remove an useless variable

commit 89149ce made the variable stmt_name useless. Remove it.

f5f1326 2019-01-07 19:13:37 Kyotaro Horiguchi

Adjust regression test.

Planning behavior has been changed in core. Adjust regression test.

d5ec243 2019-01-07 19:08:30 Kyotaro Horiguchi

Support prepared statements on extended protocol

However pg_hint_plan doesn't fully consider the extended protocol,
commit c05bb31 accidentially broke the case where an analyzed prepared
statement is executed on extended protocol. This patch fixes that only
for the hints-in-comment case. Hint-table still doesn't work in the
case since query-normalization needs Query, which is not available in
planner_hook.

000d836 2019-01-07 19:08:30 Kyotaro Horiguchi

Remove an useless variable

commit c05bb31 made the variable stmt_name useless. Remove it.

2bbb376 2019-01-07 19:08:18 Kyotaro Horiguchi

Support prepared statements on extended protocol

However pg_hint_plan doesn't fully consider the extended protocol,
commit c05bb31 accidentially broke the case where an analyzed prepared
statement is executed on extended protocol. This patch fixes that only
for the hints-in-comment case. Hint-table still doesn't work in the
case since query-normalization needs Query, which is not available in
planner_hook.

6769ce8 2019-01-07 19:08:18 Kyotaro Horiguchi

Remove an useless variable

commit c05bb31 made the variable stmt_name useless. Remove it.

3cb8d0b 2019-01-07 19:08:05 Kyotaro Horiguchi

Support prepared statements on extended protocol

However pg_hint_plan doesn't fully consider the extended protocol,
commit c05bb31 accidentially broke the case where an analyzed prepared
statement is executed on extended protocol. This patch fixes that only
for the hints-in-comment case. Hint-table still doesn't work in the
case since query-normalization needs Query, which is not available in
planner_hook.

eb5f0ea 2019-01-07 19:08:05 Kyotaro Horiguchi

Remove an useless variable

commit c05bb31 made the variable stmt_name useless. Remove it.

6973627 2019-01-07 19:07:39 Kyotaro Horiguchi

Support prepared statements on extended protocol

However pg_hint_plan doesn't fully consider the extended protocol,
commit 64ab47b accidentially broke the case where an analyzed prepared
statement is executed on extended protocol. This patch fixes that only
for the hints-in-comment case. Hint-table still doesn't work in the
case since query-normalization needs Query, which is not available in
planner_hook.

f1f3627 2019-01-07 19:07:39 Kyotaro Horiguchi

Remove an useless variable

commit 64ab47b made the variable stmt_name useless. Remove it.

c362705 2019-01-07 19:07:10 Kyotaro Horiguchi

Support prepared statements on extended protocol

However pg_hint_plan doesn't fully consider the extended protocol,
commit 3f6c983 accidentially broke the case where an analyzed prepared
statement is executed on extended protocol. This patch fixes that only
for the hints-in-comment case. Hint-table still doesn't work in the
case since query-normalization needs Query, which is not available in
planner_hook.

d615026 2019-01-07 19:07:10 Kyotaro Horiguchi

Remove an useless variable

commit 3f6c983 made the variable stmt_name useless. Remove it.