]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2023-07-07  drhProof of concept for a new sqlite3_function_needed... need-function
2023-07-07  drhFor the "Valgrind" test scenario, set LONGDOUBLE_TYPE...
2023-07-07  drhAdd option 2 to SQLITE_TESTCTRL_USELONGDOUBLE to move...
2023-07-06  drhImproved handling of integer inputs to the new sum...
2023-07-06  drhA more precise implementation of sqlite3RealToI64().
2023-07-06  drhFix octet_length() test cases so that they work when...
2023-07-06  drhUse the Kahan-Babushka-Neumaier algorithm to improve...
2023-07-06  drhFix minor inaccuracies in the new sum() algorithm. kahan-babuska-neumaier-summation
2023-07-06  drhExperimental attempt to boost the accuracy of sum(...
2023-07-06  drhUse "volatile" isntead of "#pragma" to get floating...
2023-07-05  drhThis is alternative work-around for the x86 float-point... fix-dekker-with-volatile
2023-07-05  drhImproved comments on the work-around to the GCC x86...
2023-07-05  drhWork around for an apparent GCC bug. See
2023-07-05  drhMake the order of operations explicit for the error...
2023-07-05  drhSimplification of the dekkerMul2() subroutine.
2023-07-05  drhAdd the ieee754_inc(r,N) function to the ieee754.c...
2023-07-03  drhEnhance the sqlite3AtoF() function so that it can opera...
2023-07-03  drhEnhance sqlite3AtoF() so that it honors the USELONGDOUB... fp-to-decimal-refactor
2023-07-03  drhStore the fp-speed-1.c test program used to measure...
2023-07-03  drhAdd the --nolongdouble option to speedtest1.c.
2023-07-03  drhImproved precision of binary-to-decimal conversion...
2023-07-03  drhWhether or not to use the long-double floating point...
2023-07-03  drhNew test cases for floating-point conversions.
2023-07-03  drhUse Dekker double-precision floating point to do the...
2023-07-03  drhFinal clean-up of the idea of using Dekker double-preci... fp-to-decimal-branch1
2023-07-03  drhSqueeze as many bits as we can out of normalization.
2023-07-03  drhFaster Dekker multiplication that removes the restricti...
2023-07-03  drhFix one constant in the normalization logic. Improved...
2023-07-03  drhReplace the dodgy error estimating logic in the previou...
2023-07-03  drhAn idea for improving accuracy of fp-to-decimal convers...
2023-07-01  drhThis check-in adds the use of "long double" to sqlite3F...
2023-07-01  drhReinstate the fpdecode() SQL function for testing,...
2023-07-01  drhImproved rounding policy.
2023-07-01  drhImproved response to Infinity and NaN. Remove the...
2023-07-01  drhProgress towards fixing corner-case floating-point...
2023-06-30  drhFix an issue with the "+" attribute in printf().
2023-06-30  drhBegin cutting over sqlite3FpDecode() into printf()...
2023-06-30  drhAdd decimal rounding to the sqlite3FpDecode() routine.
2023-06-30  drhExperiments with a new algorithm for converting ieee...
2023-06-30  danAdd support for sqlite3_stmt_scanstatus_v2() profiling...
2023-06-30  danImprove support for sqlite3_stmt_scanstatus_v2() profil...
2023-06-30  danAdd support for sqlite3_stmt_scanstatus_v2() profiling...
2023-06-30  danAdd extra debugging code for sqlite3_stmt_scanstatus_v2...
2023-06-30  drhCompletely unwind the enhanced precision sum() from...
2023-06-30  drhOmit the doubleToReal() function in vdbemem.c. Use the
2023-06-30  drhMake the sum() function less precise and slower in...
2023-06-29  drhCleanup and commenting of the new DECIMAL extension...
2023-06-29  drhEnhancements to the DECIMAL extension:
2023-06-29  drhFix harmless compiler warnings about unused function...
2023-06-29  drhImprove the range of floating-point numbers that can...
2023-06-29  drhFurther refine the dtostr() testing function in the...
2023-06-29  drhChange the (undocumented) dtostr() SQL function in...
2023-06-29  drhAdd the decimal_sci(X) function to the Decimal extensio...
2023-06-29  drhCLI enhancements to facilitate SQLite core testing:
2023-06-28  drhEnhance the SUM() aggregate (and related AVG() and...
2023-06-28  drhImproved accuracy of floating-point conversion constant...
2023-06-26  drhSimple test cases for the enhanced SUM() function. extended-precision-fp
2023-06-26  drhUse ideas from T. J. Dekker in "A Floating-Point Techni...
2023-06-26  larrybrFix CLI .sha3sum error message for keyword identifiers...
2023-06-26  stephanReplace some JS 'self' references with 'globalThis...
2023-06-25  drhFix typo in the README.md file.
2023-06-23  drhAdd support for the octet_length() SQL function, with...
2023-06-22  drhOptimize the argument to the octet_length() function... octet_length
2023-06-22  drhbasic test cases for octet_length().
2023-06-22  drhMerge recent trunk enhancements into the octet_length...
2023-06-22  drhSimplification to the getAndInitPage() routine that...
2023-06-21  drhImproved comment on the getAndInitPage() in btree.c...
2023-06-21  drhAdd the --pcachetrace option to the CLI.
2023-06-20  drhOmit unnecessary calls to table locking routines in...
2023-06-20  drhAvoid unnecessary calls to sqlite3DeleteTable() with...
2023-06-20  drhAvoid unnecessary calls to sqlite3CodeRowTrigger().
2023-06-20  drhPerformance optimization in sqlite3VdbeAddOp4Int().
2023-06-19  drhAvoid unnecessary NULL pointer checks on calls to sqlit...
2023-06-19  drhSmall performance improvement and size reduction by...
2023-06-19  drhFix large integer constants so that they work on older...
2023-06-17  drhFix harmless compiler warnings that show up on 32-bit...
2023-06-17  drhIn date/time functions, fix the rendering of "subsecond...
2023-06-16  drhAddress various harmless compiler warnings from
2023-06-16  drhFix the pager such that if the xOpen() message sends...
2023-06-15  drhUpdates to the README.md file.
2023-06-15  drhFix harmless typo in a comment.
2023-06-14  drhWork around what appears to be a GCC 32-bit optimizatio...
2023-06-13  drhImproved sqlite3_error_offset() values for bare column...
2023-06-13  drhExtended the time-diff format so that it can have a...
2023-06-12  drhInitialize a local variable in FTS3 to avoid a GCC...
2023-06-12  danFix a problem causing bloom filters to be used less...
2023-06-12  drhCheck-in [70e12efd1b189560] left a path through lockBtr...
2023-06-12  danFix a buffer over-read that could occur as part of...
2023-06-11  drhMake sure temporary sqlite3_value objects used by STAT4...
2023-06-10  drhDefer setting the BTS_PAGESIZE_FIXED flag until after...
2023-06-10  drhFix an assert that can go bad if STAT4 content is corru...
2023-06-10  drhExtra space to prevent a buffer overread on corrupt...
2023-06-10  drhEnhance fuzzcheck so that it understand the sqlite3_db_...
2023-06-09  drhSimplify a memcpy() in defragmentPage(). It now might...
2023-06-08  danRemove SQLITE_EXTENSION_INIT macros from dbdata.c.
2023-06-08  drhImprovements to the src-verify.c utility program so...
2023-06-08  drhFix the amagamation generator so that it works one...
2023-06-08  drhInclude source provenance in the header comment of...
2023-06-08  drhEnhance Lemon so that it remembers which -D command...
2023-06-07  larrybrAdd spell-checking for all comments in main sources...
next