Rev. | Time | Author |
---|---|---|
9db100f PG94 | 2020-02-17 21:08:52 | Kyotaro Horiguchi |
Restore current hint state when returned from non-hinted query planning. |
||
516711b | 2020-02-17 14:53:27 | Kyotaro Horiguchi |
Fix Rows hint parsing |
||
43fe344 | 2020-02-14 15:46:43 | Kyotaro Horiguchi |
Fix crash bug caused by plancache invalidation |
||
4bddf46 | 2020-02-13 20:02:01 | LittleWuCoding |
Fix compiling error on Solaris |
||
510f6a4 | 2020-02-13 19:40:12 | Kyotaro Horiguchi |
Stabilize regression test and catching-up to the core. |
||
3112422 | 2020-02-13 14:50:53 | Kyotaro Horiguchi |
Do null-check of error_context_stack before use |
||
7f82a1c | 2019-08-29 16:57:00 | LittleWuCoding |
fix spelling mistakes in file pg_hint_plan.html |
||
523c048 REL94_1_1_8 | 2019-01-17 16:41:58 | Kyotaro Horiguchi |
Change version to 1.1.8 |
||
200ecda | 2019-01-17 16:41:58 | Kyotaro Horiguchi |
Fix reverse link of hint_list.html |
||
f348aa3 | 2019-01-17 15:20:53 | Kyotaro Horiguchi |
Fix documentation. |
||
6e17c4c | 2019-01-17 14:09:32 | Kyotaro Horiguchi |
Do make install for rpmbuild |
||
090a1f2 | 2019-01-17 14:08:37 | Kyotaro Horiguchi |
Include all pg_hint_plan--*.sql files in installation |
||
a01e893 | 2019-01-17 14:07:49 | Kyotaro Horiguchi |
Change copyright year to 2019 |
||
be85d3d | 2019-01-09 09:55:02 | Kyotaro Horiguchi |
Call standrad_ProcessUtility when no hook is set |
||
c362705 | 2019-01-07 19:07:10 | Kyotaro Horiguchi |
Support prepared statements on extended protocol |
||
d615026 | 2019-01-07 19:07:10 | Kyotaro Horiguchi |
Remove an useless variable |
||
b32d680 | 2018-12-05 17:32:46 | Kyotaro Horiguchi |
Fix for union-on-inheritance case |
||
0e34503 | 2018-12-05 17:32:41 | Kyotaro Horiguchi |
Don't reset plpgsql nest level at every command end |
||
5a909ae REL94_1_1_7 | 2018-11-13 17:04:34 | Kyotaro Horiguchi |
Changed version to 1.1.7 |
||
c4f93f5 | 2018-11-13 16:55:19 | Kyotaro Horiguchi |
Fix debug output level control |
||
690a353 REL94_1_1_6 | 2018-06-08 14:12:01 | Kyotaro Horiguchi |
Change version to 1.1.6. |
||
e608fb3 | 2018-06-08 14:11:30 | Kyotaro Horiguchi |
Took in core improvement. |
||
a257715 | 2018-06-08 14:11:06 | Kyotaro Horiguchi |
Took in changes of pg_stat_statements. |
||
a27fbb8 | 2018-06-08 10:02:56 | Kyotaro Horiguchi |
Fix a crash bug in case debug_query_string is NULL |
||
f56a7f5 | 2017-11-06 15:11:01 | Kyotaro Horiguchi |
Added and removed some entries in .gitignore |
||
c779db7 | 2017-11-06 14:04:04 | Kyotaro Horiguchi |
Use pg_strcasecmp instead of strcasecmp for the sake of portability |
||
67ee094 REL94_1_1_5 | 2017-07-27 19:19:36 | Kyotaro Horiguchi |
Change version to 1.1.5 |
||
5355f71 | 2017-07-27 19:19:21 | Kyotaro Horiguchi |
Make core.c up to date. |
||
6f424c5 | 2017-07-27 19:19:10 | Kyotaro Horiguchi |
Fixed a crash bug by DECLARE CURSOR and enable_hint_table = on |
||
1407e83 REL94_1_1_4 | 2017-05-19 14:00:32 | Kyotaro Horiguchi |
Change version to 1.1.4 |