Skip to content

Commit

Permalink
Updated files for PG11 AGE release to 1.2.0
Browse files Browse the repository at this point in the history
    modified:   Makefile
    modified:   README.md
    modified:   RELEASE
    renamed:    age--1.1.0.sql -> age--1.2.0.sql
    modified:   age.control
  • Loading branch information
jrgemignani committed Jan 10, 2023
1 parent 218e4c8 commit 67cb875
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ OBJS = src/backend/age.o \

EXTENSION = age

DATA = age--1.1.0.sql
DATA = age--1.2.0.sql

# sorted in dependency order
REGRESS = scan \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</a>
&nbsp;
<a href="https://github.com/apache/age/releases">
<img src="https://img.shields.io/badge/Release-v1.1.0-FFA500?labelColor=gray&style=flat&link=https://github.com/apache/age/releases"/>
<img src="https://img.shields.io/badge/Release-v1.2.0-FFA500?labelColor=gray&style=flat&link=https://github.com/apache/age/releases"/>
</a>
&nbsp;
<a href="https://github.com/apache/age/issues">
Expand Down
63 changes: 41 additions & 22 deletions RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,47 @@
# specific language governing permissions and limitations
# under the License.

Release Notes for Apache AGE release v1.1.0
Release Notes for Apache AGE release v1.2.0

Apache AGE 1.1.0 - Release Notes
Apache AGE 1.2.0 - Release Notes

Support for Agtype containment ops and GIN Indices.
Add CALL [YIELD] grammar rules for the implementation of CALL procedures.
VLE path variable integration performance patch.
Improve WHERE clause performance and support index scans.
Allow global graph contexts to see currentCommandIds.
Cache Agtype and GRAPHID OIDs.
Allow lists and maps to be used in the SET clause.
Fix bug in aggregate function collect().
Fix Bug in WHERE clause and property constraints.
Fix VLE local cache bug (crash).
Fix bug where integers were not being serialized correctly when stored in GIN indices.
Fix the VLE peek_stack_head routine to return a NULL if the stack is NULL.
Fix MERGE visibility in chained commands, SET specifically.
Fix github issue #212 - Add access operator (`->`, `->>`) to Agtype.
Fix github issue #220 - fix local cached contexts for static procedures.
Fix github issue #224 - fix regression tests to fix issues on mac with trigonometric functions.
Fix github issue #235 - when MERGE and SET were used together.
Fix github issue #240 - negative array bounds.
Fix github issue #240 - negative array bounds - addendum.
Updated README.
NOTE: Due to additions to core tables, there is no upgrade path from the
previous version.

Fix Python driver (#388).
Patch to apply PR (#203) - typos and incorrect hash init.
Update SET clause to support assigning a map (#468).
Fix WHERE clause wrong Expr bug (#339).
Fix multiple typos (#470).
Updated the volatility category (from STABLE to IMMUTABLE) of multiple functions.
Graph naming convention now aligns with Cypher spec. (#349).
Fixed README typos (#436).
Create graph instruction fixed (#414).
Readme added for JDBC driver (#383).
Regression tests added (#341).
Regression tests added (#336).
Updated Python driver Readme for clarity.
Fixed compare_agtype_scalar to only return 1, 0, or -1.
Created complete graph function (#342).
Fix Travis CI warning messages.
Updated Golang version to 1.19 (#373).
Fixed NULL pointer on name compare (#376).
Multiple updates to the README.md file.
Implemented CI testing for Golang Driver (#372).
Modify the Python driver's parameterization.
Added license header to new files that it was missing from.
Modify the Golang driver's usage of parameterization.
Added the ability to pass PostgreSQL parameters to the cypher function (specifically for drivers).
Use Debian Buster base image (#243).
Updated the CONTRIBUTING.md file (#348).
Invalid labels now return NULL instead of erroring out.
Removed incubating from overlooked files.
Fixed Golang driver module.
Removed DISCLAIMER file.
Fixed bug in delete_global_graphs.
Fixed EXPLAIN to allow for nested cypher commands.
Fixed bug with Call, YIELD clause ignores WHERE.
Graph names with empty string '' are now disallowed (#251).
Implement CALL YIELD for cypher functions.
Update NOTICE file.

File renamed without changes.
2 changes: 1 addition & 1 deletion age.control
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

default_version = '1.1.0'
default_version = '1.2.0'
comment = 'AGE database extension'
module_pathname = '$libdir/age'

Expand Down

0 comments on commit 67cb875

Please sign in to comment.