1. bb704ac Add missing dependency in cypher_expr.c (#1256) by Dehowe Feng · 3 days ago master
  2. 7e3b501 Update Discord channel in README.md (#1253) by Shubham Yadav · 4 days ago
  3. 85b41b0 Refactor the IN operator to use '= ANY()' syntax (#1236) by Dehowe Feng · 5 days ago
  4. c171573 Update the Python Driver (#1246) by Dehowe Feng · 9 days ago
  5. dc82449 Add path extraction(#>, #>>)operators to agtype (#1224) by Zainab Saad · 12 days ago PG16
  6. 10903b9 Add additional index support and performance enhancements (#1232) by John Gemignani · 13 days ago
  7. a04fd69 Add exist(?, ?|, ?&) operators for agtype (#1218) by Muhammad Taha Naveed · 3 weeks ago
  8. b188938 Add concat || operator to agtype (#1198) by Zainab Saad · 3 weeks ago
  9. 5ceb961 Fix Issue#1159: Server terminates for SET plus-equal (#1160) by Zainab Saad · 4 weeks ago
  10. d9bc216 Removed unnecessary assignment (#1185) by Rafsun Masud · 5 weeks ago
  11. 0e2c003 Update files for Apache AGE release 1.4.0 (#1194) by John Gemignani · 5 weeks ago
  12. 90e0d16 Minor fix in `agtype_volatile_wrapper` function (#1172) by Wendel de Lana · 6 weeks ago
  13. 3899f68 py_driver : optimised Antlr4ResultHandler to improve time (#1107) by Moontasir Mahmood · 6 weeks ago
  14. eb29e00 Implemented the toBooleanList() function (#1014) by Matheus Farias de Oliveira Matsumoto · 6 weeks ago
  15. 6ea4f3e Add auto apply labeler workflow for PRs (#1161) by Muhammad Taha Naveed · 6 weeks ago
  16. b4574f5 Update README to add correct PG versions (#1145) by Rafsun Masud · 7 weeks ago
  17. 1a41b80 Fix memory leak issues with age_load (#1144) by Rafsun Masud · 7 weeks ago
  18. f88e6d1 Master to PostgreSQL version 15 (#1123) by John Gemignani · 7 weeks ago
  19. 7632208 Fix issue 1000: Indexes created on WHERE (#1133) by John Gemignani · 7 weeks ago
  20. cfec4b9 Added the toStringList() function (#1128) by Marcos Silva · 7 weeks ago
  21. 0b9a272 Fix issue 1124: Segmentation fault when using specific tables (#1125) by John Gemignani · 8 weeks ago
  22. 4274f10 Added the toStringList() function (#1084) by Marcos Silva · 8 weeks ago
  23. 20fcc1d Update CIs to pull correct image based on branch (#1105) by Muhammad Taha Naveed · 10 weeks ago
  24. 7d05a8e Fix docker build files (#1104) by Muhammad Taha Naveed · 10 weeks ago
  25. 18456b3 UNDO Dockerfile change (#1099) by John Gemignani · 10 weeks ago
  26. 5364a2a Add installcheck to Dockerfile (#1098) by John Gemignani · 10 weeks ago
  27. 6059abe Update files causing warning messages in DockerHub builds part 2 (#1097) by John Gemignani · 10 weeks ago
  28. 33095fa Update files causing warning messages in DockerHub builds (#1095) by John Gemignani · 10 weeks ago
  29. 0acf9c3 Temporary fix PR for CI jobs (#1089) by John Gemignani · 10 weeks ago
  30. fd70d0a Master to PostgreSQL version 14 (#1081) by John Gemignani · 10 weeks ago
  31. eeafb0a Fixed case sensitivity on label usage of reserved keyword (#1040) by Panagiotis Foliadis · 2 months ago
  32. d684cd5 Update files, format, and version information (#1063) by John Gemignani · 2 months ago
  33. a31408e Hotfix for Dockerfile #3 by John Gemignani · 2 months ago
  34. 5540792 Hotfix for Dockerfile #2 by John Gemignani · 2 months ago
  35. b2999c9 Hotfix for Dockerfile by John Gemignani · 2 months ago
  36. 10fe47c docker: add Dockerfile.dev & move docker-related files to "docker/" (#943) by Panagiotis Foliadis · 2 months ago
  37. f41f6da added toIntegerList() function (#1025) by Marcos Silva · 3 months ago
  38. 256df9c added toFloatList() function (#1016) by Marcos Silva · 3 months ago
  39. 4e26265 Fix issue 1043: ERROR: container must be an array or object (#1046) by John Gemignani · 3 months ago
  40. 5971374 Fix issue 395: ERROR: container is not an agtype array (#1039) by John Gemignani · 3 months ago
  41. ad06df0 Fix issue 1033: access operator on vle edge lists (#1037) by John Gemignani · 3 months ago
  42. f59f9e4 Add REGTYPEOID to toString function (#1036) by John Gemignani · 3 months ago
  43. f485846 Merge PG13 (version 1.3.0) into the master branch (#1022) by John Gemignani · 3 months ago
  44. b3e97a3 Issue # 1007 - Add regression tests for MATCH clause using labels only (#1019) by Zainab Saad · 3 months ago
  45. c075703 Merge branch PG12 (version 1.3.0) into the master branch. (#1015) by John Gemignani · 3 months ago
  46. 88ead70 [AGE agtype_util.c] Fix issue #870 regarding orderability and added regression tests (#994) by Bhaskar Sharma · 3 months ago
  47. d3a3bd5 Fix misspellings in many AGE files (#985) by Josh Soref · 3 months ago
  48. 0ab0ebb Fix issue #1002 Invalid reuse of variables in MATCH clause (#1003) by Muhammad Taha Naveed · 3 months ago
  49. 6e314e8 Fix issue #989: Impossible to create array with > 100 items (#1001) by John Gemignani · 3 months ago
  50. 75a0e43 Fix MERGE variable reuse (#997) by John Gemignani · 3 months ago
  51. 1c29317 Made changes to the readme.md file i.e. Aligned logo and modified titles (#976) by Rahimullah Shaheen · 3 months ago
  52. 986f478 Added License in Python Driver README.md (#956) by Fahad Zaheer · 4 months ago
  53. 9c30331 Modified test_agtypes to view useful testing message (#992) by Moontasir Mahmood · 4 months ago
  54. e22c5ac Fix issue #975 Invalid reuse of variables in CREATE clause (#977) by Muhammad Taha Naveed · 4 months ago
  55. 69c275e Fix complex MERGE causes crash (#897) (#961) by John Gemignani · 4 months ago
  56. 5d9017b Fix memory leaks in MERGE (merge_edge & merge_vertex) (#958) by John Gemignani · 4 months ago
  57. 9d06d50 Fix MERGE crashes due to incorrect label type (#957) by John Gemignani · 4 months ago
  58. 27d4375 Fix issue #876 - column reference "_age_default_alias_0" is ambiguous (#931) by Muhammad Taha Naveed · 4 months ago
  59. b7a28a1 Update file for PG11 AGE release to 1.3.0 by John Gemignani · 5 months ago
  60. ca7e174 Fix CASE and boolean typecasting in WHEN... THEN (#914) by Dehowe Feng · 5 months ago
  61. 9df285a Fix multiple label name usage in reused variables (#916) by John Gemignani · 5 months ago
  62. 52bfe9b Remove implicit casting from int to bool (#923) by Zainab Saad · 5 months ago
  63. e31f470 Changed author name and email (#922) by Moontasir Mahmood · 5 months ago
  64. a43002a Added string to pg_float8 typecasting (#895) by mohayu22 · 5 months ago
  65. 87f8601 Typecast bool to integer and vice versa (#905) by Zainab Saad · 5 months ago
  66. 15b12d8 Fix issue #883 - operator does not exist: @> agtype (#901) by Muhammad Taha Naveed · 5 months ago
  67. 68e7524 Fix SET bug, issue #899 (#904) by John Gemignani · 5 months ago
  68. b50a5cf Fix issue #898 - Crash on property access of node in same MATCH (#903) by Muhammad Taha Naveed · 5 months ago
  69. e8322ea Updated the module import statement for python driver sample (#900) by Fahad Zaheer · 5 months ago
  70. b0c9e9c Moved create_empty_agtype out of loops (#888) by mohayu22 · 5 months ago
  71. ffa0f76 Updated README.md; Grammar correction (#742) by Ken Woon · 5 months ago
  72. a485844 Fix issue #878 - unrecognized node type error (#889) by Muhammad Taha Naveed · 5 months ago
  73. d0323f9 Cast bool to pg_bigint (#827) by Zainab-Saad · 5 months ago
  74. 19c05ae Update jdbc driver and workflows (#861) by Muhammad Taha Naveed · 5 months ago
  75. 3182b61 Fixed indentation of vertexExp (#850) by rrrohamed · 5 months ago
  76. 9188a64 Fix reuse of variable with label constraint (#840) by Muhammad Taha Naveed · 5 months ago
  77. 083f683 Updated test_age_py - Added missing assert statements to tests - Gave titles to tests (#833) by safi50 · 5 months ago
  78. 2e3f838 Introduce age_pi and age_rand functions and related updates (#823) by mohayu22 · 5 months ago
  79. 2c8a0bc Update Quickstart section (#731) by Zainab-Saad · 5 months ago
  80. 3120bcb Update README.md (#727) by Ken Woon · 5 months ago
  81. 5819375 Add optional argument for python driver unitTest (#814) by Moontasir Mahmood · 5 months ago
  82. f35f343 ADD: Generation of Parser & Lexer AND installer (#714) by Arunabh Das · 5 months ago
  83. 871bcd3 Fixed typos mainly in comments (#750) by Panagiotis Foliadis · 6 months ago
  84. 467e207 Update readme and version for python driver (#780) by Muhammad Taha Naveed · 6 months ago
  85. a84c039 Include invalid labels in reused variables. (#751) (#762) by Dehowe Feng · 6 months ago
  86. 86d3b82 Fix python driver CI (#760) by Muhammad Taha Naveed · 6 months ago
  87. b7fc389 Update CIs to pull age image from corresponding pg version tag (#757) by Muhammad Taha Naveed · 6 months ago
  88. 0ef2dc2 Fix property constraints against resolved variables (#724) (#751) by John Gemignani · 6 months ago
  89. d0c91c6 Merge branch 'master' of https://github.com/apache/age by John Gemignani · 7 months ago
  90. 1a70328 Fix property constraints against resolved variables in concurrent MATCH clauses(#701) (#747) by John Gemignani · 7 months ago
  91. 68e3b5a Remove check for scalar agtypes in unwind (#736) by Muhammad Taha Naveed · 7 months ago
  92. 0822093 Prevent MATCH from following OPTIONAL MATCH (#740) by Dehowe Feng · 7 months ago
  93. 89feda1 Fix issue #733 - create_complete_graph() terminates the server (#734) by Muhammad Taha Naveed · 7 months ago
  94. 9dbdde9 Update regression tests for cypher_with (#725) by Muhammad Taha Naveed · 7 months ago
  95. ef82b9d Implemented CI test for nodejs driver (#720) by Muhammad Taha Naveed · 7 months ago
  96. 4c8ee36 Fix Issue #693 - server termination from return exists(path) (#721) by Muhammad Taha Naveed · 7 months ago
  97. 8d1febe Fix cypher function input argument checks (issue #718) by John Gemignani · 7 months ago
  98. 1b226ef Barbell regress tests (#708) by Marco Aurélio Silva de Souza Júnior · 7 months ago
  99. 88c44b9 Implement isEmpty() predicate function (#710) by Muhammad Taha Naveed · 7 months ago
  100. 4817bfb Fix WITH ignoring WHERE clause (#646) by Muhammad Taha Naveed · 7 months ago