From a3c2ee01aa75e5d580b6ca1a4cd768b5f7588c31 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Tue, 5 Dec 2017 12:57:46 +0100 Subject: [PATCH] Add a changelog to our branch --- CHANGELOG.carto.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.carto.md diff --git a/CHANGELOG.carto.md b/CHANGELOG.carto.md new file mode 100644 index 0000000000000..f0fa3378c4901 --- /dev/null +++ b/CHANGELOG.carto.md @@ -0,0 +1,25 @@ +# Changelog + +## next + +**Release date**: TBD + +Changes: + - Add this very changelog + - Allow SQL functions to inline in the presence of costly parameter functions (planned) + - Parallel planning improvement for costly functions on target list (planned) + + +## 10.1+carto-2 + +**Release date**: 2017-11-29 + +Changes: + - Make execution of plpython interruptible [4796880](https://github.com/CartoDB/postgres/commit/4796880d942680cc3685cc8d314c6f706c9b4826) + + +## REL_10_1 + +**Release date**: 2017-11-09 + +Vanilla PostgreSQL 10.1 in which the rest of the code is based upon. See https://www.postgresql.org/docs/10/static/release.html