aboutsummaryrefslogtreecommitdiffstats
path: root/includes/installer/PostgresInstaller.php
Commit message (Expand)AuthorAgeFilesLines
* installer: Simplify setupPLpgSQLTim Starling2024-10-011-28/+4
* installer: Merge manual table creation into the create-tables stepTim Starling2024-10-011-52/+13
* Move services state management out of DatabaseInstallerTim Starling2024-10-011-8/+0
* Unify installer connection handlingTim Starling2024-09-261-67/+24
* installer: use ConnectionStatus::getDB() in more placesAaron Schulz2024-09-171-3/+4
* installer: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+5
* installer: remove redundant clearFlag( DBO_TRX )/commit() callsAaron Schulz2024-08-071-2/+0
* Add explicit parentheses around mixed boolean operatorUmherirrender2024-03-231-1/+1
* Split web-specific code out of DatabaseInstallerTim Starling2024-03-131-188/+28
* Replace more instances of unchecked MWExceptionDaimona Eaytoy2024-01-231-4/+2
* installer: Namespace remaining classesReedy2024-01-131-0/+3
* Redesign the installer with CodexAmir Sarabadani2023-12-131-3/+7
* rdbms: Map PostgreSQL boolean values to MySQL-compatible formsTim Starling2023-11-291-2/+2
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* installer: Check MariaDB version in updater/installerUmherirrender2023-07-221-2/+1
* installer: Support SSL in the installermainframe982023-05-031-0/+7
* rdbms: Remove Database::attributesFromType and hard-deprecate ::factoryAmir Sarabadani2023-02-231-1/+2
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-10/+2
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-1/+0
* rdbms: Move Database::factory() to DatabaseFactory serviceKunal Mehta2022-08-311-1/+2
* Raise minimum supported postgres version from 9.5 to 10James D. Forrester2022-08-031-1/+1
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-0/+1
* Same code style and formatting for exists-style SQL queriesThiemo Kreuz2021-08-121-3/+3
* Add some missing __METHOD__ parameters to database callsDannyS7122021-06-071-1/+1
* Migrate user table to abstract schemaAmmarpad2021-04-241-1/+0
* Migrate archive table to abstract schemaAmir Sarabadani2021-03-131-0/+5
* Migrate text table to abstract schemaAmir Sarabadani2021-01-091-5/+6
* Update minimum version of PostgreSQL to 9.4Reedy2020-12-231-1/+1
* installer: PostgreSQL installer should respect a custom portsaper2020-08-111-0/+1
* Pass function name to database functions (rdbms/installer)Umherirrender2020-06-071-3/+3
* Fix some more Squiz.Scope.MethodScope.MissingReedy2020-05-171-8/+8
* Wire empty abstract schema into installerAmir Sarabadani2020-05-091-2/+9
* Pass 1 always as string to IDatabase::select and friendsUmherirrender2020-01-111-2/+2
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* installer: Rename Doxygen group from "Deployment" to "Installer"Timo Tijhof2019-11-251-2/+2
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-0/+1
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+5
* Correct typo `notMinimumVerisonMessage'DannyS7122019-07-081-1/+1
* rdbms: remove $opened field from Database for simplicityAaron Schulz2019-06-271-0/+1
* Fix typo of Minimum in variable nameReedy2019-05-261-1/+1
* Fix order of @var parameter in PHPFomafix2019-04-081-5/+5
* Collapse some nested if statementsReedy2019-04-041-5/+5
* Fix unused vars/pointless assignmentsMax Semenik2019-03-291-1/+1
* Bump required Postgres version to 9.2Max Semenik2018-03-261-1/+1
* Remove @param comments that literally repeat what the code saysThiemo Mättig2018-01-101-1/+1
* Merge "Check minimum database server version when running update.php"jenkins-bot2017-10-201-3/+5
|\
| * Check minimum database server version when running update.phpKunal Mehta2017-10-021-3/+5
* | Fix typo in 'language'Umherirrender2017-10-071-1/+1
|/
* Always put type information before variable name for @var tagsKunal Mehta2017-09-041-1/+1