Re: Re: pg_stat_statements normalisation without invasive changes to the parser (was: Next steps on pg_stat_statements normalisation)
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Geoghegan <peter@2ndquadrant.com>
Cc: Robert Haas <robertmhaas@gmail.com>, PG Hackers <pgsql-hackers@postgresql.org>
Date: 2012-04-08T19:51:02Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
- 9dbf2b7d75de 9.2.0 cited
-
Extend the parser location infrastructure to include a location field in
- a2794623d292 8.4.0 cited
-
Teach eval_const_expressions() to simplify an ArrayCoerceExpr to a constant
- 6734182c169a 8.4.0 cited
Peter Geoghegan <peter@2ndquadrant.com> writes: > On 29 March 2012 21:05, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Barring objections I'll go fix this, and then this patch can be >> considered closed except for possible future tweaking of the >> sticky-entry decay rule. > Attached patch fixes a bug, and tweaks sticky-entry decay. Applied with some cosmetic adjustments. regards, tom lane