• R/O
  • HTTP
  • SSH
  • HTTPS

pg_hint_plan: Liste der Commits

firtst release


RSS
Rev. Zeit Autor
044f0b8 PG91 REL91_1_0_2 2014-12-19 16:20:29 Kyotaro Horiguchi

Prepare for release 1.0.2.

16c81b3 2014-12-19 16:20:29 Kyotaro Horiguchi

Fixed documents.

Fixed version numbers in documentation and removed unnecessary tracker
code.

439b0a9 2014-12-17 10:47:23 Kyotaro Horiguchi

Fix to remove plpgsql query string on non-local exit.

Pl/pgsql query string stored internally squatted after an execution
error then pg_hint_plan afterward read it for hints and ignores really
given ones. This commit makes it erased at the end of transaction.

45ca033 2014-12-17 10:46:52 Kyotaro Horiguchi

Fix about unexpectedly living plpgsql query string.

pg_hint_plan forgot to erase plpgsql query strings when it is NOT a
static statement, so it continued to read hints from the remenbered
wrong query string after using dynamic execution of a statement. This
commit makes it to be erased for any types of pl/pgsql statement.

a998f2b 2014-12-17 10:46:46 Kyotaro Horiguchi

Fix default_version of control file

4600e5e REL91_1_1_1 2014-09-18 11:59:59 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.

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

Fix regtests. Drop 9.2 support, RPM automation

9328692 2013-12-09 15:31:09 Shigeru HANADA

Add *.o to ignore file list.

1ebd8cd 1_1_0 2013-09-17 15:01:00 Takashi Suzuki

A-13-4の試験の内容を項目表にあうように変更した。

22f4cdb 2013-09-17 11:04:23 Takashi Suzuki

PL/pgSQLのカーソルFORループ文で指定ヒントが適用されないバグを修正した。

PL/pgSQLのカーソルFORループのときに、カーソルのクエリ文字列ではな
くカーソルの引数の代入用クエリ文字列を取得していたため、ヒントが適
用されなかった。

2889ddb 2013-09-13 15:46:41 Takashi Suzuki

PL/pgSQL文に関する仕様変更にそってリグレッションテストの内容を変更した。

9ae4679 2013-09-13 13:32:57 Takashi Suzuki

PL/pgSQL文に関する用語を設計書にそって変更した。

e1ec026 2013-09-12 15:37:19 Takashi Suzuki

PL/pgSQL文に関する仕様の変更内容をマニュアルに反映した。

b9e4cfb 2013-09-12 09:30:56 Takashi Suzuki

いくつかのPL/pgSQL文でもクエリ文字列を取得するようにした。

指定ヒント適用の必要性の高いPL/pgSQL文にヒントを適用させるため。

e001299 2013-09-05 18:37:51 Takashi Suzuki

PL/pgSQL文の様々パターンに対応するために条件分岐コマンドを変更した。

a353e25 2013-09-05 16:38:05 Takashi Suzuki

PL/pgSQLに関する制約の説明をよりわかりやすくした。

95caaae 2013-09-03 11:46:16 Takashi Suzuki

specファイルのコピーライトを更新していなかったため更新した。

c4f6d53 2013-09-02 19:39:10 Takashi Suzuki

specファイルを正しい形に修正した。

8c35775 2013-09-02 18:52:51 Takashi Suzuki

specファイルを最新版に対応させた。

8d57d16 2013-09-02 17:01:28 Takashi Suzuki

PL/pgSQLの制限について、よりわかりやすい記述に変更した。

3501207 2013-08-30 18:18:24 Takashi Suzuki

マルチステートメントについて、制限の説明を追加し、余計な文を削除した。

84cac94 2013-08-30 18:15:29 Takashi Suzuki

ヒント用テーブルの更新の制限について、文章をよりわかりやすくした。

3bb8b9e 2013-08-30 11:05:50 Takashi Suzuki

ヒント用テーブルの内容変更の注意点についてマニュアルに記述した。

44cbaec 2013-08-30 10:57:51 Takashi Suzuki

一般ユーザでもヒント用テーブル方式でヒントを取得できるようにした。

8ae0a4d 2013-08-30 10:55:08 Takashi Suzuki

PL/pgSQLに関するマニュアルの記述を変更した。

43b6a49 2013-08-30 10:51:07 Takashi Suzuki

マルチステートメント実行の注意点について、マニュアルの記述を変更した。

aa37d09 2013-08-20 16:21:12 Takashi Suzuki

運用試験にあった機能試験レベルの項目をリグレッションテストに追加した。

69bda1b 2013-08-15 14:01:07 Takashi Suzuki

Merge branch 'add_id'

78f9323 2013-08-09 16:33:56 Takashi Suzuki

ヒント用テーブルにヒント検索高速化用のインデックスを作成した。

b7ad30c 2013-08-09 15:45:30 Takashi Suzuki

コメントの種別に関する試験のうち、余計な分を削除した。

Show on old repository browser