1. 14732bf Fix locale-dependent string comparison in direct_field_access test (#2439) by serdarmumcu · 7 hours ago master
  2. 12e2a31 Fix VLE [*0..N] zero-hop self-binding when edge label is missing (#2382) (#2419) by Prashant Chinnam · 14 hours ago
  3. 23cbe57 fix: remove pthread_mutex that causes self-deadlock on VLE queries (#2433) by crdv7 · 2 days ago
  4. 639c8d5 Restore contsel/contjoinsel for containment & key-existence operators (#2356) (#2417) by Prashant Chinnam · 3 days ago
  5. 73d0705 perf: VLE hash-adjacency overhaul — agehash + flat-array VertexEdgeArray (#2421) by John Gemignani · 9 days ago
  6. 5a254d6 python driver: preserve trailing quotes in agtype string values (#2425) by Sai Asish Y · 10 days ago
  7. 795a881 perf(agtype): arena passthrough + binary-direct id extraction (#2424) by John Gemignani · 10 days ago
  8. 5ef7d6d Add vertex and edge composite types with direct field access optimization (#2303) by Muhammad Taha Naveed · 10 days ago
  9. f02eda0 perf: VLE terminal-qual rewrite (#2420) by John Gemignani · 11 days ago
  10. 9960e9c Add agtype <-> jsonb bidirectional casts (#350) (#2361) by Greg Felice · 4 weeks ago
  11. 01ee941 feat(python-driver): add public API for connection pooling and model dict conversion (#2374) by Ueslei Lima · 4 weeks ago
  12. a1b749a Fix upgrade test: allow function removal (#2422) by John Gemignani · 5 weeks ago
  13. e9ef30b Zero-initialize parent_cpstate in analyze_cypher (#2423) by Hari Krishna Sunder · 5 weeks ago
  14. 54e19fa Fix upgrade test: replace data-integrity checks with catalog comparison (#2403) by John Gemignani · 6 weeks ago
  15. ff47828 Allow safe Cypher reserved keywords in alias positions (#2355) (#2415) by Prashant Chinnam · 6 weeks ago
  16. 774e781 Propagate null through agtype arithmetic operators (#2405) by Muhammad Taha Naveed · 6 weeks ago
  17. 22f4c94 Update README.md (#2414) by Prashant Chinnam · 6 weeks ago
  18. 9f9d0f3 Add VLE semantics and cost model design note (#2349) (#2413) by Greg Felice · 7 weeks ago
  19. 5a74048 Fix property access on list comprehension / predicate loop variables (#2402) by Muhammad Taha Naveed · 7 weeks ago
  20. 84e2954 Add MERGE ON CREATE SET / ON MATCH SET support (#2347) by Greg Felice · 7 weeks ago
  21. 6f520fe Propagate null in agtype_access_slice bounds (#2400) by Sai Asish Y · 7 weeks ago
  22. 798917c VLE cache + performance improvements (#2376) by John Gemignani · 7 weeks ago
  23. ee25e2a CI: fail build on compiler and bison warnings (#2398) by Muhammad Taha Naveed · 8 weeks ago
  24. 26bd4f4 fix(python-driver): add null-guards in ANTLR parser and relax runtime version pin (#2372) by Ueslei Lima · 8 weeks ago
  25. 908d7b2 Return an empty list from tail() for empty and singleton lists (#2399) by Sai Asish Y · 8 weeks ago
  26. 6c40838 Fix substring() crash when start-offset is NULL and length is supplied (#2401) by Sai Asish Y · 8 weeks ago
  27. bdc8b6d fix(python-driver): quote-escape column aliases in buildCypher() (#2373) by Ueslei Lima · 8 weeks ago
  28. 4f9db37 Implement predicate functions: all(), any(), none(), single() (#2359) by Greg Felice · 8 weeks ago
  29. 15030a0 Fix OPTIONAL MATCH dropping null-preserving rows with subquery WHERE (#2380) by Greg Felice · 8 weeks ago
  30. ce50045 Python driver: Add `skip_load` parameter to skip `LOAD 'age'` statement (#2366) by Ueslei Lima · 8 weeks ago
  31. f1a9b1d Fix upgrade test: build default install SQL from HEAD, not initial commit (#2397) by John Gemignani · 8 weeks ago
  32. 1847644 Improve extension upgrade regression test (addendum to #2364) (#2377) by John Gemignani · 8 weeks ago
  33. 945a259 Add missing include for PR: Add index scan (#2351) (#2379) by John Gemignani · 8 weeks ago
  34. b3a00ee Add index scan (#2351) by a_bondar · 8 weeks ago
  35. d6f1b7f Fix MATCH on brand-new label after CREATE returning 0 rows (#2341) by Greg Felice · 10 weeks ago
  36. a29e281 Fix nondeterministic age_global_graph regression test (#2365) by John Gemignani · 10 weeks ago
  37. 90c33eb Add extension upgrade template regression test (#2364) by John Gemignani · 10 weeks ago
  38. 23146a4 Fix crash in PREPARE with property parameter when enable_containment is off (#2339) by Greg Felice · 3 months ago
  39. d0741d8 Fix entity_exists() CID visibility for CREATE + WITH + MERGE (#2343) by Greg Felice · 3 months ago
  40. a21120b Support doubled-quote escaping in Cypher string literals (issue #2222) (#2342) by Greg Felice · 3 months ago
  41. 217467a Fix MATCH after CREATE returning 0 rows (issue #2308) (#2340) by Greg Felice · 3 months ago
  42. 20ada84 Fix chained MERGE not seeing sibling MERGE's changes (#1446) (#2344) by Greg Felice · 3 months ago
  43. 346f319 Fix VLE queries failing on read-only replicas (#2160) (#2345) by Greg Felice · 4 months ago
  44. 5005c21 Fix VLE NULL handling for chained OPTIONAL MATCH (#2337) by Greg Felice · 4 months ago
  45. 55476ad fix incorrect variable assignment (#2336) by John Gemignani · 4 months ago
  46. 3c4d9cc Remove labeler github action (#2335) by Muhammad Taha Naveed · 4 months ago
  47. fa91350 Fix ISO C90 forbids mixed declarations and code warning (#2334) by John Gemignani · 4 months ago
  48. 0c9a527 Fix null pointer handling in array iteration (#2313) by Maxim Korotkov · 4 months ago
  49. 77a16ec Fix security vulnerabilities in Node.js driver (#2329) by John Gemignani · 4 months ago
  50. 5f5b744 Update python-driver security and formatting (#2330) by John Gemignani · 4 months ago
  51. 887564d Fix JDBC driver CI test failures (#2333) by John Gemignani · 4 months ago
  52. 5fe2121 Add pg_upgrade support functions for PostgreSQL (#2326) by John Gemignani · 4 months ago
  53. 858747c Advance master branch to Apache AGE version 1.7.0 (#2316) by John Gemignani · 5 months ago
  54. 6287af8 Fix upgrade script for 1.6.0 to 1.7.0 (#2320) by Muhammad Taha Naveed · 5 months ago
  55. b3219fd Master to PostgreSQL version 18 (#2315) by John Gemignani · 5 months ago
  56. 1702ae0 Add RLS support and fix permission checks (#2309) by Muhammad Taha Naveed · 5 months ago
  57. b29ca5e Replace libcsv with pg COPY for csv loading (#2310) by Muhammad Taha Naveed · 5 months ago
  58. 56a92d8 Fix Issue 1884: Ambiguous column reference (#2306) by John Gemignani · 5 months ago
  59. 8bdeec5 Upgrade Jest to v29 for node: protocol compatibility (#2307) by John Gemignani · 5 months ago
  60. b9d0982 Optimize vertex/edge field access with direct array indexing (#2302) by John Gemignani · 5 months ago
  61. c979380 feat: Add 32-bit platform support for graphid type (#2286) by Jean-Paul Abbuehl · 5 months ago
  62. a1f472d Fix and improve index.sql addendum (#2301) by John Gemignani · 5 months ago
  63. 7beb653 Fix and improve index.sql regression test coverage (#2300) by John Gemignani · 5 months ago
  64. 2e8f7ab Fix Issue 2289: handle empty list in IN expression (#2294) by John Gemignani · 5 months ago
  65. 4eeceab Revise README for Python driver updates (#2298) by M15terHyde · 5 months ago
  66. dd6deb7 Makefile: fix race condition on cypher_gram_def.h (#2273) by Arthur Nascimento · 5 months ago
  67. 48fca83 Restrict age_load commands (#2274) by John Gemignani · 6 months ago
  68. 838926c Migrate python driver configuration to pyproject.toml (#2272) by Muhammad Taha Naveed · 6 months ago
  69. 1bb95bf Convert string to raw string to remove invalid escape sequence warning (#2267) by jsell-rh · 6 months ago
  70. 91de779 Update grammar file for maintainability (#2270) by John Gemignani · 6 months ago
  71. 898481a Fix ORDER BY alias resolution with AS in Cypher queries (#2269) by John Gemignani · 6 months ago
  72. 0ea9464 Fix possible memory and file descriptors leaks (#2258) by Aleksey Konovkin · 6 months ago
  73. fa9973a Adjust 'could not find rte for' ERROR message (#2266) by John Gemignani · 6 months ago
  74. 26f748c Fix Issue 2256: segmentation fault when calling coalesce function (#2259) by John Gemignani · 6 months ago
  75. 5aed9ec Add index on id columns (#2117) by Muhammad Taha Naveed · 6 months ago
  76. 571c198 Fix issue 2245 - Creating more than 41 vlabels causes crash in drop_graph (#2248) by John Gemignani · 7 months ago
  77. 190354c Fix issue 2243 - Regression in string concatenation (#2244) by John Gemignani · 7 months ago
  78. ec45734 Add fast functions for checking edge uniqueness (#2227) by John Gemignani · 8 months ago
  79. 9c370f4 Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 in /drivers/golang (#2212) by dependabot[bot] · 9 months ago
  80. 652aa06 Update branch security (#2219) by John Gemignani · 9 months ago
  81. 94770a6 Fix issue with CALL/YIELD for user defined and qualified functions. (#2217) by John Gemignani · 9 months ago
  82. 1afd9fb Fix upgrade script for 1.5.0 to 1.6.0 (#2210) by Muhammad Taha Naveed · 9 months ago
  83. 4cc02ad Advance master branch to Apache AGE version 1.6.0 (#2196) by John Gemignani · 10 months ago
  84. 7aa2d88 fix issue 2205: left doesn't catch overflow (#2207) by John Gemignani · 10 months ago
  85. 2803ffa Fix issue 2201: unexpected empty string behavior (#2203) by John Gemignani · 10 months ago
  86. c21f065 Add missing dependency in jdbc driver (#2206) by Muhammad Taha Naveed · 10 months ago
  87. d336d6d Master to PostgreSQL version 17 (#2197) by John Gemignani · 10 months ago
  88. 1277b82 Add support for operators in cypher query (#2172) by Muhammad Taha Naveed · 11 months ago
  89. 1251096 Reimplement list comprehension (#2169) by Muhammad Taha Naveed · 1 year ago
  90. 3f873e3 Update labeler.yml (#2186) by John Gemignani · 1 year ago
  91. 7ae3081 Fix issue with the CI build and labeler (#2183) by John Gemignani · 1 year ago
  92. 04bde30 Fix CSV import for edge with one property (#2175) by Moontasir Mahmood · 1 year, 1 month ago
  93. 23f3e87 Remove stale bot and update .asf.yaml settings (#2171) by Muhammad Taha Naveed · 1 year, 1 month ago
  94. 50422cb Prevent object access hook from accesing not installed namespace (#2161) by Andrey Borodin · 1 year, 1 month ago
  95. 2d2b854 Fix CI build errors caused by missing dependencies (#2163) by Muhammad Taha Naveed · 1 year, 1 month ago
  96. c75d9e4 Adjust repository settings (#2119) by John Gemignani · 1 year, 9 months ago
  97. 3247728 Add support for external extensions (#2088) by Muhammad Taha Naveed · 1 year, 9 months ago
  98. bd7dd4c Fix issue 2093: pfree() called with a NULL pointer (#2095) by John Gemignani · 1 year, 9 months ago
  99. 0f0d9be Fix issue 1955 - List comprehension in WHERE clause (#2094) by Muhammad Taha Naveed · 1 year, 9 months ago
  100. c3d658d Add support for fuzzystrmatch and other external extensions (#2083) by John Gemignani · 1 year, 9 months ago