]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-01-10  danUpdate log messages on this branch to say "v=22". Also... cf8f1552-commit-instr
2025-01-10  danAdd the experimental sqlite3_schema_copy() API, for...
2025-01-10  danMinor updates to schemacopy.test. schema-copy
2025-01-10  danAllow ".testctrl schemacopy 1" in the shell tool on...
2025-01-10  danUpdate test script wal2big2.test to be less sensitive...
2025-01-09  danRun tests with SQLITE_TESTCTRL_SCHEMACOPY for mdevtest...
2025-01-09  danRationalize and add comments to new code on this branch.
2025-01-09  danFix minor issues on this branch. Remove unused code.
2025-01-08  danFix problem in test code on this branch.
2025-01-08  danEnsure that integrity-check processes tables in the...
2025-01-07  danFix many problems in the sqlite3_schema_copy() function.
2025-01-06  danImplemenation of experimental API sqlite3_schema_copy...
2024-12-23  danUp logs to "v=21".
2024-12-23  danExperimental: If SQLite is compiled with SQLITE_WAL_BIG...
2024-12-20  danWhen loading stat4 data, make a single large allocation...
2024-12-13  danAvoid a memset() when loading stat4 data. Add instrumen...
2024-12-12  drhIncrease the maximum number of arguments on an SQL...
2024-12-12  danAdd extra logging for alternative stat4 code.
2024-12-12  danExperimental code to load stat4 data using a single...
2024-12-11  danWhen a writer initializes a new *-shm file hash table...
2024-12-10  danFix a problem with the formatting of "slow schema"...
2024-12-09  danFix a problem with non-PASSIVE wal2 checkpoints sometim...
2024-12-06  danUpdate logging (now v=16) to more closely analyze all...
2024-12-06  danGuard the x64 assembler in wal.c with "ifdef __x86_64__".
2024-12-05  danAdd logging to report on occasions when loading the...
2024-12-05  danUse an inline asm "ret stosp" instruction instead of...
2024-12-04  danTemporarily enable zeroing of wal2-mode hash tables...
2024-11-28  danUpdate logging version to "v=13".
2024-11-28  danIn wal2 mode, attempt to zero old *-shm hash table...
2024-11-26  danAvoid ever logging times for ROLLBACK commands.
2024-11-20  danLogging enhancements. And mark logs v=12.
2024-11-20  danExperimental change to omit writing frame checksums...
2024-11-20  danUpdate logging version to "v=11". This should have...
2024-11-19  danExtra logging for the freelist and hash table component...
2024-11-13  danIncrease maximum length of sqlite3_log() messages to...
2024-11-13  danOptimize deferred allocation of pages on this branch...
2024-11-08  danEven more detailed logging of slow COMMIT statements.
2024-11-01  danUpdate log messages to say "v=8" instead of "v=7".
2024-11-01  danStill more logging, this time focused on the sqlite3Wal...
2024-10-30  danAdd extra logging to analyze COMMIT commands.
2024-10-25  danUpdate special logging messages on this branch to say...
2024-10-25  danReduce the number of malloc()/free() calls that may...
2024-10-23  danExtra logging to debug slow commit statements.
2024-10-22  danAdd still more logging to determine why schema loads...
2024-10-21  danAdd extra logging to SQL statements used to load the...
2024-10-10  danFix a typo in the previous commit.
2024-10-10  danAdd extra logging points to the code on this branch.
2024-10-08  danAdd logging to help analyze slow "PRAGMA cache_size...
2024-10-07  danAdd logging to help analyze commit performance.
2024-09-04  drhUpdate the bedrock branch to include all of the latest...
2024-09-04  drhMerge all the latest trunk enhancements into the wal2...
2024-09-04  drhFix a bug in the parsing of some corner-case JSON PATH...
2024-09-04  drhPut a proper shebang at the start of the testrunner...
2024-09-04  drhMake extra efforts to delete the over-size directory...
2024-09-04  drhAdd the "joblist" command to testrunner.tcl
2024-09-03  drhEnhance the "errors" command in testrunner.tcl so that...
2024-09-03  drhFix ext/consio so that it works correctly with SQLITE_U...
2024-09-03  drhIn testrunner.tcl, compile the Windows Default configur...
2024-09-03  drhFix harmless compiler warnings in the percentile extension.
2024-09-03  drhIn testrunner.tcl, allow setting njob to zero, which...
2024-09-03  larrybrCause cfGets() (under SQLITE_USE_ONLY_WIN32) to better...
2024-09-02  drhFix possible NULL pointer dereference following OOM...
2024-09-02  danFix a technically undefined signed integer overflow...
2024-09-02  drhMake the percential extension easier to incorporate...
2024-09-02  drhRemove some debug/test code from percentile. Make...
2024-09-02  drhEnhance the percentile extension to support percentile_...
2024-09-02  drhImproved error messages on percentile functions. More... ordered-set-agg
2024-09-02  drhChange the name of the enabling compile-time macro to
2024-09-01  drhMore internal documentation improvements.
2024-09-01  drhImproved documentation of recent enhancements to the...
2024-09-01  drhThe WITHIN GROUP (ORDER BY ...) syntax is now a compile...
2024-09-01  drhImplement percentile_cont() and percentile_disc().
2024-09-01  drhNo prepare-time penality for ordered-set aggregates...
2024-09-01  drhMerge fixes from trunk into the ordere-set-agg branch.
2024-09-01  drhImproved sort function in the percentile extension.
2024-09-01  drhFix to the quicksort algorithm in the percentile extension.
2024-08-31  drhAdd error checking: Do not allow functions other than...
2024-08-31  drhDemonstration of how ordered-set aggregates might be...
2024-08-31  drhInclude percentile() and merge() in the fuzzcheck test...
2024-08-31  drhOmit the percentile_cont() function added by [095c22e62...
2024-08-31  drhAllow percentile() and median() to act as window functions.
2024-08-31  drhStill more test cases. percentile-window
2024-08-31  drhAdd more test cases.
2024-08-31  drhAvoid unnecessary sort operations when running one...
2024-08-31  drhTest cases added.
2024-08-31  drhEnhance the percentile() and median() extension functio...
2024-08-30  drhDo not fail the omittest if ICU libraries are not insta...
2024-08-30  drhNew makefile target: "tidy". The "tidy" target removes...
2024-08-30  drhA couple of #defines so that the build work with SQLITE... makefile-improvements
2024-08-30  drhRework the tool/omittest.tcl script so that it works...
2024-08-30  drhImprovements to "make clean" on unix.
2024-08-30  drhIn the testrunner.tcl status report, try to provide...
2024-08-29  drhMerge the latest trunk enhancement into the bedrock...
2024-08-29  drhMerge all the latest trunk enhancements into the wal2...
2024-08-29  drhSync the autoconf/Makefile.msc with the main ./Makefile.msc
2024-08-29  drhAll makefiles are responsive to OPTIONS=... command...
2024-08-29  danFix a case where the BTCF_AtLast flag was being left...
2024-08-28  drhDo not allow sqlite3_blob_open() to work on a any table...
2024-08-28  danFix a dropped error code in fts5.
2024-08-28  drhUpdate the README.md file to recommend running "devtest...
next