OSDN Git Service

Took in several improvements of pg_stat_statements
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 8 Jun 2018 03:27:03 +0000 (12:27 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Tue, 13 Nov 2018 06:37:51 +0000 (15:37 +0900)
commit763f6f0129bbc766c334600398836b801334fcbe
treeb3d6f23ae187098e6578f400fc072c92506e6118
parent5f581e498e3739caa637cc25c7900da458550e41
Took in several improvements of pg_stat_statements

Following two commits are took in.

83f2061dd0 Teach contrib/pg_stat_statements to handle multi-statement commands better.
0bb51aa967 Improve parsetree representation of special functions such as CURRENT_DATE.

The following one makes change of documented behavior of pg_hint_plan
so it is not took in.

a6f22e8356 Show ignored constants as "$N" rather than "?" in pg_stat_statements.
normalize_query.h
pg_hint_plan.c
pg_stat_statements.c