blob: 6747ee05f98a64379d0f0f2b6200648e6b21010c [file] [log] [blame]
# Changelist for MADlib version 1.10.0 to 1.11
# This file contains all changes that were introduced in a new version of
# MADlib. This changelist is used by the upgrade script to detect what objects
# should be upgraded (while retaining all other objects from the previous version)
# New modules (actually .sql_in files) added in upgrade version
# For these files the sql_in code is retained as is with the functions in the
# file installed on the upgrade version. All other files (that don't have
# updates), are cleaned up to remove object replacements
new module:
# ----------------- Changes from 1.10.0 to 1.11 --------
pagerank:
# Changes in the types (UDT) including removal and modification
udt:
# List of the UDF changes that affect the user externally. This includes change
# in function name, return type, argument order or types, or removal of
# the function. In each case, the original function is as good as removed and a
# new function is created. In such cases, we should abort the upgrade if there
# are user views dependent on this function, since the original function will
# not be present in the upgraded version.
udf:
# ----------------- Changes from 1.10.0 to 1.11 ----------
- __build_tree:
rettype: void
argument: boolean, text, text, text, text, text, boolean, character varying[], character varying[], character varying[], text, text, integer, integer, integer, integer, text, smallint, text, integer
- graph_sssp_get_path:
rettype: integer[]
argument: text, integer
# Changes to aggregates (UDA) including removal and modification
# Overloaded functions should be mentioned separately
uda:
# Casts (UDC) updated/removed
udc:
# Operators (UDO) removed/updated
udo:
# Operator Classes (UDOC) removed/updated
udoc: