OSDN Git Service

pghintplan/pg_hint_plan.git
2020-10-29 Kyotaro HoriguchiChange version to 1.3.7. REL13_1_3_7
2020-10-29 Kyotaro HoriguchiMake HashJoin hint more coercive.
2020-10-29 Kyotaro HoriguchiChange copyright year of docs to 2020
2020-10-29 Kyotaro HoriguchiStabilize regression test.
2020-10-29 Kyotaro HoriguchiFollow a behavioral change in core.
2020-10-29 Kyotaro HoriguchiUpdate core.c and make_join_rel.c.
2020-10-29 Kyotaro HoriguchiNew tool to generate source files for copied functions
2020-10-29 Kyotaro HoriguchiAdd *.bc to .gitignore
2020-10-29 Kyotaro HoriguchiFollow the semantic change of pg_list part 2
2020-08-06 Kyotaro HoriguchiSupport PostgreSQL 13.
2020-08-05 Kyotaro HoriguchiVersion 1.3.6.
2020-07-14 sherlockcppAdd description of *ScanRegExp hints in the document.
2020-07-14 Kyotaro HoriguchiMask non-significant parts of regression output
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-02-20 Kyotaro HoriguchiPreparation for branch PG12 REL12_1_3_5
2020-02-20 Kyotaro HoriguchiSupport PG12.
2020-02-20 Kyotaro HoriguchiChange copyright year to 2020.
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 behavior of nested planning
2020-02-14 Kyotaro HoriguchiFix crash bug caused by plancache invalidation
2020-02-13 LittleWuCodingFix compiling error on Solaris
2020-02-13 Kyotaro HoriguchiFix the previous commit.
2020-02-13 Kyotaro HoriguchiDo null-check of error_context_stack before use
2019-10-29 Kyotaro HoriguchiFix regression tests.
2019-10-29 Kyotaro HoriguchiFollow the change in PG12.
2019-10-29 Kyotaro HoriguchiUpdate core.c based on PG12.0
2019-08-29 Jignesh ShahFix definition of is_dummy_rel based on changes in...
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 core's cobe/havor chages
2019-01-17 Kyotaro HoriguchiChange version to 1.3.4.
2019-01-17 Kyotaro HoriguchiFix condition to regenerate gather paths
2019-01-17 Kyotaro HoriguchiChange version to 1.3.3
2019-01-17 Kyotaro HoriguchiFix reverse link of hint_list.html
2019-01-17 Kyotaro HoriguchiFix documentation.
2019-01-17 Kyotaro HoriguchiInclude all pg_hint_plan--*.sql files in installation
2019-01-17 Kyotaro HoriguchiChange copyright year to 2019
2019-01-17 Kyotaro HoriguchiFix content of llvmjit package
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
2019-01-07 Kyotaro HoriguchiAdjust regression test
2018-12-05 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 HoriguchiMinor document fix
2018-11-13 Kyotaro HoriguchiChange target version to PG11 and fix the SPEC file REL11_1_3_2
2018-11-13 Kyotaro HoriguchiFix copyright year
2018-11-13 Kyotaro HoriguchiFix regression test following core's behavior
2018-11-13 Kyotaro HoriguchiUpdate core.c and make_jion_rel.c following core
2018-11-13 Kyotaro HoriguchiChange version to 1.3.2.
2018-11-13 Kyotaro HoriguchiFix debug output level control
2018-11-13 Kyotaro HoriguchiFix bogus error handling
2018-11-13 Kyotaro HoriguchiChange version to 1.3.1.
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 Kyotaro HoriguchiMove expected/ut-W.out to output/ut-W.source
2017-11-06 Arthur ZakirovUse @abs_srcdir@ within ut-fdw.source
2017-11-06 Kyotaro HoriguchiAdded and removed some entries in .gitignore
2017-11-06 Kyotaro HoriguchiRemove mark_dummy_rel() from core.c
2017-11-06 Arthur ZakirovUse pg_strcasecmp instead of strcasecmp for the sake...
2017-10-10 Kyotaro HoriguchiChange version to 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.
next