OSDN Git Service

pghintplan/pg_hint_plan.git
2020-08-05 Kyotaro HoriguchiVersion 1.3.6. REL10_1_3_6
2020-07-14 sherlockcppAdd description of *ScanRegExp hints in the document.
2020-07-14 Daniil AnisimovFix segfault when use Set, Rows and Parallel hints...
2020-07-14 Yang RongFix some spelling errors in comments
2020-07-14 egashira.yusukeMark hint table as a configuration table.
2020-07-14 LucyLikeMilkFix compiling error on Solaris
2020-02-20 Kyotaro HoriguchiChange version to 1.3.5. REL10_1_3_5
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-17 Kyotaro HoriguchiGive correct query location to generate_normalized_query.
2020-02-14 Kyotaro HoriguchiFix crash bug caused by plancache invalidation
2020-02-14 Kyotaro HoriguchiFix behavior of nested planning
2020-02-14 Kyotaro HoriguchiDon't leave partial paths when no parallel hint is...
2020-02-13 Junseok YangUse tuple-only mode to stablize EXPLAIN output containi...
2020-02-13 Kyotaro HoriguchiStabilize regression test.
2020-02-13 Kyotaro HoriguchiDo null-check of error_context_stack before use
2019-08-29 Jignesh ShahFix is_dummy_rel based on changes in PostgreSQL 10.8
2019-08-29 LittleWuCodingfix spelling mistakes in file pg_hint_plan.html
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 the behavior change of PostgreSQL
2019-01-17 Kyotaro HoriguchiChange version to 1.3.3 REL10_1_3_3
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
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.3.2 REL10_1_3_2
2018-11-13 Kyotaro HoriguchiRemove unnecessary file
2018-11-13 Kyotaro HoriguchiFix regression test following core's behavior
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.3.1. REL10_1_3_1
2018-06-08 Kyotaro HoriguchiTook in several improvements of pg_stat_statements
2018-06-08 Kyotaro HoriguchiTaking in 8b6294c7a5 of core code.
2018-05-24 Kyotaro HoriguchiFix a crash bug in case debug_query_string is NULL
2017-11-06 Arthur ZakirovUse @abs_srcdir@ within ut-fdw.source
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 HoriguchiChange version to 1.3.0 REL10_1_3_0
2017-10-10 Kyotaro HoriguchiAdded a notice in the manual.
2017-10-10 Kyotaro HoriguchiPrepare for rpm build for PostgreSQL 10
2017-10-10 Kyotaro HoriguchiAdded a regtest for partitioned table.
2017-10-10 Kyotaro HoriguchiCorrected copyright year and a indentation.
2017-10-10 Kyotaro HoriguchiReflected changes as of release 10.0.
2017-10-04 Kyotaro HoriguchiAdd a regression about forcing gather-merge.
2017-07-27 Kyotaro HoriguchiModify expected files.
2017-07-27 Kyotaro HoriguchiUp to date with 10 beta 2
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 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
2017-02-16 Kyotaro HoriguchiDon't apply parallel hint on rels that planner consider...
2017-02-16 Kyotaro HoriguchiReconsider hinting process
2017-02-16 Tatsuro YamadaFix a typo of documentation.
2017-02-13 Kyotaro HoriguchiDon't set_plain_rel_pathlist for other than RTE_RELATION.
2017-02-13 Kyotaro HoriguchiFollowing a fix in PG9.6.1.
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-09 Kyotaro HoriguchiFix default_version of extension control file
2017-02-09 Kyotaro HoriguchiEdit copyright year
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 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().
next