forked from MonetDB/MonetDB-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog-Archive
41 lines (34 loc) · 2.05 KB
/
ChangeLog-Archive
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# DO NOT EDIT THIS FILE -- MAINTAINED AUTOMATICALLY
# This file contains past ChangeLog entries
* Thu Apr 13 2017 Mark Raasveldt <[email protected]> - 11.27.1-20170705
- Added a new server-side protocol implementation. The new protocol
is backwards compatible with the old protocol. Clients can choose
whether they want to use the old or the new protocol during the initial
handshake with the server. The new protocol is a binary column-based
protocol that is significantly faster than the old protocol when
transferring large result sets. In addition, the new protocol supports
compression using Snappy or LZ4.
* Mon Feb 20 2017 Sjoerd Mullender <[email protected]> - 11.27.1-20170705
- Moved the sphinx extension module to its own repository.
See https://dev.monetdb.org/hg/MonetDB-sphinx/.
* Thu Feb 16 2017 Sjoerd Mullender <[email protected]> - 11.27.1-20170705
- Removed GSL module: it's now a separate (extension) package.
See https://dev.monetdb.org/hg/MonetDB-gsl/.
- The PCRE library is now optional for systems that support POSIX regular
expressions.
* Thu Jan 12 2017 Martin van Dinther <[email protected]> - 11.27.1-20170705
- Added 5 new sys schema tables: function_languages, function_types,
key_types, index_types and privilege_codes. They are pre-loaded with
static content and contain descriptive names for the various integer
type and code values. See also sql/scripts/51_sys_schema_extension.sql
* Thu Sep 22 2016 Sjoerd Mullender <[email protected]> - 11.25.1-20161214
- The Perl, PHP, and Python clients, and the JDBC driver each now have
their own repositories and release cycles. The Python client is
maintained by Gijs Molenaar on Github
(https://github.com/gijzelaerr/pymonetdb), the other clients are
maintained by CWI/MonetDB on our own server
(https://dev.monetdb.org/hg/monetdb-java,
https://dev.monetdb.org/hg/monetdb-perl,
https://dev.monetdb.org/hg/monetdb-php).
* Fri Jul 1 2016 Sjoerd Mullender <[email protected]> - 11.23.5-20160704
- Lots of memory leaks have been plugged across the whole system.