0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-10-19 19:15:56 +00:00

Commit Graph

  • 9188b38919 Cache record headers in the OP_Column opcode. (CVS 1382) drh 2004-05-14 21:12:22 +00:00
  • fa1a98a24e More speed improvements. (CVS 1381) drh 2004-05-14 19:08:17 +00:00
  • 6d2fb15475 Optimized varint routines and tests added. (CVS 1380) drh 2004-05-14 16:50:06 +00:00
  • 10617cddf6 Performance improvements (CVS 1379) drh 2004-05-14 15:27:27 +00:00
  • e6c438166f Table 1 of a database (the sqlite_master table) defaults to use B+trees. (CVS 1378) drh 2004-05-14 12:17:46 +00:00
  • 940762585e Use B+trees for tables (CVS 1377) danielk1977 2004-05-14 12:16:11 +00:00
  • 13dadd2798 Delete some code no longer in use (CVS 1376) danielk1977 2004-05-14 11:16:56 +00:00
  • 3d1bfeaa22 Implement type affinity for table and index records (CVS 1375) danielk1977 2004-05-14 11:00:53 +00:00
  • b6f4148607 Changes to btree and pager in preparation for moving to run-time page size determination. (CVS 1374) drh 2004-05-14 01:58:11 +00:00
  • e7c8d58a1f Changes to make regression tests in rowid.test pass. (CVS 1373) danielk1977 2004-05-13 13:38:52 +00:00
  • 50ce750c2a Change the OP_ListXX opcodes to use 64 bit integers (CVS 1372) danielk1977 2004-05-13 12:32:11 +00:00
  • 9688f3796b Update quick.test (CVS 1371) danielk1977 2004-05-13 11:46:00 +00:00
  • 96fc5fe6a5 Various minor fixes and updates to make more test cases pass. (CVS 1370) danielk1977 2004-05-13 11:34:16 +00:00
  • 183f9f7360 Commit vdbeaux.c, which should of gone in with the previous commit. (CVS 1369) danielk1977 2004-05-13 05:20:26 +00:00
  • 452c989fd8 Manifest types in indices. At the moment indices use manifest typing, but some other parts of the SQL engine do not, which can lead to some strange results. (CVS 1368) danielk1977 2004-05-13 05:16:15 +00:00
  • 6f11bef7d6 Allocate more overflow data onto overflow pages, thus wasting less disk space. (CVS 1367) drh 2004-05-13 01:12:56 +00:00
  • fc70e6fcec Fix a problem with B+trees. (CVS 1366) drh 2004-05-12 21:11:27 +00:00
  • 8b18dd4fb5 Implement a B+tree option (all data stored on leaves). (CVS 1365) drh 2004-05-12 19:18:15 +00:00
  • 4a1c380a4b Btree uses signed integers for the rowid. The intToKey() and keyToInt() macros are now no-ops. (CVS 1364) drh 2004-05-12 15:15:47 +00:00
  • ac69b05efa The pager now handles file ":memory:" complete in memory with no disk I/O. (CVS 1363) drh 2004-05-12 13:30:07 +00:00
  • 8d059845fc Add some more code to support manifest typing in indices. Not activated yet. (CVS 1362) danielk1977 2004-05-12 11:24:02 +00:00
  • cfcdaefe11 Change the table record format to support manifest typing. (CVS 1361) danielk1977 2004-05-12 07:33:33 +00:00
  • 779b6d357a Change sqlite_ to sqlite3_ in the attach2.test test script. (CVS 1360) drh 2004-05-11 10:04:48 +00:00
  • f4dada7512 A different fix for the problem with opening existing files. See also check-in (1358). (CVS 1359) drh 2004-05-11 09:57:35 +00:00
  • bf57cfebc2 Fix a bug that was preventing the library from opening existing files. (CVS 1358) danielk1977 2004-05-11 09:50:02 +00:00
  • a3b321df91 Fix an offset problem in the meta values that was causing problems for many tests. (CVS 1357) drh 2004-05-11 09:31:31 +00:00
  • 33825340cb Remove the unused upgrade_3_schema subroutine from main.c. (CVS 1356) drh 2004-05-11 09:05:48 +00:00
  • 9400f26176 More small changes to get test cases to execute. (CVS 1355) danielk1977 2004-05-11 08:48:10 +00:00
  • 3d68f03a96 Remove code dealing with old file formats. (CVS 1354) danielk1977 2004-05-11 07:11:51 +00:00
  • 36a3c70b98 More minor changes to accomadate the new btree. All the select* tests pass now. (CVS 1353) danielk1977 2004-05-11 06:55:14 +00:00
  • 6490bebd62 Minor changes to the vdbe so that more tests pass. (CVS 1352) danielk1977 2004-05-11 06:17:21 +00:00
  • 0dbe72b952 Fix up a couple of little things in the vdbe. select1.test passes now. (CVS 1351) danielk1977 2004-05-11 04:54:49 +00:00
  • 643631771d Internal symbols MEM_Dyn and MEM_AggCtx were defined as the same bit pattern. Change MEM_AggCtx to 0x1000. (CVS 1350) danielk1977 2004-05-11 03:11:22 +00:00
  • 49f737d124 Fix a bug in the btree code for reading varints greater than 2^32. (CVS 1349) danielk1977 2004-05-11 02:10:06 +00:00
  • 1bbf5ee85c Update the main.mk makefile so that it builds everything again. (CVS 1348) drh 2004-05-11 01:18:24 +00:00
  • 0e1c19e2b6 Updates to sqlite3BtreeKeyFetch() and sqlite3BtreeDataFetch(). (CVS 1347) drh 2004-05-11 00:58:56 +00:00
  • 5f8d8a844c Change to OP_PutIntKey to use new btree API. (CVS 1346) danielk1977 2004-05-11 00:28:42 +00:00
  • f328bc80ce Work toward getting the new btree.c integrated with vdbe.c. (CVS 1345) drh 2004-05-10 23:29:49 +00:00
  • f9ec81c84d Improvements to testing of sqlite_interrupt. More checking for interrupt inside of VACUUM. (CVS 1344) drh 2004-05-10 20:27:41 +00:00
  • 3644f0858d The btree.c module passes all tests and is ready for integration. Still need to go back and do coverage testing. (CVS 1343) drh 2004-05-10 18:45:09 +00:00
  • 24cd67e732 The btree.c module now passes all the historical regression tests. New tests for new functionality still need to be added. (CVS 1342) drh 2004-05-10 16:18:47 +00:00
  • 3dc0b8ebe3 Add flags values to the Mem structure to accomodate BLOBs and to show the representation of strings. (CVS 1341) drh 2004-05-10 12:07:10 +00:00
  • 1d994699a0 Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1340) danielk1977 2004-05-10 10:37:18 +00:00
  • 132872b37e Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1339) danielk1977 2004-05-10 10:37:18 +00:00
  • 6f8a503d71 Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1338) danielk1977 2004-05-10 10:34:51 +00:00
  • 24b03fd055 Change the names of external symbols from sqlite_XXX to sqlite3_XXX. (CVS 1337) danielk1977 2004-05-10 10:34:34 +00:00
  • 90e4d95d14 Add some functions to serialize and deserialize vdbe values (used by manifest typing). (CVS 1336) danielk1977 2004-05-10 10:05:53 +00:00
  • 9490bee025 Add versions of OP_MakeRecord and OP_Column that use manifest typing (not activated yet). (CVS 1335) danielk1977 2004-05-10 07:17:31 +00:00
  • 192ac1dcab Add versions of OP_MakeRecord and OP_Column that use manifest typing (not activated yet). (CVS 1334) danielk1977 2004-05-10 07:17:30 +00:00
  • 8e150818ec Change some code that assumes the root-page of sqlite_master is 2 (it is now 1) (CVS 1333) danielk1977 2004-05-10 01:17:37 +00:00
  • 189621d81f Add a temporary sqlite2BtreeKeyCompare() function to help get regression tests passing again. (CVS 1332) danielk1977 2004-05-09 23:23:56 +00:00
  • 3a4c141357 More btree.c bug fixing. It's getting closer but still not there yet. Move obsolete test scripts into the attic. (CVS 1331) drh 2004-05-09 20:40:11 +00:00
  • da200cc1c7 The btree.test test is no working with integrity_check enabled. (CVS 1330) drh 2004-05-09 11:51:38 +00:00
  • 457f501464 Begin trying to get integrity checking working on the new btree.c. (CVS 1329) drh 2004-05-09 01:35:05 +00:00
  • c12fc0d85f All tests in btree.test now pass (but only because I commented out the btree_integrity_check test.) (CVS 1328) drh 2004-05-09 00:40:52 +00:00
  • c8629a13e1 More btree.c bug fixes. (CVS 1327) drh 2004-05-08 20:07:40 +00:00
  • ab9f7f12d5 Get the code back to the point where it will compile the btree.c tests. Move the default key comparison routine from btree.c into vdbeaux.c. Commented out code in vdbe.c that will need to be fixed. (CVS 1326) drh 2004-05-08 10:56:11 +00:00
  • eec983e175 Minor change to main.c so that it will compile with GCC 2.96. (CVS 1325) drh 2004-05-08 10:11:36 +00:00
  • 4adee20fcb Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the library links again. It doesn't work yet, due to changes in the btree layer calling convention. (CVS 1324) danielk1977 2004-05-08 08:23:19 +00:00
  • 9b17127705 More bug fixes in btree.c. (CVS 1323) drh 2004-05-08 02:03:22 +00:00
  • c39e000bbf More bug fixes in btree.c. (CVS 1322) drh 2004-05-07 23:50:57 +00:00
  • de64713041 The btree.c module compiles and links and passes some tests. Many tests still fail, though. (CVS 1321) drh 2004-05-07 17:57:49 +00:00
  • a34b676483 New btree.c module compiles and links. (CVS 1320) drh 2004-05-07 13:30:42 +00:00
  • 4fc0fb4358 Trying to synchronize the test3.c module with the new btree.c code. (CVS 1319) drh 2004-05-07 02:26:28 +00:00
  • 697e6e27b8 Fix compilation problem in test5.c (CVS 1318) danielk1977 2004-05-07 01:50:37 +00:00
  • 45041e263a Fix a memory leak in DETACH when using the codec. (CVS 1317) drh 2004-05-07 01:46:01 +00:00
  • 3e5c826219 Add the sqlite_temp_directory global variable which, if set, defines the directory in which temporary files are created. (CVS 1316) drh 2004-05-07 00:57:06 +00:00
  • 998b56c351 Add code to convert between the various supported unicode encoding schemes. Untested at this point. (CVS 1315) danielk1977 2004-05-06 23:37:52 +00:00
  • 23e11cab7d Update test3.c to work with the new btree.c API. (CVS 1314) drh 2004-05-04 17:27:28 +00:00
  • a5d14fe7c5 Added template for the utf.c file containing conversion routines. (CVS 1313) drh 2004-05-04 15:00:46 +00:00
  • 9102529d8c Incremental btree.c changes. (CVS 1312) drh 2004-05-03 19:49:32 +00:00
  • 4b70f11aea Changes to btree for the new file format are mostly complete. Still need to test and debug. (CVS 1311) drh 2004-05-02 21:12:19 +00:00
  • 4e0e4d7a9e Fix a stack overflow problem with INSTEAD OF triggers. (CVS 1310) drh 2004-04-29 16:16:29 +00:00
  • 8856d6aad2 Sync all version 3 changes. (CVS 1309) drh 2004-04-29 14:42:46 +00:00
  • 3aac2dd7bc Pager tests working. (CVS 1308) drh 2004-04-26 14:10:20 +00:00
  • 064cf76bb1 Changes to lemon.c so that it compiles on OpenWatcom 1.3. Ticket #665. (CVS 1307) drh 2004-04-24 12:59:13 +00:00
  • 9e572e608f Begin modifying the BTree code for the new version-3 file format. This is a work-in-progress. As of this check-in, SQLite will not build. (CVS 1306) drh 2004-04-23 23:43:10 +00:00
  • cc83b6e071 Add an extra assert() to lemon.c to make debugging easier. Ticket #692. (CVS 1305) drh 2004-04-23 23:38:42 +00:00
  • a38518d673 Add some extra debugging logic to lemon.c. Ticket #692. (CVS 1304) drh 2004-04-23 23:37:56 +00:00
  • 226e5f9de7 Branch version_2. Code for version 3 is on the trunk. (CVS 1303) drh 2004-04-23 23:19:59 +00:00
  • 1bdd9b5787 Get the temp_store and default_temp_store pragmas working. Update the documentation. Also fix a malloc problem that popped up during the regression testing. (CVS 1302) drh 2004-04-23 17:04:44 +00:00
  • 932ee8f4bb Fix windows DLL section of Makefile.in for use with build dir. (CVS 1301) rdc 2004-03-26 23:16:31 +00:00
  • d888544275 Change the ".database" command in the shell to allocate more characters to the database name and filename. (CVS 1300) drh 2004-03-17 23:42:12 +00:00
  • 8b8891bf0a Fix a VDBE stack overflow that occurs when the left-hand side of an IN expression is NULL and the result is stored on the stack rather than used to control a jump. Ticket #668. (CVS 1299) drh 2004-03-17 23:32:08 +00:00
  • 276fd588d8 The sqlite_trace() API only works for commands started by the user, not for SQL commands run during initialization. (CVS 1298) drh 2004-03-17 18:44:45 +00:00
  • a8804c82b8 Makefile.in and sqlite.def changes for encode and non-toplevel build; ticket #667 (CVS 1297) dougcurrie 2004-03-16 21:49:49 +00:00
  • 6ff15d0c49 Prototypes for sqlite_encode_binary() and sqlite_decode_binary() added to sqlite.h. (CVS 1296) drh 2004-03-14 22:12:34 +00:00
  • 6da834a8b4 Make sqlite_encode_binary() and sqlite_decode_binary() an official part of the library. (CVS 1295) drh 2004-03-14 22:11:59 +00:00
  • 371cb93a2a Updates to the architecture document. (CVS 1294) drh 2004-03-14 11:57:58 +00:00
  • 6e17529e97 Fix the min/max optimizer so that it works when the FROM clause is a subquery. Ticket #658. (CVS 1293) drh 2004-03-13 14:00:36 +00:00
  • 1a72d72a7f Typecast to work around a bug in {quote: CodeWarrior} Studio v9.1. Ticket #654. (CVS 1292) drh 2004-03-10 18:57:31 +00:00
  • 7972e32a9e Fixed default target. (CVS 1291) a.rottmann 2004-03-10 18:53:09 +00:00
  • 66eb270d6b * Added rule for rebuilding Makefile from Makefile.in. * Fixed double-slash problem induced by adding DESTDIR support. (CVS 1290) a.rottmann 2004-03-10 16:32:03 +00:00
  • a0c9a112de The BTree layer now returns SQLITE_READONLY on an attempt to open a write cursor on a read-only database. Previously, the failure would not occur until there was an attempt to write to the cursor. (CVS 1289) drh 2004-03-10 13:42:37 +00:00
  • 06333689a7 The shell program now ignores extra whitespace at the end of dot-commands. (CVS 1288) drh 2004-03-09 13:37:45 +00:00
  • a2cfd57491 Version 2.8.13 (CVS 1287) drh 2004-03-08 13:57:54 +00:00
  • e3f25eb91e Update change log for version 2.8.13. (CVS 1286) drh 2004-03-08 13:45:24 +00:00
  • 489c4677a0 Bump the version number to 2.8.13. Patch up the limit test so that it works in spite of ticket #521 - we don't want any tests failing in an official release even if there are bugs. :-D (CVS 1285) drh 2004-03-08 13:26:17 +00:00
  • aa5707cd5e Correct duplicate tracing of SQL statements. (CVS 1284) rdc 2004-03-04 19:09:20 +00:00
  • 79f14b7240 A vdbe stack element might have a string value even after a call to Integerify(). Ticket #641. (CVS 1283) drh 2004-03-03 01:51:24 +00:00