Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 most recent timeline items
|
2012-02-05
| ||
| 03:22 | • Changes to wiki page ext_tcl (user: mbg) | |
|
2012-02-03
| ||
| 22:59 | • New ticket [72b01a982a] Per page/region checksums. (user: rogerb) | |
| 20:24 | • Changes to wiki page patches (user: mbg) | |
| 00:02 | [f14e7f29ff] Leaf: More structure packing for smaller objects and less memory usage. (user: drh, tags: trunk) | |
|
2012-02-02
| ||
| 22:37 | [21695c3476] Reduce the size of the MemPage object by about 32 bytes. Other structure size optimizations. (user: drh, tags: trunk) | |
| 21:46 | [fa13edd39c] When non-aggregate columns occur in an aggregate query with a single min() or max(), then the values of the non-aggregate columns are taken from one of the rows that was the min() or max(). (user: drh, tags: trunk) | |
| 21:42 | [f27c7b4fb1] Leaf: Fix a problem with NULL handling in aggregate min/max when returning values from the row containing the min or max. (user: drh, tags: output-minmax-row) | |
| 20:35 | [adb29232b6] For queries of the form "SELECT p, max(q) FROM t1", the value of column p returned is the one on the same row that holds the maximum value of q. (user: drh, tags: output-minmax-row) | |
| 18:50 | [0bc594e861] Data structure cleanup. Remove unused fields. Rearrange other files for tighter packing and reduced memory usage. (user: drh, tags: trunk) | |
| 06:38 | [25df2a7458] Simplified array allocation in the IdList and AggInfo objects. (user: drh, tags: trunk) | |
| 06:11 | [a3553b8a03] Fix a possible segfault after an OOM fault. This has been in the code for ages but only expressed itself following the previous check-in. (user: drh, tags: trunk) | |
| 04:58 | [5963de303a] Remove the nAlloc field from the ExprList object. (user: drh, tags: trunk) | |
|
2012-02-01
| ||
| 22:03 | [a38d57a4e5] Very small performance enhancement and reduction in size of the sqlite3_stmt object. (user: drh, tags: trunk) | |
| 04:14 | • Fixed ticket [ae6794effd]: ALTER TABLE RENAME fails for triggers that use the table name with a different case plus 2 other changes (user: drh) | |
| 04:13 | [0d78ebb8e4] Fix ALTER TABLE RENAME so that it correctly handles triggers that attach to the table using the name in a different case. Ticket [ae6794effd404]. (user: drh, tags: trunk) | |
| 03:20 | • New ticket [ae6794effd] ALTER TABLE RENAME fails for triggers that use the table name with a different case. (user: drh) | |
| 02:34 | [b4cad1ce78] Fix a compiler warning in FTS4. (user: drh, tags: trunk) | |
|
2012-01-31
| ||
| 17:24 | [77b3430de6] Futher pedantic fixes to the sqlite3_uri_boolean() interface. (user: drh, tags: trunk) | |
| 16:35 | [b0a161791d] Improvements to the documentation for sqlite3_uri_boolean(). (user: drh, tags: trunk) | |
| 08:11 | [313546b456] Change a comment in test script backup.test. (user: dan, tags: trunk) | |