<b>5.0.5.1837</b>
Vlad Khorsun 2026.07.02 14:27:27
Restore GC by create index scan.
Adjust index GC to not remove keys that was never put into index.
Fixed potential memory leak when create index scan throws error.
Fixed idex GC for conditional indices: when going key satisfy condition and same staying key not satisfy condition - such key was not removed.
Some comments and misc changed.

Changed paths:
  M src/jrd/btr.cpp
  M src/jrd/btr.h
  M src/jrd/idx.cpp
  M src/jrd/jrd.h