Skip to content

Commit 0e2c003

Browse files
authored
Update files for Apache AGE release 1.4.0 (#1194)
Changes to be committed: modified: Makefile modified: README.md modified: RELEASE renamed: age--1.3.0.sql -> age--1.4.0.sql modified: age.control
1 parent 90e0d16 commit 0e2c003

File tree

5 files changed

+39
-11
lines changed

5 files changed

+39
-11
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ OBJS = src/backend/age.o \
7373

7474
EXTENSION = age
7575

76-
DATA = age--1.3.0.sql
76+
DATA = age--1.4.0.sql
7777

7878
# sorted in dependency order
7979
REGRESS = scan \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</a>
3131
&nbsp;
3232
<a href="https://github.com/apache/age/releases">
33-
<img src="https://img.shields.io/badge/Release-v1.3.0-FFA500?labelColor=gray&style=flat&link=https://github.com/apache/age/releases"/>
33+
<img src="https://img.shields.io/badge/Release-v1.4.0-FFA500?labelColor=gray&style=flat&link=https://github.com/apache/age/releases"/>
3434
</a>
3535
&nbsp;
3636
<a href="https://www.postgresql.org/docs/15/index.html">

RELEASE

+36-8
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,42 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
Release Notes for Apache AGE release 0.0.0 for PG 15
18+
Release Notes for Apache AGE release 1.4.0 for PostgreSQL version 15
1919

20-
Apache AGE 0.0.0 - Release Notes
20+
Apache AGE 1.4.0 - Release Notes
2121

22-
NOTE: This is an initial release of PG15. There are no upgrade
23-
scripts to this release.
22+
NOTE: This is an initial release of Apache AGE for PostgreSQL version
23+
15. There are no upgrade scripts to this release.
2424

25-
**************************************************************
26-
***** THIS IS THE MASTER BRANCH TEMPLATE FOR THE RELEASE *****
27-
***** FILE. MODIFY AS NECESSARY FOR THE SPECIFIC RELEASE *****
28-
**************************************************************
25+
Added license in Python driver README.md (#956)
26+
Added the toStringList() function (#1128)
27+
Added toBooleanList() (#1165)
28+
Added toFloatList() function (#1016)
29+
Added toIntegerList() function (#1025)
30+
Added regression tests for MATCH clause using labels only (#1019)
31+
Added REGTYPEOID to toString function (#1036)
32+
Added Dockerfile.dev & move docker-related files to "docker/" (#943)
33+
Fixed complex MERGE causes crash (#897) (#961)
34+
Fixed docker build files (#1104)
35+
Fixed case sensitivity on label usage of reserved keyword (#1040)
36+
Fixed issue 1000: Indexes created on WHERE (#1133)
37+
Fixed issue 1002: Invalid reuse of variables in MATCH clause (#1003)
38+
Fixed issue 1033: access operator on vle edge lists (#1037)
39+
Fixed issue 1043: ERROR: container must be an array or object (#1046)
40+
Fixed issue 1124: Segmentation fault when using specific tables (#1125)
41+
Fixed issue 395: ERROR: container is not an agtype array (#1039)
42+
Fixed issue 870: regarding orderability and added regression tests (#994)
43+
Fixed issue 876: column reference "_age_default_alias_0" is ambiguous (#931)
44+
Fixed issue 975: Invalid reuse of variables in CREATE clause (#977)
45+
Fixed issue 989: Impossible to create array with > 100 items (#1001)
46+
Fixed memory leak issues with age_load (#1142)
47+
Fixed memory leaks in MERGE (merge_edge & merge_vertex) (#958)
48+
Fixed MERGE crashes due to incorrect label type (#957)
49+
Fixed MERGE variable reuse (#997)
50+
Fixed misspellings in many AGE files (#985)
51+
Fixed warning messages in DockerHub builds. (#1075)
52+
Modified test_agtypes to view useful testing message (#992)
53+
Optimised Antlr4ResultHandler initialization (#1169)
54+
Updated CIs to pull correct image based on branch (#1105)
55+
Updated files, format, and version information (#1063)
56+
Updated README.

age--1.3.0.sql age--1.4.0.sql

File renamed without changes.

age.control

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
default_version = '1.3.0'
18+
default_version = '1.4.0'
1919
comment = 'AGE database extension'
2020
module_pathname = '$libdir/age'
2121

0 commit comments

Comments
 (0)