Skip to content

Commit

Permalink
Revision 1.05
Browse files Browse the repository at this point in the history
  • Loading branch information
knizhnik committed Apr 19, 2014
1 parent 75ecaee commit 53f1ced
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
Expand All @@ -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"
}
},
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53f1ced

Please sign in to comment.