From 53f1ced9b8d591af7b4447c05988b751332089de Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Sat, 19 Apr 2014 11:55:31 +0400 Subject: [PATCH] Revision 1.05 --- CHANGES | 2 +- META.json | 4 ++-- Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 7d005be..f045216 100644 --- a/CHANGES +++ b/CHANGES @@ -34,7 +34,7 @@ Initial version 7. Fix IMCS context cleanup bug in case of nested SPI calls 8. Add limit parameter to XXX_get() function ---- Release version 1.05 (??.03.2014) ------------------------------------- +--- Release version 1.05 (19.04.2014) ------------------------------------- 1. Fix bugs in cs_hash_dup_count 2. Fix handling of scalar types in cs_project 3. Support cast to character type diff --git a/META.json b/META.json index e583fb2..66556bc 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "imcs", "abstract": "In-Memory Columnar Store", "description": "IMCS provides columnar (vertical) store for PostgreSQL. It allows to reach 10-100 advantages in performance because of avoiding disk and MVCC overhead, vector operations, parallel execution and data skipping. IMCS providers a wide range of analytic operators.", - "version": "0.1.4", + "version": "0.1.5", "maintainer": ["Konstantin Kninzhik "], "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" @@ -23,7 +23,7 @@ "imcs": { "file": "imcs--1.1.sql", "docfile": "user_guide.html", - "version": "0.1.4", + "version": "0.1.5", "abstract": "In-Memory Columnar Store" } }, diff --git a/Makefile b/Makefile index 79b5d1e..d386868 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ MODULE_big = imcs CUSTOM_COPT = -O3 -Wall -pthread -IMCS_VERSION=1.04 +IMCS_VERSION=1.05 ifdef USE_DISK OBJS = imcs.o func.o smp.o btree.o threadpool.o fileio.o disk.o