Skip to content

Commit

Permalink
Merge branch 'release-1.0.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 committed Feb 24, 2015
2 parents 1e0fb1e + c8690a9 commit c2e0433
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### pg_shard v1.0.2 (February 24, 2015) ###

* Adds META.json file for PGXN

### pg_shard v1.0.1 (December 4, 2014) ###

* Minor documentation fixes
Expand Down
52 changes: 52 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "pg_shard",
"abstract": "Easy sharding for PostgreSQL",
"description": "Shards and replicates PostgreSQL tables for horizontal scale and high availability. Seamlessly distributes SQL statements, without requiring any application changes.",
"version": "1.0.2",
"maintainer": "\"Jason Petersen\" <jason@citusdata.com>",
"license": "lgpl_3_0",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.4"
}
}
},
"provides": {
"pg_shard": {
"abstract": "Easy sharding for PostgreSQL",
"file": "pg_shard--1.0.sql",
"docfile": "README.md",
"version": "1.0.2"
}
},
"release_status": "stable",
"resources": {
"homepage": "http://citusdata.com/docs/pg-shard",
"bugtracker": {
"web": "https://github.com/citusdata/pg_shard/issues",
"mailto": "support@citusdata.com"
},
"repository": {
"url": "git://github.com/citusdata/pg_shard.git",
"web": "https://github.com/citusdata/pg_shard",
"type": "git"
}
},

"generated_by": "\"Jason Petersen\" <jason@citusdata.com>",

"tags": [
"sharding",
"replication",
"failover",
"distribution",
"scale",
"cluster"
],

"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}

0 comments on commit c2e0433

Please sign in to comment.