index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
db
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Using @return never documentation on always-throw-function
Umherirrender
2021-09-07
1
-0
/
+3
*
docs: Change wording master to primary in comments and log text
Umherirrender
2021-09-01
1
-1
/
+1
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
Remove unused PatchFileLocation trait
DannyS712
2021-06-02
1
-90
/
+0
*
Avoid errors in CLI mode when user has no name
daniel
2021-05-19
1
-1
/
+6
*
Merge "rdbms: Use REQUEST_TIME_FLOAT for LBFactory::getCPInfoFromCookieValue"
jenkins-bot
2021-04-29
1
-1
/
+2
|
\
|
*
rdbms: Use REQUEST_TIME_FLOAT for LBFactory::getCPInfoFromCookieValue
Timo Tijhof
2021-04-28
1
-1
/
+2
*
|
Merge "rdbms: Move setLBFactoryTriggers from doMaintenance to service wiring"
jenkins-bot
2021-04-28
1
-1
/
+48
|
\
|
|
*
rdbms: Move setLBFactoryTriggers from doMaintenance to service wiring
Timo Tijhof
2021-04-27
1
-1
/
+48
*
|
Merge "Setup: Move LBFactory::setRequestInfo() to service wiring"
jenkins-bot
2021-04-27
1
-1
/
+52
|
\
|
|
*
Setup: Move LBFactory::setRequestInfo() to service wiring
Timo Tijhof
2021-04-26
1
-1
/
+52
*
|
Migrate user table to abstract schema
Ammarpad
2021-04-24
1
-5
/
+1
|
/
*
rdbms: Remove unused 'hostname' in LBFactory and LoadBalancer
Timo Tijhof
2021-04-08
1
-1
/
+0
*
rdbms: detect corrupt Database instances due to critical section failure
Aaron Schulz
2021-03-24
1
-1
/
+5
*
Add $wgChronologyProtectorStash and improve $wgMainStash comments
Aaron Schulz
2021-03-01
1
-3
/
+3
*
Use static closures where safe to use
Umherirrender
2021-02-11
2
-2
/
+2
*
MWLBFactory: rename magic HTTP header for opting out of sqlite write lock
C. Scott Ananian
2021-02-04
1
-2
/
+2
*
Allow REST API POST handlers to opt out of mandatory sqlite locking
C. Scott Ananian
2021-02-03
1
-0
/
+8
*
Migrate text table to abstract schema
Amir Sarabadani
2021-01-09
1
-1
/
+1
*
Remove documentation that literally repeats the code
Thiemo Kreuz
2020-10-27
1
-3
/
+0
*
Mark CONSTRUCTOR_OPTIONS as internal
Aryeh Gregor
2020-08-21
1
-2
/
+1
*
rdbms: Simplify MWLBFactory::getLBFactoryClass
Timo Tijhof
2020-06-23
1
-29
/
+9
*
Introduce wfDeprecatedMsg()
Tim Starling
2020-06-22
1
-3
/
+4
*
Simplify use of ?? in MWLBFactory
Umherirrender
2020-06-18
1
-1
/
+1
*
CloneDatabase, add domain alias when prefix is changed
addshore
2020-06-15
1
-1
/
+11
*
Pass function name to database functions
Umherirrender
2020-06-07
1
-2
/
+2
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-2
/
+2
*
objectcache: dependency inject LoadBalancer into SqlBagOStuff
Aaron Schulz
2020-05-18
1
-30
/
+3
*
More flexible deprecation warnings
Tim Starling
2020-04-22
1
-7
/
+1
*
rdbms: Fix debug toolbar query tab when $wgDebugLogFile is not set
Holger Knust
2020-03-24
1
-1
/
+5
*
rdbms: dependency inject domain aliases into LBFactory
Aaron Schulz
2020-02-15
1
-0
/
+15
*
Remove $wgDBWindowsAuthentication
mainframe98
2019-11-10
1
-1
/
+0
*
Merge "rdbms: Restore debug toolbar "Queries" feature"
jenkins-bot
2019-10-15
1
-4
/
+5
|
\
|
*
rdbms: Restore debug toolbar "Queries" feature
Timo Tijhof
2019-10-11
1
-4
/
+5
*
|
Services: Convert MWLBFactory's static to a const now HHVM is gone
James D. Forrester
2019-10-08
1
-4
/
+2
|
/
*
Remove MySQL index aliasing for user_newtalk indexes
Brad Jorsch
2019-09-27
1
-29
/
+0
*
Clean up ar_usertext_timestamp index mess
Brad Jorsch
2019-09-18
1
-1
/
+0
*
Make ObjectCache check the value of apc.enable_cli in CLI mode
Aaron Schulz
2019-08-29
1
-3
/
+8
*
Remove more Oracle and Mssql leftovers
Daimona Eaytoy
2019-08-25
3
-174
/
+1
*
More clean up of oracle/mssql
Amir Sarabadani
2019-08-14
1
-3
/
+1
*
Drop Oracle and Mssql
Amir Sarabadani
2019-08-14
1
-1387
/
+0
*
Merge "rdbms: remove various deprecated methods"
jenkins-bot
2019-07-26
1
-4
/
+0
|
\
|
*
rdbms: remove various deprecated methods
Aaron Schulz
2019-07-26
1
-4
/
+0
*
|
rdbms: normalize Database open() code and error handling
Aaron Schulz
2019-07-26
2
-71
/
+66
|
/
*
rdbms: cleanup some Database error message wording for consistency
Aaron Schulz
2019-07-11
1
-2
/
+15
*
Merge "rdbms: fix typo and clean up some cruft in MWLBFactory"
jenkins-bot
2019-07-04
1
-8
/
+10
|
\
|
*
rdbms: fix typo and clean up some cruft in MWLBFactory
Aaron Schulz
2019-07-04
1
-8
/
+10
*
|
rdbms: make implement IResultWrapper directly instead of via inheritence
Aaron Schulz
2019-07-04
1
-26
/
+6
|
/
*
rdbms: combine trxLevel and trxShortId fields in Database
Aaron Schulz
2019-06-28
1
-11
/
+9
*
rdbms: remove $opened field from Database for simplicity
Aaron Schulz
2019-06-27
1
-5
/
+4
[prev]
[next]