107
I Use This!
High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
increment build number More... 4 months ago
Prepare for backporting of "Send small blobs inline (PR #8318)". More... 4 months ago
dbb_guid cannot be optional anymore, except dbb being half-initialized More... 4 months ago
Postfix for the dbb_guid movement More... 4 months ago
Fix the assertion More... 4 months ago
increment build number More... 4 months ago
Store (and return via *_LENGTH functions) blob length longer than 4GB. This is only ODS-related change, more will follow later. (#8428) More... 4 months ago
Increase index flags capacity in ODS14 (#8340) More... 4 months ago
ODS14: header page refactoring (#8401) More... 4 months ago
increment build number More... 4 months ago
increment build number More... 4 months ago
Fixed assertion - thanks to Adriano More... 4 months ago
Postfix for #8304: Wrong results using minvalue/maxvalue in join condition. It should fix regression #8440: Firebird 5.0.2 - wrong result for MINVALUE/MAXVALUE with string arguments. More... 4 months ago
Fix gcc warning. More... 4 months ago
Fix #8437 - Segmentation fault when running query with partition by and subquery More... 4 months ago
Addition about sponsorship More... 4 months ago
increment build number More... 4 months ago
Fix implicitly used collations after ALTER DOMAIN (#8434) More... 4 months ago
increment build number More... 4 months ago
Contributors postfix for v5.0.2 More... 4 months ago
Do not allow run concurrent sweep instances (#8320) More... 4 months ago
increment build number More... 4 months ago
Merge pull request #8433 from FirebirdSQL/work/BePlusTree More... 4 months ago
Postfix for #8429: Segfault when already destroyed callback interface is used; more performance optimization More... 4 months ago
Follow @AlexPeshkoff suggestions: removed Allocator from template arguments, removed pointer based ctor in favor of reference based one. More... 4 months ago
Removed never used MallocAllocator and use common FB_NEW_POOL and delete instead of allocate/deallocate. Removed excess "friend class" declarations. NodePtr changed to avoid potential undefined behavior. More... 4 months ago
Replace NULL by nullptr, use uppercase for constants (LeafCount, NodeCount -> LEAF_COUNT, NODE_COUNT) More... 4 months ago
Remove a lot of casts of void* to the ItemList* and NodeList*. Make code friendly for debugging. More... 4 months ago
increment build number More... 4 months ago
Postfix for #8429: Segfault when already destroyed callback interface is used; fixed performance regression More... 4 months ago