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>
Fri, 8 Jun 2018 05:52:29 +0000 (14:52 +0900)
commite3b976c5c3ab16d802666b51431384f93697c9d8
tree1bac3a12ce167aa6a3ca4330b1a88169cb2efed0
parent375fdd256e264f8c32f9218c18c0f87b4c83bb8c
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