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
/
installer
/
PostgresInstaller.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
installer: Simplify setupPLpgSQL
Tim Starling
2024-10-01
1
-28
/
+4
*
installer: Merge manual table creation into the create-tables step
Tim Starling
2024-10-01
1
-52
/
+13
*
Move services state management out of DatabaseInstaller
Tim Starling
2024-10-01
1
-8
/
+0
*
Unify installer connection handling
Tim Starling
2024-09-26
1
-67
/
+24
*
installer: use ConnectionStatus::getDB() in more places
Aaron Schulz
2024-09-17
1
-3
/
+4
*
installer: Add missing documentation to class properties
Umherirrender
2024-09-07
1
-0
/
+5
*
installer: remove redundant clearFlag( DBO_TRX )/commit() calls
Aaron Schulz
2024-08-07
1
-2
/
+0
*
Add explicit parentheses around mixed boolean operator
Umherirrender
2024-03-23
1
-1
/
+1
*
Split web-specific code out of DatabaseInstaller
Tim Starling
2024-03-13
1
-188
/
+28
*
Replace more instances of unchecked MWException
Daimona Eaytoy
2024-01-23
1
-4
/
+2
*
installer: Namespace remaining classes
Reedy
2024-01-13
1
-0
/
+3
*
Redesign the installer with Codex
Amir Sarabadani
2023-12-13
1
-3
/
+7
*
rdbms: Map PostgreSQL boolean values to MySQL-compatible forms
Tim Starling
2023-11-29
1
-2
/
+2
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-0
/
+1
*
installer: Check MariaDB version in updater/installer
Umherirrender
2023-07-22
1
-2
/
+1
*
installer: Support SSL in the installer
mainframe98
2023-05-03
1
-0
/
+7
*
rdbms: Remove Database::attributesFromType and hard-deprecate ::factory
Amir Sarabadani
2023-02-23
1
-1
/
+2
*
Reorg: Move HTML-related classes out of includes/ to Html/
Amir Sarabadani
2023-02-16
1
-0
/
+1
*
Make use of ?:, ?? and ??= operators in mostly trivial cases
thiemowmde
2022-12-05
1
-10
/
+2
*
build: Update mediawiki/mediawiki-phan-config to 0.12.0
Daimona Eaytoy
2022-10-08
1
-1
/
+0
*
rdbms: Move Database::factory() to DatabaseFactory service
Kunal Mehta
2022-08-31
1
-1
/
+2
*
Raise minimum supported postgres version from 9.5 to 10
James D. Forrester
2022-08-03
1
-1
/
+1
*
build: Update mediawiki/mediawiki-phan-config to 0.11.0
Umherirrender
2021-09-07
1
-0
/
+1
*
Same code style and formatting for exists-style SQL queries
Thiemo Kreuz
2021-08-12
1
-3
/
+3
*
Add some missing __METHOD__ parameters to database calls
DannyS712
2021-06-07
1
-1
/
+1
*
Migrate user table to abstract schema
Ammarpad
2021-04-24
1
-1
/
+0
*
Migrate archive table to abstract schema
Amir Sarabadani
2021-03-13
1
-0
/
+5
*
Migrate text table to abstract schema
Amir Sarabadani
2021-01-09
1
-5
/
+6
*
Update minimum version of PostgreSQL to 9.4
Reedy
2020-12-23
1
-1
/
+1
*
installer: PostgreSQL installer should respect a custom port
saper
2020-08-11
1
-0
/
+1
*
Pass function name to database functions (rdbms/installer)
Umherirrender
2020-06-07
1
-3
/
+3
*
Fix some more Squiz.Scope.MethodScope.Missing
Reedy
2020-05-17
1
-8
/
+8
*
Wire empty abstract schema into installer
Amir Sarabadani
2020-05-09
1
-2
/
+9
*
Pass 1 always as string to IDatabase::select and friends
Umherirrender
2020-01-11
1
-2
/
+2
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
installer: Rename Doxygen group from "Deployment" to "Installer"
Timo Tijhof
2019-11-25
1
-2
/
+2
*
phan: Disable enable_class_alias_support
Umherirrender
2019-09-15
1
-0
/
+1
*
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-0
/
+5
*
Correct typo `notMinimumVerisonMessage'
DannyS712
2019-07-08
1
-1
/
+1
*
rdbms: remove $opened field from Database for simplicity
Aaron Schulz
2019-06-27
1
-0
/
+1
*
Fix typo of Minimum in variable name
Reedy
2019-05-26
1
-1
/
+1
*
Fix order of @var parameter in PHP
Fomafix
2019-04-08
1
-5
/
+5
*
Collapse some nested if statements
Reedy
2019-04-04
1
-5
/
+5
*
Fix unused vars/pointless assignments
Max Semenik
2019-03-29
1
-1
/
+1
*
Bump required Postgres version to 9.2
Max Semenik
2018-03-26
1
-1
/
+1
*
Remove @param comments that literally repeat what the code says
Thiemo Mättig
2018-01-10
1
-1
/
+1
*
Merge "Check minimum database server version when running update.php"
jenkins-bot
2017-10-20
1
-3
/
+5
|
\
|
*
Check minimum database server version when running update.php
Kunal Mehta
2017-10-02
1
-3
/
+5
*
|
Fix typo in 'language'
Umherirrender
2017-10-07
1
-1
/
+1
|
/
*
Always put type information before variable name for @var tags
Kunal Mehta
2017-09-04
1
-1
/
+1
[next]