OSDN Git Service

pghintplan/pg_hint_plan.git
2020-02-20 Kyotaro HoriguchiChange version to 1.2.6. REL96_1_2_6
2020-02-20 Kyotaro HoriguchiChange copyright year to 2020.
2020-02-20 Kyotaro HoriguchiCatch up core's change.
2020-02-17 Kyotaro HoriguchiRestore current hint state when returned from non-hinte...
2020-02-17 Kyotaro HoriguchiUse proper type for non-integer GUC options.
2020-02-17 Kyotaro HoriguchiFix Rows hint parsing
2020-02-14 Kyotaro HoriguchiFix crash bug caused by plancache invalidation
2020-02-13 Junseok YangUse tuple-only mode to stablize EXPLAIN output containi...
2020-02-13 LittleWuCodingFix compiling error on Solaris
2020-02-13 Kyotaro HoriguchiStabilize regression test.
2020-02-13 Kyotaro HoriguchiDo null-check of error_context_stack before use
2019-08-29 LittleWuCodingfix spelling mistakes in file pg_hint_plan.html
2019-03-08 Kyotaro HoriguchiSilence some compilers
2019-02-26 Kyotaro HoriguchiCorrectly handle planner nesting
2019-02-26 Kyotaro HoriguchiFollow the behavior change of PostgreSQL
2019-02-26 Kyotaro HoriguchiStabilize test on paralle hints
2019-01-17 Kyotaro HoriguchiChange version to 1.2.5 REL96_1_2_5
2019-01-17 Kyotaro HoriguchiFix reverse link of hint_list.html
2019-01-17 Kyotaro HoriguchiFix documentation.
2019-01-17 Kyotaro HoriguchiDo make install for rpmbuild
2019-01-17 Kyotaro HoriguchiInclude all pg_hint_plan--*.sql files in installation
2019-01-17 Kyotaro HoriguchiChange copyright year to 2019
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
2019-01-07 Kyotaro HoriguchiAdjust regression test.
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 HoriguchiChanged version to 1.2.4 REL96_1_2_4
2018-11-13 Kyotaro HoriguchiFix debug output level control
2018-11-13 Kyotaro HoriguchiFix bogus error handling
2018-06-08 Kyotaro HoriguchiChange version to 1.2.3. REL96_1_2_3
2018-06-08 Kyotaro HoriguchiTook in core improvement.
2018-05-24 Kyotaro HoriguchiFix a crash bug in case debug_query_string is NULL
2017-11-06 Kyotaro HoriguchiMove expected/ut-W.out to output/ut-W.source
2017-11-06 Kyotaro HoriguchiAdded and removed some entries in .gitignore
2017-11-06 Arthur ZakirovUse pg_strcasecmp instead of strcasecmp for the sake...
2017-10-10 Kyotaro HoriguchiAdded a notice in the manual.
2017-07-27 Kyotaro HoriguchiChange version to 1.2.2 REL96_1_2_2
2017-07-27 Kyotaro HoriguchiFixed a crash bug by DECLARE CURSOR and enable_hint_tab...
2017-07-27 Kyotaro HoriguchiMake core.c to the right version.
2017-05-19 Kyotaro HoriguchiChange version to 1.2.1 REL96_1_2_1
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 HoriguchiFollow the behavioral change of parallel execution
2017-05-18 Kyotaro HoriguchiFix a bug of Parallel hint
2017-02-21 Kyotaro HoriguchiProvide upgrade path from 1.1.3 REL96_1_2_0
2017-02-21 Kyotaro HoriguchiDon't apply parallel hint on rels that planner consider...
2017-02-21 Kyotaro HoriguchiReconsider hinting process
2017-02-21 Tatsuro YamadaFix a typo of documentation.
2017-02-21 Kyotaro HoriguchiDon't set_plain_rel_pathlist for other than RTE_RELATION.
2017-02-21 Kyotaro HoriguchiFollowing a fix in PG9.6.1.
2017-02-21 Kyotaro HoriguchiFix parallel hint error handling.
2017-02-21 Kyotaro HoriguchiRefactor hint application mechamism next step
2017-02-21 Kyotaro HoriguchiImprove error handling of Parallel hint
2017-02-21 Kyotaro HoriguchiFix wrongly lowering max_parallel_workers_per_gather
2017-02-21 Kyotaro HoriguchiRefactor hint application mechamism
2017-02-21 Kyotaro HoriguchiFix default_version of extension control file
2017-02-21 Kyotaro HoriguchiEdit copyright year
2017-02-21 Kyotaro HoriguchiProperly change the state of parallel hints.
2017-02-21 Kyotaro HoriguchiRename some functions and refactor code.
2017-02-07 Kyotaro HoriguchiChange version to 1.2.0.
2017-02-07 Kyotaro HoriguchiAdd description of Parallel hint to documentation
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 HoriguchiRemove an unnecessary Makefile entry for tar file REL96_1_1_3
2016-09-05 Kyotaro HoriguchiEdit copyright notices
2016-09-01 Kyotaro HoriguchiSupport PostgreSQL 9.6 RC1
2016-05-13 Kyotaro HoriguchiAdd RPM spec file forgotten in the previous commit.
2016-04-26 Kyotaro HORIGUCHIMerge pull request #36272 (fujii_masao/pg_hint_plan...
2016-04-22 MasaoFujiiUse pg_reload_conf() to reload the configuration file...
2016-01-15 Kyotaro HoriguchiPrepare for 1.1.3/PG95.
2016-01-15 Kyotaro HoriguchiEdit copyright years.
2016-01-15 Kyotaro HoriguchiChange for new syntax items in 9.5.
2016-01-15 Kyotaro HoriguchiFollow a change of error message.
2016-01-15 Kyotaro HoriguchiFollowed the changes of 9.5.0 release.
2015-08-18 Kyotaro HoriguchiMade compatible with 9.5a1
2015-01-05 Kyotaro HoriguchiFixed a bug related to SQL statements in PL/pgSQL funct...
2014-12-22 Kyotaro HoriguchiCatch up the changes of pg_stat_statements.c
2014-12-19 Kyotaro HoriguchiSet additional parameter of set_config_option().
2014-12-19 Kyotaro HoriguchiFix regression test according to the changes of PostgreSQL.
2014-12-19 Kyotaro HoriguchiPrepare for 1.1.2
2014-12-19 Kyotaro HoriguchiRemove unnecessary tracker code from documentations.
2014-12-19 Kyotaro HoriguchiAdded English documentation.
2014-12-19 Kyotaro HoriguchiSome fix and addition to the japaneses document.
2014-12-17 Kyotaro HoriguchiFix regression test according to the changes of PostgreSQL.
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 HoriguchiRPM automation
2014-09-05 Kyotaro HoriguchiChange verision to 1.1.1. Change target version to...
2014-09-05 Kyotaro HoriguchiMake codes copied from PostgreSQL catch up to 9.4
2014-09-05 Kyotaro HoriguchiInterim support for 9.4beta2. pg_stat_statements.c...
2014-09-05 Kyotaro HoriguchiMerge branch 'master' into PG93
next