Prepare the release of 0.37.0

This commit is contained in:
Raúl Marín 2020-11-23 16:53:15 +01:00
parent 73b82be89a
commit 1ae67b846f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# cartodb/Makefile # cartodb/Makefile
EXTENSION = cartodb EXTENSION = cartodb
EXTVERSION = 0.36.0 EXTVERSION = 0.37.0
SED = sed SED = sed
AWK = awk AWK = awk

View File

@ -1,4 +1,4 @@
0.37.0 (XXXX-XX-XX) 0.37.0 (2020-11-13)
* Raised minimum PG version to 11. * Raised minimum PG version to 11.
* Add `CDB_RegenerateTable` function to regenerate a table. * Add `CDB_RegenerateTable` function to regenerate a table.
* Add `CDB_GetTableQueries` to get the queries of a table (constraints, indices, triggers...). * Add `CDB_GetTableQueries` to get the queries of a table (constraints, indices, triggers...).