aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/rdbms
Commit message (Expand)AuthorAgeFilesLines
* Merge "rdbms: Fix disabled PostgreSQL test"jenkins-bot2025-03-241-13/+17
|\
| * rdbms: Fix disabled PostgreSQL testTim Starling2025-03-241-13/+17
* | rdbms: Use real type hints for objects instead of doc blocksBartosz Dziewoński2025-03-236-21/+10
|/
* rdbms: Don't forward DB connection handle to transaction callbacksMáté Szabó2025-02-123-12/+6
* Merge "rdbms: Replace func_get_args() in SQLPlatform::buildLike()"jenkins-bot2025-02-082-5/+3
|\
| * rdbms: Replace func_get_args() in SQLPlatform::buildLike()Umherirrender2025-02-082-5/+3
* | Merge "libs: Replace call_user_func with dynamic function call"jenkins-bot2025-02-083-4/+4
|\ \ | |/ |/|
| * libs: Replace call_user_func with dynamic function callUmherirrender2025-01-313-4/+4
* | Replace func_get_args() with real variadic argument in DatabaseUmherirrender2025-02-061-1/+1
* | Merge "build: Updating mediawiki/mediawiki-codesniffer to 46.0.0"jenkins-bot2025-02-021-1/+1
|\ \
| * | build: Updating mediawiki/mediawiki-codesniffer to 46.0.0libraryupgrader2025-01-311-1/+1
| |/
* / Add TransactionProfiler::getExpectationDreamy Jazz2025-01-311-0/+24
|/
* rdbms: Add Subquery type to JoinGroupBase::table documentationUmherirrender2025-01-192-3/+3
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-1712-49/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-163-12/+0
* Merge "rdbms: make transaction rounds apply DBO_TRX to DB_REPLICA connections"jenkins-bot2025-01-131-8/+8
|\
| * rdbms: make transaction rounds apply DBO_TRX to DB_REPLICA connectionsAaron Schulz2024-12-191-8/+8
* | Merge "rdbms: simplify transaction round flag handling in LoadBalancer"jenkins-bot2025-01-104-40/+48
|\|
| * rdbms: simplify transaction round flag handling in LoadBalancerAaron Schulz2024-12-194-40/+48
* | rdbms: Improve the documentation of ::getAutoCommitPrimaryConnection()Amir Sarabadani2025-01-091-1/+5
* | Merge "rdbms: Check for duplicate and conflicting fields in SelectQueryBuilder"jenkins-bot2025-01-091-4/+24
|\ \
| * | rdbms: Check for duplicate and conflicting fields in SelectQueryBuilderBartosz Dziewoński2025-01-071-4/+24
* | | Merge "Database: tracing: emit row respose stats"jenkins-bot2025-01-081-0/+7
|\ \ \
| * | | Database: tracing: emit row respose statsChris Danis2025-01-071-0/+7
* | | | Merge "Add ILBFactory::getAutoCommitPrimaryConnection()"jenkins-bot2025-01-082-0/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Add ILBFactory::getAutoCommitPrimaryConnection()Jakob Warkotsch2025-01-072-0/+17
* | | | Database: tracing: query errors => span errorChris Danis2025-01-071-1/+3
| |/ / |/| |
* | | Database: prefix tracing operation namesChris Danis2025-01-061-2/+2
|/ /
* | rdbms/Database: cleanup otel attributesChris Danis2025-01-031-4/+1
* | Rdbms\Database: export OTel spans for db operationsChris Danis2024-12-203-0/+48
* | Merge "rdbms: remove MWLBFactory::applyGlobalState deferred update logic"jenkins-bot2024-12-202-0/+2
|\ \
| * | rdbms: remove MWLBFactory::applyGlobalState deferred update logicAaron Schulz2024-12-192-0/+2
* | | rdbms: avoid some bogus type-based phpstorm warnings in LoadBalancerAaron Schulz2024-12-192-2/+3
| |/ |/|
* | Replace isset() with null checksUmherirrender2024-12-191-2/+2
|/
* Merge "rdbms: Tighten PHPCS LineLength disables"jenkins-bot2024-12-177-22/+27
|\
| * rdbms: Tighten PHPCS LineLength disablesBartosz Dziewoński2024-11-037-22/+27
* | Move SQL schema and schema changes to new sql/ top-level directoryDaimona Eaytoy2024-12-131-2/+2
* | rdbms: fix table prefixing in "FOR UPDATE" clause generation in PostgresAaron Schulz2024-12-112-16/+26
* | rdbms: renamed $trxRoundId parameters in TransactionManagerAaron Schulz2024-12-023-8/+8
* | rdbms: rename LBFactory/LoadBalancer trxRoundId field to trxRoundFnameAaron Schulz2024-12-024-40/+56
* | rdbms: Remove ISQLPlatform::tableNames()Aaron Schulz2024-11-223-44/+1
* | includes/libs/Message: Add return type hints, update methodsDoğu Abaris2024-11-213-4/+4
* | installer: Virtual domain and external store installationTim Starling2024-11-201-3/+54
* | Merge "installer: Add DatabaseUpdater methods to support GlobalBlocking"jenkins-bot2024-11-151-1/+1
|\ \
| * | installer: Add DatabaseUpdater methods to support GlobalBlockingTim Starling2024-11-151-1/+1
| |/
* / rdbms: Remove handling of cancel callbacksAmir Sarabadani2024-11-144-107/+5
|/
* Merge "Use ++ and -- rather than += 1 and -= 1"jenkins-bot2024-10-231-2/+2
|\
| * Use ++ and -- rather than += 1 and -= 1Reedy2024-10-171-2/+2
* | Merge "rdbms: clean up use of GeneralizedSql in Database::attemptQuery()"jenkins-bot2024-10-223-23/+30
|\ \
| * | rdbms: clean up use of GeneralizedSql in Database::attemptQuery()Aaron Schulz2024-10-223-23/+30