1. 6876abc Fix misleading text in README Pre-Installation section (#2470) by mmustafasenoglu · 12 days ago master
  2. 2e4b4ad Fix segfault on DETACH DELETE under RLS with a function-based edge policy (#2475) by Ben · 12 days ago
  3. 22a1dc9 docs: update dead links to age.apache.org/docs and java2s.com/ (#2476) by Thomas Kennedy · 12 days ago
  4. 9fb7df8 Advance master branch to Apache AGE version 1.8.0 (#2455) by John Gemignani · 3 weeks ago
  5. fef5470 Fix installcheck fetch-depth parameter to 100 (#2461) by John Gemignani · 3 weeks ago
  6. 53ecacf Fix segfault on CREATE/MERGE/SET with generated or extra label columns (#2458) by Greg Felice · 3 weeks ago
  7. 39273ca Propagate null through unnest and single() three-valued logic (#2406) by Muhammad Taha Naveed · 3 weeks ago
  8. d84b457 Add automatic header-dependency tracking to the Makefile (#2454) by John Gemignani · 3 weeks ago
  9. c1617a2 ci: pin Build/Regression runner to ubuntu-24.04 and guard Bison version for GLR grammar (#2445) by Greg Felice · 3 weeks ago
  10. 09fce2c Fix segfault and out-of-bounds reads in file loaders on malformed rows (#2453) by Greg Felice · 3 weeks ago
  11. 7bfeb24 Support outer references in reduce() fold bodies (#2448) by John Gemignani · 3 weeks ago
  12. fafdaa1 Fix stack overflow and precision loss in toFloatList() conversion (#2451) by Greg Felice · 3 weeks ago
  13. 5137671 Fix Node.js driver CI build broken by @types/node drift (#2452) by John Gemignani · 4 weeks ago
  14. 54668e1 Preserve null-valued keys in map literals (#2391) (#2412) by Prashant Chinnam · 4 weeks ago
  15. fe48740 Fix single-node labeled pattern expressions not filtering by label (#2443) (#2444) by Greg Felice · 4 weeks ago
  16. 08da2ce Support relationship-type filters and a minimum hop count (#2442) by John Gemignani · 4 weeks ago
  17. ce073ef resolve subgraph staging sequences via regclass (#2446) by John Gemignani · 4 weeks ago
  18. 92e48e9 Add reduce() list folding function (#2435) by John Gemignani · 4 weeks ago
  19. 2bc8e95 Support pattern expressions as boolean expressions (#2360) by Greg Felice · 5 weeks ago
  20. 5abb02f Add shortest_path / all_shortest_paths SRFs (#2430) by John Gemignani · 5 weeks ago
  21. 3cc74a4 cypher_with: add ORDER BY to non-deterministic RETURN queries (#2436) by John Gemignani · 5 weeks ago
  22. 01ea79d Make ag_catalog ownership and built-in resolution explicit (#2440) by John Gemignani · 5 weeks ago
  23. 581d236 Makefile: add installcheck-existing target and improve readability (#2437) by John Gemignani · 5 weeks ago
  24. 34483ef age_global_graph: stabilize regression tests (#2431) by John Gemignani · 5 weeks ago
  25. 932d26f cypher_vle: add ORDER BY to non-deterministic RETURN queries (#2434) by John Gemignani · 5 weeks ago
  26. 310dc3f feature: add create_subgraph() (#2441) by John Gemignani · 5 weeks ago
  27. a17bf45 Make age extension usable from shared_preload_libraries (#2438) by serdarmumcu · 5 weeks ago
  28. 14732bf Fix locale-dependent string comparison in direct_field_access test (#2439) by serdarmumcu · 6 weeks ago
  29. 12e2a31 Fix VLE [*0..N] zero-hop self-binding when edge label is missing (#2382) (#2419) by Prashant Chinnam · 6 weeks ago
  30. 23cbe57 fix: remove pthread_mutex that causes self-deadlock on VLE queries (#2433) by crdv7 · 7 weeks ago
  31. 639c8d5 Restore contsel/contjoinsel for containment & key-existence operators (#2356) (#2417) by Prashant Chinnam · 7 weeks ago
  32. 73d0705 perf: VLE hash-adjacency overhaul — agehash + flat-array VertexEdgeArray (#2421) by John Gemignani · 8 weeks ago
  33. 5a254d6 python driver: preserve trailing quotes in agtype string values (#2425) by Sai Asish Y · 8 weeks ago
  34. 795a881 perf(agtype): arena passthrough + binary-direct id extraction (#2424) by John Gemignani · 8 weeks ago
  35. 5ef7d6d Add vertex and edge composite types with direct field access optimization (#2303) by Muhammad Taha Naveed · 8 weeks ago
  36. f02eda0 perf: VLE terminal-qual rewrite (#2420) by John Gemignani · 8 weeks ago
  37. 9960e9c Add agtype <-> jsonb bidirectional casts (#350) (#2361) by Greg Felice · 2 months ago
  38. 01ee941 feat(python-driver): add public API for connection pooling and model dict conversion (#2374) by Ueslei Lima · 2 months ago
  39. a1b749a Fix upgrade test: allow function removal (#2422) by John Gemignani · 3 months ago
  40. e9ef30b Zero-initialize parent_cpstate in analyze_cypher (#2423) by Hari Krishna Sunder · 3 months ago
  41. 54e19fa Fix upgrade test: replace data-integrity checks with catalog comparison (#2403) by John Gemignani · 3 months ago
  42. ff47828 Allow safe Cypher reserved keywords in alias positions (#2355) (#2415) by Prashant Chinnam · 3 months ago
  43. 774e781 Propagate null through agtype arithmetic operators (#2405) by Muhammad Taha Naveed · 3 months ago
  44. 22f4c94 Update README.md (#2414) by Prashant Chinnam · 3 months ago
  45. 9f9d0f3 Add VLE semantics and cost model design note (#2349) (#2413) by Greg Felice · 3 months ago
  46. 5a74048 Fix property access on list comprehension / predicate loop variables (#2402) by Muhammad Taha Naveed · 3 months ago
  47. 84e2954 Add MERGE ON CREATE SET / ON MATCH SET support (#2347) by Greg Felice · 3 months ago
  48. 6f520fe Propagate null in agtype_access_slice bounds (#2400) by Sai Asish Y · 3 months ago
  49. 798917c VLE cache + performance improvements (#2376) by John Gemignani · 3 months ago
  50. ee25e2a CI: fail build on compiler and bison warnings (#2398) by Muhammad Taha Naveed · 3 months ago
  51. 26bd4f4 fix(python-driver): add null-guards in ANTLR parser and relax runtime version pin (#2372) by Ueslei Lima · 3 months ago
  52. 908d7b2 Return an empty list from tail() for empty and singleton lists (#2399) by Sai Asish Y · 3 months ago
  53. 6c40838 Fix substring() crash when start-offset is NULL and length is supplied (#2401) by Sai Asish Y · 3 months ago
  54. bdc8b6d fix(python-driver): quote-escape column aliases in buildCypher() (#2373) by Ueslei Lima · 3 months ago
  55. 4f9db37 Implement predicate functions: all(), any(), none(), single() (#2359) by Greg Felice · 3 months ago
  56. 15030a0 Fix OPTIONAL MATCH dropping null-preserving rows with subquery WHERE (#2380) by Greg Felice · 3 months ago
  57. ce50045 Python driver: Add `skip_load` parameter to skip `LOAD 'age'` statement (#2366) by Ueslei Lima · 3 months ago
  58. f1a9b1d Fix upgrade test: build default install SQL from HEAD, not initial commit (#2397) by John Gemignani · 3 months ago
  59. 1847644 Improve extension upgrade regression test (addendum to #2364) (#2377) by John Gemignani · 3 months ago
  60. 945a259 Add missing include for PR: Add index scan (#2351) (#2379) by John Gemignani · 3 months ago
  61. b3a00ee Add index scan (#2351) by a_bondar · 3 months ago
  62. d6f1b7f Fix MATCH on brand-new label after CREATE returning 0 rows (#2341) by Greg Felice · 4 months ago
  63. a29e281 Fix nondeterministic age_global_graph regression test (#2365) by John Gemignani · 4 months ago
  64. 90c33eb Add extension upgrade template regression test (#2364) by John Gemignani · 4 months ago
  65. 23146a4 Fix crash in PREPARE with property parameter when enable_containment is off (#2339) by Greg Felice · 5 months ago
  66. d0741d8 Fix entity_exists() CID visibility for CREATE + WITH + MERGE (#2343) by Greg Felice · 5 months ago
  67. a21120b Support doubled-quote escaping in Cypher string literals (issue #2222) (#2342) by Greg Felice · 5 months ago
  68. 217467a Fix MATCH after CREATE returning 0 rows (issue #2308) (#2340) by Greg Felice · 5 months ago
  69. 20ada84 Fix chained MERGE not seeing sibling MERGE's changes (#1446) (#2344) by Greg Felice · 5 months ago
  70. 346f319 Fix VLE queries failing on read-only replicas (#2160) (#2345) by Greg Felice · 5 months ago
  71. 5005c21 Fix VLE NULL handling for chained OPTIONAL MATCH (#2337) by Greg Felice · 5 months ago
  72. 55476ad fix incorrect variable assignment (#2336) by John Gemignani · 5 months ago
  73. 3c4d9cc Remove labeler github action (#2335) by Muhammad Taha Naveed · 5 months ago
  74. fa91350 Fix ISO C90 forbids mixed declarations and code warning (#2334) by John Gemignani · 5 months ago
  75. 0c9a527 Fix null pointer handling in array iteration (#2313) by Maxim Korotkov · 5 months ago
  76. 77a16ec Fix security vulnerabilities in Node.js driver (#2329) by John Gemignani · 5 months ago
  77. 5f5b744 Update python-driver security and formatting (#2330) by John Gemignani · 5 months ago
  78. 887564d Fix JDBC driver CI test failures (#2333) by John Gemignani · 5 months ago
  79. 5fe2121 Add pg_upgrade support functions for PostgreSQL (#2326) by John Gemignani · 6 months ago
  80. 858747c Advance master branch to Apache AGE version 1.7.0 (#2316) by John Gemignani · 6 months ago
  81. 6287af8 Fix upgrade script for 1.6.0 to 1.7.0 (#2320) by Muhammad Taha Naveed · 6 months ago
  82. b3219fd Master to PostgreSQL version 18 (#2315) by John Gemignani · 6 months ago
  83. 1702ae0 Add RLS support and fix permission checks (#2309) by Muhammad Taha Naveed · 6 months ago
  84. b29ca5e Replace libcsv with pg COPY for csv loading (#2310) by Muhammad Taha Naveed · 6 months ago
  85. 56a92d8 Fix Issue 1884: Ambiguous column reference (#2306) by John Gemignani · 6 months ago
  86. 8bdeec5 Upgrade Jest to v29 for node: protocol compatibility (#2307) by John Gemignani · 6 months ago
  87. b9d0982 Optimize vertex/edge field access with direct array indexing (#2302) by John Gemignani · 6 months ago
  88. c979380 feat: Add 32-bit platform support for graphid type (#2286) by Jean-Paul Abbuehl · 7 months ago
  89. a1f472d Fix and improve index.sql addendum (#2301) by John Gemignani · 7 months ago
  90. 7beb653 Fix and improve index.sql regression test coverage (#2300) by John Gemignani · 7 months ago
  91. 2e8f7ab Fix Issue 2289: handle empty list in IN expression (#2294) by John Gemignani · 7 months ago
  92. 4eeceab Revise README for Python driver updates (#2298) by M15terHyde · 7 months ago
  93. dd6deb7 Makefile: fix race condition on cypher_gram_def.h (#2273) by Arthur Nascimento · 7 months ago
  94. 48fca83 Restrict age_load commands (#2274) by John Gemignani · 7 months ago
  95. 838926c Migrate python driver configuration to pyproject.toml (#2272) by Muhammad Taha Naveed · 8 months ago
  96. 1bb95bf Convert string to raw string to remove invalid escape sequence warning (#2267) by jsell-rh · 8 months ago
  97. 91de779 Update grammar file for maintainability (#2270) by John Gemignani · 8 months ago
  98. 898481a Fix ORDER BY alias resolution with AS in Cypher queries (#2269) by John Gemignani · 8 months ago
  99. 0ea9464 Fix possible memory and file descriptors leaks (#2258) by Aleksey Konovkin · 8 months ago
  100. fa9973a Adjust 'could not find rte for' ERROR message (#2266) by John Gemignani · 8 months ago