OSDN Git Service

Fix definition of is_dummy_rel based on changes in community
[pghintplan/pg_hint_plan.git] / pg_hint_plan.c
2019-08-29 Arthur ZakirovUse ParallelHint in ParallelHintCreate()
2019-03-08 Kyotaro HoriguchiSilence some compilers
2019-02-26 Kyotaro HoriguchiCorrectly handle planner nesting
2019-02-26 Kyotaro HoriguchiFollow core's cobe/havor chages
2019-01-17 Kyotaro HoriguchiFix condition to regenerate gather paths
2019-01-17 Kyotaro HoriguchiChange copyright year to 2019
2019-01-17 Kyotaro HoriguchiCatch up with the latest master
2019-01-09 Kyotaro HoriguchiCall standrad_ProcessUtility when no hook is set
2019-01-07 Kyotaro HoriguchiSupport prepared statements on extended protocol
2019-01-07 Kyotaro HoriguchiRemove an useless variable
2018-12-05 Kyotaro HoriguchiFix for union-on-inheritance case
2018-12-05 Kyotaro HoriguchiDon't reset plpgsql nest level at every command end
2018-11-13 Kyotaro HoriguchiFix copyright year
2018-11-13 Kyotaro HoriguchiFix debug output level control
2018-11-13 Kyotaro HoriguchiFix bogus error handling
2018-11-13 Kyotaro HoriguchiTook in several improvements of pg_stat_statements
2018-06-14 Kyotaro HoriguchiSupport PG11
2018-06-08 Kyotaro HoriguchiFix a crash bug in case debug_query_string is NULL
2017-11-06 Arthur ZakirovUse pg_strcasecmp instead of strcasecmp for the sake...
2017-07-27 Kyotaro HoriguchiSupport DECLARE CURSOR syntax and added regression...
2017-06-06 Kyotaro HoriguchiSupport PostgreSQL 10 beta 1 step 2/2
2017-06-06 Kyotaro HoriguchiSupport PostgreSQL 10 beta 1 step 1/2
2017-05-19 Kyotaro HoriguchiFix a bug of target query retrieval
2017-05-18 Kyotaro HoriguchiFix a crash bug on complex views when enable_hint_table...
2017-05-18 Kyotaro HoriguchiFix a bug of Parallel hint
2017-02-16 Kyotaro HoriguchiDon't apply parallel hint on rels that planner consider...
2017-02-16 Kyotaro HoriguchiReconsider hinting process
2017-02-13 Kyotaro HoriguchiDon't set_plain_rel_pathlist for other than RTE_RELATION.
2017-02-13 Kyotaro HoriguchiFix parallel hint error handling.
2017-02-10 Kyotaro HoriguchiRefactor hint application mechamism next step
2017-02-10 Kyotaro HoriguchiImprove error handling of Parallel hint
2017-02-10 Kyotaro HoriguchiFix wrongly lowering max_parallel_workers_per_gather
2017-02-09 Kyotaro HoriguchiRefactor hint application mechamism
2017-02-08 Kyotaro HoriguchiProperly change the state of parallel hints.
2017-02-08 Kyotaro HoriguchiRename some functions and refactor code.
2017-02-07 Kyotaro HoriguchiNew hint "Parallel"
2017-02-07 Kyotaro HoriguchiRename current_hint to current_hint_state
2017-02-06 Kyotaro HoriguchiFix some syntax and comments.
2016-09-05 Kyotaro HoriguchiEdit copyright notices
2016-09-01 Kyotaro HoriguchiSupport PostgreSQL 9.6 RC1
2016-01-15 Kyotaro HoriguchiFollowed the changes of 9.5.0 release.
2015-01-05 Kyotaro HoriguchiFixed a bug related to SQL statements in PL/pgSQL funct...
2014-12-19 Kyotaro HoriguchiSet additional parameter of set_config_option().
2014-12-17 Kyotaro HoriguchiRemoved a stale comment.
2014-12-17 Kyotaro HoriguchiFix to remove plpgsql query string on non-local exit.
2014-12-17 Kyotaro HoriguchiFix about unexpectedly living plpgsql query string.
2014-12-17 Kyotaro HoriguchiEnhance debug output.
2014-12-17 Kyotaro HoriguchiRevert "Add new join method hint "NestLoop_NM" which...
2014-09-18 Kyotaro HoriguchiAdd new join method hint "NestLoop_NM" which means...
2014-09-18 Kyotaro HoriguchiFix a bug that index restriction by name doesn't work...
2014-09-17 Kyotaro HoriguchiRemove unused struct member.
2014-09-05 Kyotaro HoriguchiChange verision to 1.1.1. Change target version to...
2014-09-05 Kyotaro HoriguchiMerge branch 'master' into PG93
2014-01-24 Takashi Suzukihint_reportの出力メッセージを大文字始まりで統一した。
2014-01-17 Takashi Suzukiコピーライトを更新した
2014-01-16 Takashi Suzukibug fix #2
2014-01-15 Takashi Suzukicore.cの各関数をPG93向けに更新した。
2013-12-09 Shigeru HANADAPG92との差分から生成したパッチを適用。
2013-10-31 Takashi Suzukiコピーライトと一部の流用関数に更新漏れがあったため、修正した。
2013-10-10 Takashi Suzukiフック関数の引数や流用関数をPG92用からPG93用に更新した。
2013-10-10 Takashi Suzukiマクロで分岐していた処理をPG92用の処理に絞った。
2013-09-17 Takashi SuzukiPL/pgSQLのカーソルFORループ文で指定ヒントが適用されないバグを修正した。
2013-09-12 Takashi SuzukiいくつかのPL/pgSQL文でもクエリ文字列を取得するようにした。
2013-09-05 Takashi SuzukiPL/pgSQL文の様々パターンに対応するために条件分岐コマンドを変更した。
2013-06-24 Takashi Suzukiヒント用テーブル検索のON/OFF機能のGUCパラメータ名を変更した。
2013-06-21 Takashi SuzukiMerge branch 'table_lookup' into upgrade_regression
2013-06-21 Shigeru Hanada英語コメントを改定し、typoを修正した。
2013-06-21 Ryohei OKADAテーブル検索制御についてのコメントを英語化した。
2013-06-21 Takashi Suzukiリファクタリングとして、ヒント取得方式の処理を方式ごとに分けた。
2013-06-21 Ryohei OKADAGUCパラメータを追加し、ヒント用テーブルの検索を制御できるようにした。
2013-06-20 Ryohei OKADAヒント用テーブル検索時に、検索クエリが再帰的に呼び出されるバグを修正。
2013-06-20 Ryohei OKADAMerge branch 'regression_test'
2013-06-20 Ryohei OKADAMerge branch 'regression_test'
2013-06-20 Shigeru HanadaTranslate comment into English.
2013-06-20 Takashi Suzukiplpgsqlのヘッダファイルに関する日本語コメントを追加した。
2013-06-19 Takashi SuzukiPG9.1でもビルドできるようにした。
2013-06-17 Ryohei OKADAMerge branch 'update_doc'
2013-06-12 Shigeru HanadaEnhance comments.
2013-06-12 Shigeru HanadaSimplify installation of PL/pgSQL plugin with small...
2013-06-12 Shigeru HanadaMerge branch 'fix_memory_corruption'
2013-06-12 Shigeru HanadaFix memory corruption bug in query string normalization.
2013-06-12 Ryohei OKADAMerge branch 'normalize_query2' into memory_context
2013-06-12 Shigeru HanadaNormalize query string for table lookup.
2013-06-12 Ryohei OKADAMerge branch 'plpgsql_hook_test'
2013-06-12 Ryohei OKADARevert "make 実行時に警告文が出力される問題を解決した。"
2013-06-11 Ryohei OKADAmemcpy()を使って文字列をコピーしていた部分をstrcpy()に修正した。
2013-06-11 Ryohei OKADApstrdup()で複製されたメモリが解放されていなかったので修正した。
2013-06-10 Ryohei OKADAメモリの割り当てをpallocからSPI_pallocに修正した。
2013-06-10 Ryohei OKADAヒント用テーブルから取得したヒントを効かせられるよう変更
2013-06-07 Takashi Suzukimake 実行時に警告文が出力される問題を解決した。
2013-06-07 Ryohei OKADAMerge branch 'separate_func'
2013-06-07 Ryohei OKADAコードの記述を修正
2013-06-07 Ryohei OKADAソースコードのレビュー結果をもとにレビューバックを実施した。
2013-06-07 Ryohei OKADAソースコードのレビュー結果をもとにレビューバックを実施した。
2013-06-06 Ryohei OKADAparse_head_comment()の処理内容を分割
2013-06-05 Ryohei OKADAsearch_hints()の修正
2013-06-05 Shigeru HanadaNow search_hints() returns hint string.
2013-06-05 Shigeru HanadaPut search_plan into search_hit() as static variable.
2013-06-05 Ryohei OKADAヒント用テーブルを検索する仕組みを実装した。
2013-05-31 Takashi Suzuki通常のクエリでもplpgsqlのクエリのように扱ってしまうバグを修正した。
next