OSDN Git Service

pghintplan/pg_hint_plan.git
2022-01-19 Kyotaro HoriguchiAdd forgotten test files master REL14_1_4_0
2022-01-19 Kyotaro HoriguchiFix SEGV caused by duplicate memoize hints
2022-01-19 褚华兴Properly free all elements in a list
2022-01-19 Kyotaro HoriguchiFix many typos in doc
2022-01-19 Maxim OrlovUse standard way of deleteing list cell
2022-01-18 Daniil AnisimovAllow hints to be placed anywhere in query
2022-01-18 Alex RattrayCreate README.md
2022-01-18 fengzhAdd LD option --build-id only at RPM-build time
2022-01-18 mikecaatFix behavior for pg_hint_plan.debug_print
2022-01-18 Kyotaro HoriguchiFix versions and copyright year of doc
2022-01-18 Kyotaro Horiguchi[DOC] Fix default value for pg_hint_plan.message_level
2022-01-18 Robert TreatLight-Weight spelling and grammar fixes
2022-01-14 Kyotaro HoriguchiFollowup change to support PG14
2021-11-05 Tatsuro YamadaUpdate copyright year of files
2021-10-06 Kyotaro HoriguchiAllow run make check of PostgreSQL with loading pg_hint...
2021-10-06 Kyotaro HoriguchiSupport "Memoize" Hint.
2021-10-06 Kyotaro HoriguchiSupport PostgreSQL 14
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
next