pgsql: Merge v1.10 of pg_stat_statements into v1.9

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Merge v1.10 of pg_stat_statements into v1.9
Date: 2021-04-08 13:18:11
Message-ID: E1lUUXz-0000PM-LQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Merge v1.10 of pg_stat_statements into v1.9

v1.9 is already new in this version of PostgreSQL, so turn it into just
one change.

Author: Julien Rohaud
Discussion: https://postgr.es/m/20210408120505.7zinijtdexbyghvb@nol

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5844c23dc50508aefeb8183be45f4ee99e9dec17

Modified Files
--------------
contrib/pg_stat_statements/Makefile | 3 +-
.../pg_stat_statements--1.8--1.9.sql | 53 ++++++++++++++++++++
.../pg_stat_statements--1.9--1.10.sql | 57 ----------------------
contrib/pg_stat_statements/pg_stat_statements.c | 18 +++----
.../pg_stat_statements/pg_stat_statements.control | 2 +-
5 files changed, 64 insertions(+), 69 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-04-08 14:12:22 Re: pgsql: SQL-standard function body
Previous Message Thomas Munro 2021-04-08 12:40:17 pgsql: Remove duplicate typedef.