]> git.ipfire.org Git - thirdparty/sqlite.git/history - src/prepare.c
Allow the query planner access to the argument of LIMIT even if that
[thirdparty/sqlite.git] / src / prepare.c
2024-05-17  danMerge branches "fix-onerow-opt", "faster-openread"... pending-3.46
2024-05-10  drhFix aggregate function processing to correctly deal...
2024-05-10  drhThe sqlite3FaultSim(300) error from [1e8863909ac369e5...
2024-05-10  drhAdd an sqlite3FaultSim(300) call to the sqlite3ParserAd...
2024-02-27  stephanBring the extra-src branch up to date with the trunk. extra-src
2023-11-28  danMerge latest trunk updates into this branch.
2023-11-21  drhMerge all recent trunk fixes and enhancements into...
2023-11-21  larrybrSync w/trunk as pre-merge-to-trunk sanity check.
2023-11-17  danWhen SQLITE_ENABLE_SETLK_TIMEOUT is defined, use a...
2023-11-17  drhAdd an assert() to prove the sqlite3_prepare() always...
2023-11-15  danChanges so that if SQLITE_ENABLE_SETLK_TIMEOUT is defin...
2023-10-23  larrybrClear some picky warnings, sync w/trunk. expert-enhancement
2023-09-26  drhMerge all the latest trunk enhancements into jsonb...
2023-09-25  danIn partial index scans, if the WHERE clause implies...
2023-09-25  danAnother very minor tweak to code on this branch to... partial-index-terms
2023-08-10  stephanMerge trunk into jni branch.
2023-07-28  drhMerge the latest trunk enhancements into the wal-shm...
2023-07-28  drhAdd the sqlite3_stmt_explain() API.
2023-07-19  drhMerge the latest trunk enhancements into the sqlite3_st... sqlite3_stmt_explain
2023-07-15  drhAdd the experimental sqlite3_stmt_explain(S,E) interface.
2023-07-06  drhMerge all recent trunk enhancements into the wal-shm...
2023-06-22  drhMerge recent trunk enhancements into the octet_length...
2023-06-07  larrybrAdd spell-checking for all comments in main sources...
2023-06-07  larrybrFix straggler misspellings and tidy the custom dictiona... spell-check
2023-06-07  larrybrAdd a C-source spell-checking facility. make misspell...
2023-05-04  larrybrAdd some tests of subsecond modifier for date/time... subsec-modifier
2023-04-22  drhEarly out from sqlite3Prepare() following an OOM to...
2023-04-18  drhEnsure that the VACUUM command is not confused by alter...
2023-01-21  stephanMerge trunk into wasi-patches branch.
2023-01-20  danEnsure that the database encoding cannot be changed...
2022-11-18  stephanshell.c.in: on non-Windows platforms, check for $XDG_CO...
2022-11-17  stephanMerge trunk into js-cpp branch.
2022-11-16  drhAvoid returning SQLITE_SCHEMA if the first query run...
2022-11-10  danAvoid returning SQLITE_SCHEMA if the first query run... schema-error-fix
2022-10-04  danMerge latest trunk changes.
2022-10-03  stephanOmit WAL mode from the wasm build.
2022-10-01  drhPerformance optimization in sqlite3_prepare() (discover...
2022-10-01  stephanMerge trunk into fiddle-opfs branch.
2022-10-01  drhReplace the Parse.disableVtab field with Parse.prepFlag...
2022-08-22  stephanMerge in trunk.
2022-08-22  drhAdd the new internal interface sqlite3DbNNFreeNN(db...
2022-05-06  drhPrevent an infinite loop on SQLITE_ERROR_RETRY when...
2022-03-24  drhThe "PRAGMA writable_schema=ON" flag should not allow...
2022-01-28  drhAdd the SQLITE_INDEX_CONSTRAINT_LIMIT and SQLITE_INDEX_...
2022-01-28  drhWhen nesting Parse objects, make sure the new one has...
2022-01-24  drhAdd ALWAYS() macros. Change some existing ALWAYS(...
2022-01-24  drhRemove many redundant checks for sqlite3.mallocFailed...
2022-01-24  drhMake it so that any Parse object is always linked into...
2022-01-01  drhDo not raise an SQLITE_SCHEMA error if in sqlite3Init...
2021-12-31  drhSimplify the sqlite3RunParser() routine by omitting...
2021-12-31  drhPerformance optimization and size reduction in sqlite3R...
2021-12-09  drhAdd support for Bloom-filters as a performance optimiza...
2021-12-09  drhDo not attempt to reprepare a prepared statement that...
2021-11-03  drhImproved the error message that results when a schema...
2021-09-24  drhEnsure that the db->init.azInit array is initialized...
2021-06-13  drhImproved defense against OOM errors in sqliteInitOne().
2021-04-13  drhThe SQLITE_NoSchemaError flag should not apply to OOM...
2021-04-13  drhEarlier detection empty_result_callbacks in sqlite3Init...
2021-04-05  drhAs a continuation of [1f66a85b7757754f], ensure that...
2021-04-03  drhTake care not to change an SQLITE_NOMEM error into...
2021-03-12  danMerge latest trunk changes into this branch.
2021-03-09  drhExtra comments and testcase() macros associated with...
2021-02-23  danWhen a sub-transaction is released, if no pages require...
2021-02-22  drhImplement the MATERIALIZED and NOT MATERIALIZED hints...
2021-02-21  drhMaterialize any CTE that is used more than once.
2021-02-19  danAdd support for "ALTER TABLE ... DROP COLUMN ..." commands.
2021-02-18  drhMerge changes from trunk into the alter-table-drop...
2021-02-17  drhUse the sqlite3ParserAddCleanup() mechanism to ensure...
2021-02-17  danMerge trunk changes into this branch.
2021-02-17  danFix various issues with the changes on this branch...
2021-01-27  drhMerge recent enhancements from trunk.
2021-01-15  drhMerge the latest trunk enhancements into the exists...
2021-01-14  drhImprovements to the min/max optimization. Fix for...
2021-01-13  drhFix a harmless compiler warning.
2021-01-12  drhMerge the ParseCleanup enhancement to trunk.
2021-01-12  drhFix a potential use-after-free following an OOM in... parse-cleanup
2021-01-11  drhAdd a linked list of ParseCleanup objects to the end...
2021-01-01  drhFaster and smaller test to ensure that the sqlite_schem...
2021-01-01  drhSize reduction and performance increase in sqlite3Prepa...
2020-09-04  danEnsure that the busy-handler count is reset at the...
2020-08-25  drhAdd support for the sqlite3_txn_state() interface.
2020-07-30  drhAllow for page numbers as large as 4294967294 (0xffffff...
2020-07-30  drhFix unreachable branches. larger-databases
2020-07-28  drhMerge enhancements from trunk.
2020-07-24  drhMerge recent changes from trunk.
2020-07-23  drhFix a typo in an error message.
2020-07-23  drhMerge fixes from trunk.
2020-07-23  drhMerge support for partial integrity checks.
2020-07-22  drhDetect out-of-bounds rootpage values in the schema.
2020-07-22  drhDisable rootpage bounds checking when the SQLITE_TESTCT... rootpage-bounds-check
2020-07-22  drhImprovements to rootpage bounds checking during schema...
2020-07-22  drhWhen parsing the schema, detect out-of-bounds rootpage...
2020-07-22  drhMost test cases now passing.
2020-07-22  drhContinuing work toward supporting unsigned 32-bit page...
2020-07-13  danMerge latest trunk changes with this branch.
2020-06-19  drhExtend the refactoring into extensions. Clean up stray...
2020-06-19  drhFurther refactoring of the schema table name.
2020-06-08  drhWhen an Expr object is changed and that Expr is referen...
2020-06-07  drhAggInfo objects might be referenced even after the...
2020-05-26  drhChanges to sqlite3SelectNew() to work around a false...
next