Re: [DISCUSS] Apache AGE 1.4.0 Release for PostgreSQL 13

2023-10-03 Thread John Gemignani
Dear Apache Community,

Since there are no objections, I am closing the [DISCUSS] thread and will
open the official [VOTE] thread for Apache AGE 1.4.0 for PostgreSQL 13
shortly.

Best regards,

John Gemignani

On Tue, Oct 3, 2023 at 9:10 AM Muhammad Shoaib 
wrote:

> Hi,
>
> I checked the following:
>
>- Signature and hash
>- Links and tags
>- LICENSE and NOTICE
>- No unexpected binary files
>
>
> Kind Regards
> Shoaib
>
> On Tue, Oct 3, 2023 at 6:00 PM Rafsun Masud  wrote:
>
> > Checked:
> > - Signature and commit hash
> > - Links and tags
> > - LICENSE and NOTICE
> > - Unexpected binary files (none)
> >
> > This release looks ready for a vote. Great job!
> >
> > Regards,
> > Rafsun Masud
> >
> > On Mon, Sep 25, 2023 at 2:50 PM John Gemignani <
> john.gemign...@bitnine.net
> > >
> > wrote:
> >
> > > Dear Apache Community,
> > >
> > > We would like to open a discussion for the Apache AGE release 1.4.0 for
> > > PostgreSQL 13.
> > >
> > > To learn more about Apache AGE, please see http://age.apache.org/
> > >
> > > Functionalities included and addressed in this release are:
> > >
> > > *
> > > Release Notes for Apache AGE release v1.4.0 for PostgreSQL 13
> > >
> > > NOTE: Some of these reference the master branch PR that was
> > >either applied to lower versions via a separate PR or
> > >merged into a newly created branch.
> > >
> > > Added license in Python driver README.md (#956)
> > > Added the toStringList() function (#1128)
> > > Added toBooleanList() (#1165)
> > > Added toFloatList() function (#1016)
> > > Added toIntegerList() function (#1025)
> > > Added regression tests for MATCH clause using labels only (#1019)
> > > Added REGTYPEOID to toString function (#1036)
> > > Added Dockerfile.dev & move docker-related files to "docker/" (#943)
> > > Fixed complex MERGE causes crash (#897) (#961)
> > > Fixed docker build files (#1104)
> > > Fixed case sensitivity on label usage of reserved keyword (#1040)
> > > Fixed issue 1000: Indexes created on WHERE (#1133)
> > > Fixed issue 1002: Invalid reuse of variables in MATCH clause (#1003)
> > > Fixed issue 1033: access operator on vle edge lists (#1037)
> > > Fixed issue 1043: ERROR:  container must be an array or object (#1046)
> > > Fixed issue 1124: Segmentation fault when using specific tables (#1125)
> > > Fixed issue 395: ERROR: container is not an agtype array (#1039)
> > > Fixed issue 870: regarding orderability and added regression tests
> (#994)
> > > Fixed issue 876: column reference "_age_default_alias_0" is ambiguous
> > > (#931)
> > > Fixed issue 975: Invalid reuse of variables in CREATE clause (#977)
> > > Fixed issue 989: Impossible to create array with > 100 items (#1001)
> > > Fixed memory leak issues with age_load (#1142)
> > > Fixed memory leaks in MERGE (merge_edge & merge_vertex) (#958)
> > > Fixed MERGE crashes due to incorrect label type (#957)
> > > Fixed MERGE variable reuse (#997)
> > > Fixed misspellings in many AGE files (#985)
> > > Fixed warning messages in DockerHub builds. (#1075)
> > > Modified test_agtypes to view useful testing message (#992)
> > > Optimised Antlr4ResultHandler initialization (#1169)
> > > Updated CIs to pull correct image based on branch (#1105)
> > > Updated files, format, and version information (#1063)
> > > Updated README.
> > >
> > > *
> > >
> > > The git tag to be discussed and voted on:
> > > https://github.com/apache/age/releases/tag/PG13/v1.4.0-rc0
> > >
> > > The git commit hash:
> > > commit 01ccda78ad06186aaba8975dd6d1cf67e91535bc
> > >
> > > The release files for 1.4.0, can be found at:
> > > https://dist.apache.org/repos/dist/dev/age/PG13/1.4.0.rc0/
> > >
> > > Signatures used for AGE RCs can be found in this file:
> > > https://downloads.apache.org/age/KEYS
> > >
> > > The fingerprint of key to sign release artifacts:
> > > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> > >
> > > For information about the contents of this release see:
> > > https://github.com/apache/age/releases/tag/PG13/v1.4.0-rc0
> > >
> > > Please verify the above links, files, and signatures in addition to
> > sharing
> > > your thoughts and feedback and if we can call for a vote.
> > >
> > > Thank you for your time.
> > >
> > > John Gemignani
> > >
> >
>


Re: [DISCUSS] Apache AGE 1.4.0 Release for PostgreSQL 13

2023-10-03 Thread Muhammad Shoaib
Hi,

I checked the following:

   - Signature and hash
   - Links and tags
   - LICENSE and NOTICE
   - No unexpected binary files


Kind Regards
Shoaib

On Tue, Oct 3, 2023 at 6:00 PM Rafsun Masud  wrote:

> Checked:
> - Signature and commit hash
> - Links and tags
> - LICENSE and NOTICE
> - Unexpected binary files (none)
>
> This release looks ready for a vote. Great job!
>
> Regards,
> Rafsun Masud
>
> On Mon, Sep 25, 2023 at 2:50 PM John Gemignani  >
> wrote:
>
> > Dear Apache Community,
> >
> > We would like to open a discussion for the Apache AGE release 1.4.0 for
> > PostgreSQL 13.
> >
> > To learn more about Apache AGE, please see http://age.apache.org/
> >
> > Functionalities included and addressed in this release are:
> >
> > *
> > Release Notes for Apache AGE release v1.4.0 for PostgreSQL 13
> >
> > NOTE: Some of these reference the master branch PR that was
> >either applied to lower versions via a separate PR or
> >merged into a newly created branch.
> >
> > Added license in Python driver README.md (#956)
> > Added the toStringList() function (#1128)
> > Added toBooleanList() (#1165)
> > Added toFloatList() function (#1016)
> > Added toIntegerList() function (#1025)
> > Added regression tests for MATCH clause using labels only (#1019)
> > Added REGTYPEOID to toString function (#1036)
> > Added Dockerfile.dev & move docker-related files to "docker/" (#943)
> > Fixed complex MERGE causes crash (#897) (#961)
> > Fixed docker build files (#1104)
> > Fixed case sensitivity on label usage of reserved keyword (#1040)
> > Fixed issue 1000: Indexes created on WHERE (#1133)
> > Fixed issue 1002: Invalid reuse of variables in MATCH clause (#1003)
> > Fixed issue 1033: access operator on vle edge lists (#1037)
> > Fixed issue 1043: ERROR:  container must be an array or object (#1046)
> > Fixed issue 1124: Segmentation fault when using specific tables (#1125)
> > Fixed issue 395: ERROR: container is not an agtype array (#1039)
> > Fixed issue 870: regarding orderability and added regression tests (#994)
> > Fixed issue 876: column reference "_age_default_alias_0" is ambiguous
> > (#931)
> > Fixed issue 975: Invalid reuse of variables in CREATE clause (#977)
> > Fixed issue 989: Impossible to create array with > 100 items (#1001)
> > Fixed memory leak issues with age_load (#1142)
> > Fixed memory leaks in MERGE (merge_edge & merge_vertex) (#958)
> > Fixed MERGE crashes due to incorrect label type (#957)
> > Fixed MERGE variable reuse (#997)
> > Fixed misspellings in many AGE files (#985)
> > Fixed warning messages in DockerHub builds. (#1075)
> > Modified test_agtypes to view useful testing message (#992)
> > Optimised Antlr4ResultHandler initialization (#1169)
> > Updated CIs to pull correct image based on branch (#1105)
> > Updated files, format, and version information (#1063)
> > Updated README.
> >
> > *
> >
> > The git tag to be discussed and voted on:
> > https://github.com/apache/age/releases/tag/PG13/v1.4.0-rc0
> >
> > The git commit hash:
> > commit 01ccda78ad06186aaba8975dd6d1cf67e91535bc
> >
> > The release files for 1.4.0, can be found at:
> > https://dist.apache.org/repos/dist/dev/age/PG13/1.4.0.rc0/
> >
> > Signatures used for AGE RCs can be found in this file:
> > https://downloads.apache.org/age/KEYS
> >
> > The fingerprint of key to sign release artifacts:
> > 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> >
> > For information about the contents of this release see:
> > https://github.com/apache/age/releases/tag/PG13/v1.4.0-rc0
> >
> > Please verify the above links, files, and signatures in addition to
> sharing
> > your thoughts and feedback and if we can call for a vote.
> >
> > Thank you for your time.
> >
> > John Gemignani
> >
>


Re: [DISCUSS] Apache AGE 1.4.0 Release for PostgreSQL 13

2023-10-03 Thread Rafsun Masud
Checked:
- Signature and commit hash
- Links and tags
- LICENSE and NOTICE
- Unexpected binary files (none)

This release looks ready for a vote. Great job!

Regards,
Rafsun Masud

On Mon, Sep 25, 2023 at 2:50 PM John Gemignani 
wrote:

> Dear Apache Community,
>
> We would like to open a discussion for the Apache AGE release 1.4.0 for
> PostgreSQL 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
> *
> Release Notes for Apache AGE release v1.4.0 for PostgreSQL 13
>
> NOTE: Some of these reference the master branch PR that was
>either applied to lower versions via a separate PR or
>merged into a newly created branch.
>
> Added license in Python driver README.md (#956)
> Added the toStringList() function (#1128)
> Added toBooleanList() (#1165)
> Added toFloatList() function (#1016)
> Added toIntegerList() function (#1025)
> Added regression tests for MATCH clause using labels only (#1019)
> Added REGTYPEOID to toString function (#1036)
> Added Dockerfile.dev & move docker-related files to "docker/" (#943)
> Fixed complex MERGE causes crash (#897) (#961)
> Fixed docker build files (#1104)
> Fixed case sensitivity on label usage of reserved keyword (#1040)
> Fixed issue 1000: Indexes created on WHERE (#1133)
> Fixed issue 1002: Invalid reuse of variables in MATCH clause (#1003)
> Fixed issue 1033: access operator on vle edge lists (#1037)
> Fixed issue 1043: ERROR:  container must be an array or object (#1046)
> Fixed issue 1124: Segmentation fault when using specific tables (#1125)
> Fixed issue 395: ERROR: container is not an agtype array (#1039)
> Fixed issue 870: regarding orderability and added regression tests (#994)
> Fixed issue 876: column reference "_age_default_alias_0" is ambiguous
> (#931)
> Fixed issue 975: Invalid reuse of variables in CREATE clause (#977)
> Fixed issue 989: Impossible to create array with > 100 items (#1001)
> Fixed memory leak issues with age_load (#1142)
> Fixed memory leaks in MERGE (merge_edge & merge_vertex) (#958)
> Fixed MERGE crashes due to incorrect label type (#957)
> Fixed MERGE variable reuse (#997)
> Fixed misspellings in many AGE files (#985)
> Fixed warning messages in DockerHub builds. (#1075)
> Modified test_agtypes to view useful testing message (#992)
> Optimised Antlr4ResultHandler initialization (#1169)
> Updated CIs to pull correct image based on branch (#1105)
> Updated files, format, and version information (#1063)
> Updated README.
>
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.4.0-rc0
>
> The git commit hash:
> commit 01ccda78ad06186aaba8975dd6d1cf67e91535bc
>
> The release files for 1.4.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/1.4.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG13/v1.4.0-rc0
>
> Please verify the above links, files, and signatures in addition to sharing
> your thoughts and feedback and if we can call for a vote.
>
> Thank you for your time.
>
> John Gemignani
>


Re: [DISCUSS] Apache AGE 1.4.0 Release for PostgreSQL 13

2023-10-02 Thread Eya Badal
Great Job, as always!! 

I checked the following: 
** Signature and hash
** Links and tags
** LICENSE and NOTICE
** No unexpected binary files

Best regards, 

On 2023/09/25 21:50:05 John Gemignani wrote:
> Dear Apache Community,
> 
> We would like to open a discussion for the Apache AGE release 1.4.0 for
> PostgreSQL 13.
> 
> To learn more about Apache AGE, please see http://age.apache.org/
> 
> Functionalities included and addressed in this release are:
> 
> *
> Release Notes for Apache AGE release v1.4.0 for PostgreSQL 13
> 
> NOTE: Some of these reference the master branch PR that was
>either applied to lower versions via a separate PR or
>merged into a newly created branch.
> 
> Added license in Python driver README.md (#956)
> Added the toStringList() function (#1128)
> Added toBooleanList() (#1165)
> Added toFloatList() function (#1016)
> Added toIntegerList() function (#1025)
> Added regression tests for MATCH clause using labels only (#1019)
> Added REGTYPEOID to toString function (#1036)
> Added Dockerfile.dev & move docker-related files to "docker/" (#943)
> Fixed complex MERGE causes crash (#897) (#961)
> Fixed docker build files (#1104)
> Fixed case sensitivity on label usage of reserved keyword (#1040)
> Fixed issue 1000: Indexes created on WHERE (#1133)
> Fixed issue 1002: Invalid reuse of variables in MATCH clause (#1003)
> Fixed issue 1033: access operator on vle edge lists (#1037)
> Fixed issue 1043: ERROR:  container must be an array or object (#1046)
> Fixed issue 1124: Segmentation fault when using specific tables (#1125)
> Fixed issue 395: ERROR: container is not an agtype array (#1039)
> Fixed issue 870: regarding orderability and added regression tests (#994)
> Fixed issue 876: column reference "_age_default_alias_0" is ambiguous (#931)
> Fixed issue 975: Invalid reuse of variables in CREATE clause (#977)
> Fixed issue 989: Impossible to create array with > 100 items (#1001)
> Fixed memory leak issues with age_load (#1142)
> Fixed memory leaks in MERGE (merge_edge & merge_vertex) (#958)
> Fixed MERGE crashes due to incorrect label type (#957)
> Fixed MERGE variable reuse (#997)
> Fixed misspellings in many AGE files (#985)
> Fixed warning messages in DockerHub builds. (#1075)
> Modified test_agtypes to view useful testing message (#992)
> Optimised Antlr4ResultHandler initialization (#1169)
> Updated CIs to pull correct image based on branch (#1105)
> Updated files, format, and version information (#1063)
> Updated README.
> 
> *
> 
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.4.0-rc0
> 
> The git commit hash:
> commit 01ccda78ad06186aaba8975dd6d1cf67e91535bc
> 
> The release files for 1.4.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/1.4.0.rc0/
> 
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
> 
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
> 
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG13/v1.4.0-rc0
> 
> Please verify the above links, files, and signatures in addition to sharing
> your thoughts and feedback and if we can call for a vote.
> 
> Thank you for your time.
> 
> John Gemignani
> 


Re: [DISCUSS] Apache AGE 1.4.0 Release for PostgreSQL 13

2023-09-28 Thread Dehowe Feng
This release is a great update to AGE for PG13. I hope we can bring this
release to the AGE community soon.

I did the usual checks:
- Signature and hash
- Links and tags
- LICENSE and NOTICE
- No unexpected binary files

Cheers

On Mon, Sep 25, 2023 at 2:50 PM John Gemignani 
wrote:

> Dear Apache Community,
>
> We would like to open a discussion for the Apache AGE release 1.4.0 for
> PostgreSQL 13.
>
> To learn more about Apache AGE, please see http://age.apache.org/
>
> Functionalities included and addressed in this release are:
>
> *
> Release Notes for Apache AGE release v1.4.0 for PostgreSQL 13
>
> NOTE: Some of these reference the master branch PR that was
>either applied to lower versions via a separate PR or
>merged into a newly created branch.
>
> Added license in Python driver README.md (#956)
> Added the toStringList() function (#1128)
> Added toBooleanList() (#1165)
> Added toFloatList() function (#1016)
> Added toIntegerList() function (#1025)
> Added regression tests for MATCH clause using labels only (#1019)
> Added REGTYPEOID to toString function (#1036)
> Added Dockerfile.dev & move docker-related files to "docker/" (#943)
> Fixed complex MERGE causes crash (#897) (#961)
> Fixed docker build files (#1104)
> Fixed case sensitivity on label usage of reserved keyword (#1040)
> Fixed issue 1000: Indexes created on WHERE (#1133)
> Fixed issue 1002: Invalid reuse of variables in MATCH clause (#1003)
> Fixed issue 1033: access operator on vle edge lists (#1037)
> Fixed issue 1043: ERROR:  container must be an array or object (#1046)
> Fixed issue 1124: Segmentation fault when using specific tables (#1125)
> Fixed issue 395: ERROR: container is not an agtype array (#1039)
> Fixed issue 870: regarding orderability and added regression tests (#994)
> Fixed issue 876: column reference "_age_default_alias_0" is ambiguous
> (#931)
> Fixed issue 975: Invalid reuse of variables in CREATE clause (#977)
> Fixed issue 989: Impossible to create array with > 100 items (#1001)
> Fixed memory leak issues with age_load (#1142)
> Fixed memory leaks in MERGE (merge_edge & merge_vertex) (#958)
> Fixed MERGE crashes due to incorrect label type (#957)
> Fixed MERGE variable reuse (#997)
> Fixed misspellings in many AGE files (#985)
> Fixed warning messages in DockerHub builds. (#1075)
> Modified test_agtypes to view useful testing message (#992)
> Optimised Antlr4ResultHandler initialization (#1169)
> Updated CIs to pull correct image based on branch (#1105)
> Updated files, format, and version information (#1063)
> Updated README.
>
> *
>
> The git tag to be discussed and voted on:
> https://github.com/apache/age/releases/tag/PG13/v1.4.0-rc0
>
> The git commit hash:
> commit 01ccda78ad06186aaba8975dd6d1cf67e91535bc
>
> The release files for 1.4.0, can be found at:
> https://dist.apache.org/repos/dist/dev/age/PG13/1.4.0.rc0/
>
> Signatures used for AGE RCs can be found in this file:
> https://downloads.apache.org/age/KEYS
>
> The fingerprint of key to sign release artifacts:
> 4293 0603 8E35 AC05 4DBB  4B58 26B6 CD9D CD5B 0045
>
> For information about the contents of this release see:
> https://github.com/apache/age/releases/tag/PG13/v1.4.0-rc0
>
> Please verify the above links, files, and signatures in addition to sharing
> your thoughts and feedback and if we can call for a vote.
>
> Thank you for your time.
>
> John Gemignani
>