Andrew Sutherland
ea134b5296
Bug 555719 - (SQLite3.6.23.1) Upgrade to SQLite 3.6.23.1. rs=sdwilsh, some other dude who gave him an rs for such upgrades in general.
2010-03-31 13:30:26 -07:00
timeless@mozdev.org
2ec2638460
Bug 554605 crash [@ morkRow::AcquireRowObject(morkEnv*, morkStore*)]
...
r=bienvenu sr=bienvenu
2010-03-25 13:52:49 +01:00
Shawn Wilsher
ba70f8167b
Bug 551260 - Upgrade to SQLite 3.6.23
...
This is just the changes to SQLite code.
2010-03-22 11:54:21 -07:00
Shawn Wilsher
5de2ee62e3
Bug 551260 - Upgrade to SQLite 3.6.23
...
This contains the changes to configure.in (adding some checks for system SQLite)
and the changes to the README.mozilla file.
r=asuth
r=ted
2010-03-22 11:54:18 -07:00
David Bienvenu
b82aa10df4
remove unused mork files, r=asuth, sr=neil, 550913, only used by SM and TB
2010-03-13 11:00:42 -08:00
timeless@mozdev.org
01ebcc043d
Bug 547454 orkinHeap should use malloc/free instead of new/delete
...
r=neil
2010-02-28 22:59:55 +02:00
Walter Meinl
7cb5a6c7a2
Bug 536451 - OS/2 cannot handle mozsqlite3.dll. r=ted
...
--HG--
extra : rebase_source : c1a6deb7130b1142ca58dad88a34ecdcda75a378
2010-02-04 15:51:02 +01:00
Shawn Wilsher
2a008b8ad2
Bug 530667 - Upgrade to SQLite 3.6.22
...
This changeset contains the changes to our files for the upgrade.
rs=mconnor for SQLite library upgrade
--HG--
extra : rebase_source : bc0909691d6a13f6fccd4a4ee65727b51379d11e
2010-01-06 10:32:47 -08:00
Shawn Wilsher
174878071e
Bug 530667 - Upgrade to SQLite 3.6.22
...
This changeset contains the changes to the SQLite files.
rs=mconnor for SQLite library upgrade
--HG--
extra : rebase_source : dca09fd5d527c1825b0d8c05cab2b9bbccc664b3
2010-01-06 10:32:23 -08:00
Shawn Wilsher
e32864c5c8
Bug 494828 - Stop using our own mutexes and use SQLite's where possible.
...
Part 2: Use the helper object in a few places where we had our own mutexes.
r=asuth
2009-07-22 15:18:33 -07:00
Ted Mielczarek
16c6fcb12d
Rename sqlite3 library to mozsqlite3, fixes compile problems and crashes on Mac OS X. b=513747 r=sdwilsh
2009-12-15 01:52:57 -05:00
Mitchell Field
1e53bee1e1
bug 462381 - sprinkle magic PARALLEL_DIRS fairy dust about the build system r=ted.mielczarek
2009-11-13 14:40:00 -05:00
Shawn Wilsher
b2addce2e8
Bug 524144 - Upgrade to SQLite 3.6.20
...
This changeset contains the changes to SQLite code.
2009-11-05 08:24:15 -08:00
Shawn Wilsher
d4ce8239b2
Bug 524144 - Upgrade to SQLite 3.6.20
...
This changeset only contains changes to Mozilla code.
2009-11-05 08:24:14 -08:00
Ginn Chen
9a25a37a68
Bug 524422 Disable PGO for sqlite3 with Sun Studio on Solaris r=ted.mielczarek
2009-11-02 17:20:21 +08:00
Shawn Wilsher
ad49dd5873
Bug 525539 - Upgrade to SQLite 3.6.16.1
...
This fixes one common crash bug in SQLite 3.6.16 tracked by bug 523405.
2009-10-30 13:24:21 -07:00
Shawn Wilsher
63803cc43b
Backout of bug 519270 - Upgrade to SQLite 3.6.18 due to some instability.
...
--HG--
extra : rebase_source : 2c0dbb9016d4eb56b1eb4df2a2c77ddd9bae8ad0
2009-10-22 13:31:17 -07:00
Marco Bonardo
8046094136
Backout Bug 462381 due to Mac build bustage
2009-10-13 16:53:27 +02:00
Mitchell Field
2c1a5361de
Bug 462381 - sprinkle magic PARALLEL_DIRS fairy dust about the build system; Build more stuff in parallel (v3)
...
r=(benjamin, cbiesinger, smontagu, ted.mielczarek)
2009-10-13 15:22:56 +02:00
Dietrich Ayala
aa9cc01e37
Bug 419893 - sort out PGO-triggered bugs (r=ted)
...
--HG--
extra : rebase_source : 028cd891e11df11abf768107f64b1d6bca541dca
2009-10-08 11:01:13 -07:00
Robert O'Callahan
7f1c97589b
Backed out changeset 59a6c227df86
2009-10-02 15:23:36 +10:00
Shawn Wilsher
b8d642660a
Bug 494828 - Stop using our own mutexes and use SQLite's where possible.
...
Part 2: Use the helper object in a few places where we had our own mutexes.
r=asuth
--HG--
extra : rebase_source : 3f2f703274df0405bc395191dec8f522e5aa4e40
2009-07-22 15:18:33 -07:00
Shawn Wilsher
9a50075cfc
Bug 519270 - Upgrade to SQLite 3.6.18
...
This changeset contains the changes to SQLite code.
2009-10-01 10:17:03 -07:00
Shawn Wilsher
f481980fad
Bug 519270 - Upgrade to SQLite 3.6.18
...
This changeset contains the changes to mozilla code for the upgrade.
2009-10-01 10:17:02 -07:00
Benjamin Smedberg
11e4f3ba0e
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
2009-08-25 08:59:31 -07:00
Hashem Masoud
21c60736f1
Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin
2009-08-14 16:09:00 +02:00
Shawn Wilsher
68bad117a2
Bug 508104 - Upgrade to SQLite 3.6.16
...
This contains the changes to SQLite code for the upgrade.
--HG--
extra : rebase_source : be2ba260664dc80824dc6e2cd87f9e28beea9635
2009-08-03 16:04:33 -07:00
Shawn Wilsher
8c098c0bde
Bug 508104 - Upgrade to SQLite 3.6.16.
...
This contains the changes to mozilla code.
r=asuth
--HG--
extra : rebase_source : b7e5fc8824f207a37c1ea2c71a9a250ab5a7e513
2009-08-03 16:01:56 -07:00
Michael Kohler
aff45b5a51
Bug 106386 - Correct misspellings in source code (old); Patch 1; r=timeless
2009-07-27 10:46:59 +02:00
Curtis Bartley
fc5f11efaa
Bug 498938 - Add Levenshtein Edit Distance function to Sqlite so we can use it in queries. r=sdwilsh sr=vlad
2009-07-24 11:39:34 -04:00
Shawn Wilsher
eca4dba180
Backout of bug 494828 and bug 505550 due to orange.
2009-07-23 10:34:54 -07:00
Shawn Wilsher
55499f5566
Bug 494828 - Stop using our own mutexes and use SQLite's where possible.
...
Part 2: Use the helper object in a few places where we had our own mutexes.
r=asuth
2009-07-22 15:18:33 -07:00
Shawn Wilsher
c8fda89298
Bug 494826 - Compile SQLite with SQLITE_DEBUG defined
...
Compile SQLite in debug mode in our debug builds. We don't hit any assertions
in tests currently, and if we ever do, we've just found a bug in SQLite.
r=ted
2009-07-22 14:43:24 -07:00
Arpad Borsos
f5b7d1880b
Back out bug 474369, suspected of causing dhtml and tp3 regression
2009-06-12 23:20:55 +02:00
Arpad Borsos
dbb6c067b9
Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron
...
--HG--
extra : rebase_source : 2f40cba97555521222512c7cd793c2a2adcca333
2009-05-07 17:15:26 +02:00
Shawn Wilsher
f66759abb1
Bug 493560 - Upgrade to SQLite 3.6.14.2
...
This change contains the changes to SQLite's code.
2009-06-11 14:21:07 -07:00
Shawn Wilsher
b3fd7a542c
Bug 493560 - Upgrade to SQLite 3.6.14.2
...
This change contains the changes to mozilla code for the SQLite upgrade.
r=asuth
2009-06-11 14:21:03 -07:00
Shawn Wilsher
b9ab9c617c
Bug 481261 - Expose when queries are being inefficient in debug builds.
...
This adds a warning in debug builds about queries that do not use an index to
sort, which tend to be much much slower.
r=asuth
2009-03-12 14:30:15 -04:00
Shawn Wilsher
2e71ab00d2
Bug 478297 - Upgrade to SQLite 3.6.10
...
This changeset contains the changes to SQLite code.
2009-02-15 11:34:32 -08:00
Shawn Wilsher
9451f95a2b
Bug 478297 - Upgrade to SQLite 3.6.10
...
This changeset only contains the changes to mozilla's code.
r=asuth
2009-02-15 11:33:09 -08:00
Daniel Holbert
6d700687e6
Bug 458167 - Fix bad usage of "it's" in comments: patch for db folder. r=jcramer
2009-01-23 01:03:20 -08:00
Daniel Holbert
49fff2724c
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Shawn Wilsher
8c45c6b078
Bug 471685 - Upgrade to SQLite 3.6.7
...
This contains the changes to SQLite files.
2009-01-08 11:51:25 -05:00
Shawn Wilsher
5ad0abdd90
Bug 471685 - Upgrade to SQLite 3.6.7
...
This contains the changes to Mozilla code for the upgrade.
r=asuth
2009-01-08 11:51:21 -05:00
Shawn Wilsher
14741af0f4
Backed out changeset c569a8f91c0e (bug 471685) with a CLOSED TREE
2009-01-09 13:16:05 -08:00
Shawn Wilsher
a2756fca54
Bug 471685 - Upgrade to SQLite 3.6.7
...
This contains the changes to Mozilla code for the upgrade.
r=asuth
2009-01-08 11:51:21 -05:00
Andrew Sutherland
fb8e8554ca
Bustage fix windows for commit 7d7a0c514970 for bug 445525, resolving missing windows lib export defs.
2008-12-13 22:56:16 -08:00
Shawn Wilsher
ae36339c76
Bug 448114 - Notify about non-finalized statements in debug builds
...
r=asuth
2008-12-08 17:14:14 -05:00
Brad Lassey
3195c45062
Bug 464088 - Option to build NSS without dbm, non-nss changes r=ted
2008-12-03 08:42:03 -05:00
Shawn Wilsher
c7e85f8043
Bug 464803 - Upgrade to SQLite 3.6.6.2
...
This changeset contains the changes to our codebase.
r=asuth
2008-12-02 06:36:01 -05:00