修訂. | 時間 | 作者 |
---|---|---|
4e63a22 PG95 | 2020-02-17 21:08:43 | Kyotaro Horiguchi |
Restore current hint state when returned from non-hinted query planning. |
||
52d9acd | 2020-02-17 14:55:03 | Kyotaro Horiguchi |
Fix Rows hint parsing |
||
ceb5af4 | 2020-02-14 15:43:50 | Kyotaro Horiguchi |
Fix crash bug caused by plancache invalidation |
||
99aece7 | 2020-02-13 20:01:47 | LittleWuCoding |
Fix compiling error on Solaris |
||
fc1926d | 2020-02-13 19:39:37 | Kyotaro Horiguchi |
Stabilize regression test and catching-up to the core. |
||
53c74fb | 2020-02-13 14:51:51 | Kyotaro Horiguchi |
Do null-check of error_context_stack before use |
||
a912bba | 2019-08-29 16:57:04 | LittleWuCoding |
fix spelling mistakes in file pg_hint_plan.html |
||
92b3545 REL95_1_1_8 | 2019-01-17 16:41:33 | Kyotaro Horiguchi |
Change version to 1.1.8 |
||
dbbc864 | 2019-01-17 16:41:33 | Kyotaro Horiguchi |
Fix reverse link of hint_list.html |
||
4b0dd9c | 2019-01-17 15:22:39 | Kyotaro Horiguchi |
Fix documentation |
||
8754e19 | 2019-01-17 14:16:50 | Kyotaro Horiguchi |
Do make install for rpmbuild |
||
6a19ed7 | 2019-01-17 14:16:50 | Kyotaro Horiguchi |
Include all pg_hint_plan--*.sql files in installation |
||
c9e7416 | 2019-01-17 14:16:50 | Kyotaro Horiguchi |
Change copyright year to 2019 |
||
29972b1 | 2019-01-09 09:56:21 | Kyotaro Horiguchi |
Call standrad_ProcessUtility when no hook is set |
||
6973627 | 2019-01-07 19:07:39 | Kyotaro Horiguchi |
Support prepared statements on extended protocol |
||
f1f3627 | 2019-01-07 19:07:39 | Kyotaro Horiguchi |
Remove an useless variable |
||
37f3c8c | 2018-12-05 17:32:29 | Kyotaro Horiguchi |
Fix for union-on-inheritance case |
||
72333a3 | 2018-12-05 17:32:21 | Kyotaro Horiguchi |
Don't reset plpgsql nest level at every command end |
||
9e354ac REL95_1_1_7 | 2018-11-13 16:54:21 | Kyotaro Horiguchi |
Changed version to 1.1.7 |
||
2ac79df | 2018-11-13 16:54:21 | Kyotaro Horiguchi |
Fix debug output level control |
||
fd64e6b REL95_1_1_6 | 2018-06-08 14:12:56 | Kyotaro Horiguchi |
Change version to 1.1.6. |
||
066f064 | 2018-06-08 14:12:56 | Kyotaro Horiguchi |
Took in core improvement. |
||
5c6296e | 2018-06-08 10:02:10 | Kyotaro Horiguchi |
Fix a crash bug in case debug_query_string is NULL |
||
6ea8db1 | 2017-11-06 15:10:46 | Kyotaro Horiguchi |
Added and removed some entries in .gitignore |
||
9d13568 | 2017-11-06 14:01:27 | Kyotaro Horiguchi |
Use pg_strcasecmp instead of strcasecmp for the sake of portability |
||
04011fe | 2017-10-10 12:42:13 | Kyotaro Horiguchi |
Added a notice in the manual. |
||
cdb7a47 REL95_1_1_5 | 2017-07-27 19:20:05 | Kyotaro Horiguchi |
Change version to 1.1.5 |
||
de44994 | 2017-07-27 19:19:57 | Kyotaro Horiguchi |
Fixed a crash bug by DECLARE CURSOR and enable_hint_table = on |
||
00256f9 REL95_1_1_4 | 2017-05-19 13:53:54 | Kyotaro Horiguchi |
Change version to 1.1.4 |
||
82f6021 | 2017-05-19 10:39:44 | Kyotaro Horiguchi |
Fix a bug of target query retrieval |