]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2014-01-17  danFix some problems to do with WITH clauses and name... common-table-expr
2014-01-17  danRemove some code from resolve.c that was only required...
2014-01-16  drhAdd the ability for the authorizer callback to disallow...
2014-01-16  drhTweaks to error message text.
2014-01-16  danImprove the error messages used to report illegal recur...
2014-01-16  danAllow only a single recursive reference in a recursive...
2014-01-16  danDisable the flattening optimization if the parent query...
2014-01-16  drhMerge trunk changes. Fix a possible NULL-pointer defer...
2014-01-15  drhRemove an ALWAYS() that is no longer always true.
2014-01-15  danFixes so that SQLITE_OMIT_CTE builds work.
2014-01-15  drhFurther comments on WITH-clause processing routines...
2014-01-15  drhAdd a header comment to the searchWith() routine.
2014-01-15  danDisable automatic indices on recursive CTE references.
2014-01-15  danWhen resolving names, consider a reference to a recursi...
2014-01-15  danReturn an error if a CTE specifies a different number...
2014-01-15  drhDon't try to verify the schema of transient table ...
2014-01-15  danDisable the flattening optimization if the sub-query...
2014-01-15  drhUse the user-supplied table name in WITH RECURSIVE...
2014-01-14  danAdd code to handle recursive CTEs.
2014-01-14  mistachkinFix harmless compiler warning in LEMON.
2014-01-14  mistachkinFor the Win32 VFS, defining winShmMutexHeld should...
2014-01-13  drhIn the command-line shell, defend against a NULL-pointe...
2014-01-13  drhFor statements of just an unadorned VALUES clause,...
2014-01-13  danFix some memory leaks and crashes that could follow...
2014-01-13  danAdd code to handle non-recursive CTEs in the same way...
2014-01-11  danUpdate the parser so that sub-queries and CTEs may...
2014-01-11  drhParse common table expressions. But do not do anything...
2014-01-11  drhIn LEMON, limit the size of the grammar file to 100MB...
2014-01-11  drhOptimizations to the SQL language grammar that result...
2014-01-11  drhAdd the "%token_class" directive to the LEMON parser...
2014-01-11  drhIn LEMON, fix a bug in the text formatter introduced... lemon-updates
2014-01-10  drhDo not use sprintf(), strcpy() or strcat() in the imple...
2014-01-10  drhRemove unused structure definition from parse.y.
2014-01-10  drhAllow a VALUES clause to be used any place that a SELEC...
2014-01-10  drhFix CREATE TABLE ... AS so that it works with column...
2014-01-10  danFix another harmless compiler warning in unixUnfetch().
2014-01-09  drhFix harmless compiler warning in unixUnfetch().
2014-01-04  drhFix an typo that breaks the build when SQLITE_ENABLE_TR...
2014-01-04  danAdd the usual "fts3" prefix to new static method setEst...
2014-01-04  drhAvoid redundant register loads during index key generat...
2014-01-04  drhOmit OP_Close operations that occur immediately prior...
2014-01-04  drhImprovements to the column-cache for nested AND/OR...
2014-01-04  danHave FTS assign extremely high costs to plans that...
2014-01-04  danInstead of having the planner ignore plans with unusabl... avoid-unusable-match
2014-01-04  danHave the planner detect cases where a MATCH constraint...
2014-01-03  drhAvoid some unnecessary OP_SCopy operations when inserti...
2014-01-02  drhTry to factor constant subcomponents of the WHERE claus...
2014-01-02  drhAvoid unnecessary affinity transformations when buildin...
2014-01-02  drhBe more aggressive in optimizing constant conditional...
2014-01-01  drhTry to detect process ID changes due to fork() calls...
2014-01-01  drhEnhance sqlite3_randomness(N,P) such that it resets...
2013-12-24  drhAdd -I. to the main.mk makefile for building sqlite3...
2013-12-23  drhMove elements of the Vdbe object that are only used...
2013-12-23  drhRemove a stray tab character.
2013-12-22  drhRemove a condition that is always in the logic that...
2013-12-22  drhMake sure the WhereLoop.aLTerm[] array is large enough...
2013-12-21  drhFix speedtest1.c so that in --explain mode it only...
2013-12-21  drhAvoid compiler warnings by only enabling sqlite3ErrName...
2013-12-21  drhFix harmless compiler warnings in FTS4. This involved...
2013-12-21  drhFix the ".echo on" dot-command of the shell so that...
2013-12-21  drhAdd a case to speedtest1.c that demonstrates the need...
2013-12-20  drhFix compiler harmless warnings in tclsqlite.c that...
2013-12-20  drhCode simplification in sqlite3GenerateIndexKey() by...
2013-12-20  drhCombine adjacent single-register OP_Copy instructions...
2013-12-20  drhAllow any arbitrary expression as the filename in an...
2013-12-20  drhSimplify the accumulator reset for aggregate query...
2013-12-19  danDo not inject OOM faults into SQLITE_FCNTL_COMMIT_PHASE...
2013-12-19  drhMake sure errors encountered while initializing extensi...
2013-12-19  drhRemove an unneeded column-cache flush in aggregate...
2013-12-19  drhOmit an unnecessary OP_Null opcode from UPDATE.
2013-12-19  drhOmit one or more pointless instructions that occur...
2013-12-18  drhRemove an unnecessary column-cache flush operation...
2013-12-18  drhRemove an unnecessary column-cache flush. Add another... column-cache-debug
2013-12-18  drhShow changes to the column cache when PRAGMA vdbe_addop...
2013-12-17  drhAdd evidence marks and additional test cases for the...
2013-12-17  drhAdd the printf() SQL function.
2013-12-17  drhFix the formatting of %c in the printf() SQL function. printf-sql-function
2013-12-17  drhAdd the printf() SQL function.
2013-12-14  drhAllow the SQLITE_DETERMINISTIC flag to be ORed into...
2013-12-13  drhPerformance optimizations in the pager_write() routine...
2013-12-13  drhReduce the number of calls to the subjRequiresPage...
2013-12-13  drhCreate and use a new pager interface sqlite3PagerUnrefN...
2013-12-13  drhEnhance the pcache1PinPage() routine so that it called...
2013-12-13  drhAvoid unnecessary calls to sqlite3_free() from within...
2013-12-13  drhSimplication and optimization of error message handling.
2013-12-11  drhAdd the SQLITE_FCNTL_SYNC and SQLITE_FCNTL_COMMIT_PHASE...
2013-12-11  drhMerge in the latest trunk changes. zipvfs-multifile-commit
2013-12-11  drhFix a bug in the shell ".import" command: Do not end...
2013-12-11  drhRemove an unreachable conditional inserted by the previ...
2013-12-11  danHave the crash-test infrastructure code in test6.c...
2013-12-11  drhFix harmless compiler warnings.
2013-12-11  mistachkinFix harmless compiler warning.
2013-12-11  drhDo not run the tool/vdbe-compress.tcl script that gener...
2013-12-10  drhAvoid unnecessary calls to sqlite3VdbeSerialType()...
2013-12-10  drhIn the OP_MakeRecord opcode, factor out affinity change...
2013-12-10  drhSimplify and improve the performance of the sqlite3Vdbe...
2013-12-10  danUse SQLITE_FCNTL_SYNC instead of SQLITE_FCNTL_SYNC_OMIT...
2013-12-10  danMerge changes from the trunk.
2013-12-10  danFix handling of errors returned by the SQLITE_FCNTL_OMI...
2013-12-09  drhSimplifications to the OP_MakeRecord opcode and the...
next