• 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
修訂. 時間 作者
c02999d 2014-09-18 11:40:14 Kyotaro Horiguchi

Fix a bug that index restriction by name doesn't work for UPDATEs on
inheritance parent.

Inheritance planner doesn't claim for the inheritance parent relation,
so pg_hint_plan_get_relation_info cannot have the chance to prepare
the index spec information for chlid relations. This change make the
function to try to find parent relation even if it is called for the
children with inhparent == false from the first.

4319892 2014-09-17 17:10:18 Kyotaro Horiguchi

Remove unused struct member.

34cff84 2014-09-17 16:57:55 Kyotaro Horiguchi

Remove unused struct member

890dc40 2014-09-17 16:47:34 Kyotaro Horiguchi

Fix regtests. Drop 9.2 support, RPM automation

d84beeb 2014-09-17 15:26:57 Kyotaro Horiguchi

Stabilize regtest

7dbca52 2014-09-17 11:49:38 Kyotaro Horiguchi

Remove unused struct member

b613607 2014-09-05 13:40:15 Kyotaro Horiguchi

RPM automation

4c4f5cd 2014-09-05 13:40:07 Kyotaro Horiguchi

Change verision to 1.1.1. Change target version to 9.4.

c0f8ca4 2014-09-05 13:26:15 Kyotaro Horiguchi

Make codes copied from PostgreSQL catch up to 9.4

2fbe067 2014-09-05 13:26:11 Kyotaro Horiguchi

Interim support for 9.4beta2. pg_stat_statements.c is replaced with the latest version. Regtests are rearranged and stabilized.

501b564 2014-09-05 13:24:14 Kyotaro Horiguchi

RPM build automation

65b82a0 2014-09-05 13:24:03 Kyotaro Horiguchi

Change version to 1.1.1.

dbe8635 2014-09-05 13:23:15 Kyotaro Horiguchi

Fixed a bug that rows hint can be omitted on some condition.

A hint for higer level may be canceled by unnecessary reestimation
caused by a rows hint for lower level.

During making a joinrel, if there's a rows hint just matches the
joinrelids, and has already been applied on an earlier try for the same
joinrelids, and if there's another rows hint which is applicable on
either component of the join, the change of rownums made earlier is
canceled by the 'another' hint causing reestimation of the joinrel.
Finally the effect of the former hint disappears.

a1fd9fb 2014-09-05 13:22:09 Kyotaro Horiguchi

RPM automation

3ef56b7 2014-09-05 13:21:52 Kyotaro Horiguchi

Change version to 1.1.1.

7cd601e 2014-09-05 13:20:04 Kyotaro Horiguchi

Fixed a bug that rows hint can be omitted on some condition.

A hint for higer level may be canceled by unnecessary reestimation
caused by a rows hint for lower level.

During making a joinrel, if there's a rows hint just matches the
joinrelids, and has already been applied on an earlier try for the same
joinrelids, and if there's another rows hint which is applicable on
either component of the join, the change of rownums made earlier is
canceled by the 'another' hint causing reestimation of the joinrel.
Finally the effect of the former hint disappears.

10fa5fe 2014-09-05 12:34:28 Kyotaro Horiguchi

Merge branch 'master' into PG93

ce19272 2014-01-30 15:42:06 Takashi Suzuki

出力メッセージ変更後の状態にリグレッションテストの予測結果を変更した。

5985892 2014-01-24 13:07:00 Takashi Suzuki

リグレッションテストを出力メッセージの変更に対応させた。

5e5bbe2 2014-01-24 11:21:46 Takashi Suzuki

マニュアルにRowsヒント句の仕様の一部と具体例を挿入した。

記入内容
・Rowsヒント句の補正の件数や倍率をstrtodで補正していること。
理由
・16進数でも指定可能なため。

33c8421 2014-01-24 11:18:54 Takashi Suzuki

hint_reportの出力メッセージを大文字始まりで統一した。

70adcee 2014-01-24 11:18:04 Takashi Suzuki

hint_reportの出力メッセージを大文字始まりで統一した。

0175c08 2014-01-21 14:00:28 Takashi Suzuki

コメントやメッセージを修正した。

356c4f7 2014-01-21 11:43:05 Takashi Suzuki

コメントやメッセージを修正した。

6225c96 2014-01-20 16:14:18 Takashi Suzuki

COPYRIGHTを2014年に更新した

7342e27 2014-01-20 16:10:51 Takashi Suzuki

pg_stat_statementsから流用している関数を更新した。

2c3793d 2014-01-20 13:31:29 Takashi Suzuki

既存の流用関数の更新に伴い、流用関数を追加した。

流用関数を更新した結果、新しいstatistic関数を使用していたため。

b051e3c 2014-01-20 11:09:56 Takashi Suzuki

core.c内の関数をPG9.2最新版のものに更新した。

2ca7f98 2014-01-17 17:20:56 Takashi Suzuki

Rowsヒント句の出力メッセージに関する変更結果を試験に反映した。

d2ef83e 2014-01-17 17:16:36 Takashi Suzuki

Rows試験の予測結果の実行計画をPG92における正しい形に修正した。