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
/
libs
/
rdbms
/
database
/
DatabasePostgres.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
rdbms: Fix disabled PostgreSQL test
Tim Starling
2025-03-24
1
-13
/
+17
*
Replace isset() with null checks
Umherirrender
2024-12-19
1
-2
/
+2
*
Fix DatabasePostgres::indexInfo()
Tim Starling
2024-09-25
1
-2
/
+11
*
build: Use inline ignore for Generic.CodeAnalysis.AssignmentInCondition
Umherirrender
2024-09-01
1
-0
/
+1
*
Merge "rdbms: clean up indexExists() and indexUnique() in Database"
jenkins-bot
2024-06-10
1
-18
/
+9
|
\
|
*
rdbms: clean up indexExists() and indexUnique() in Database
Aaron Schulz
2024-06-03
1
-18
/
+9
*
|
rdbms: remove deprecated IDatabase::nextSequenceValue() method
Aaron Schulz
2024-06-03
1
-6
/
+0
|
/
*
rdbms: Drop IReadableDatabase::wasDeadlock()
Amir Sarabadani
2024-05-31
1
-5
/
+0
*
rdbms: remove unused IMaintainableDatabase::textFieldSize() method
Aaron Schulz
2024-05-30
1
-20
/
+0
*
Merge "rdbms: rename and clarify various table name parameters"
jenkins-bot
2024-05-30
1
-37
/
+0
|
\
|
*
rdbms: rename and clarify various table name parameters
Aaron Schulz
2024-05-28
1
-37
/
+0
*
|
Merge "rdbms: Create RawSQLValue for SET clauses in update/upsert"
jenkins-bot
2024-05-29
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
rdbms: Create RawSQLValue for SET clauses in update/upsert
Bartosz Dziewoński
2024-05-21
1
-0
/
+3
*
|
rdbms: keep the current domain in sync within Database/DatabasePlatform
Aaron Schulz
2024-05-23
1
-1
/
+1
*
|
rdbms: remove unused $schema parameters in DatabasePostgres methods
Aaron Schulz
2024-05-16
1
-18
/
+6
|
/
*
Merge "rdbms: use qualifiedTableComponents() in more places"
jenkins-bot
2024-05-14
1
-3
/
+4
|
\
|
*
rdbms: use qualifiedTableComponents() in more places
Aaron Schulz
2024-04-11
1
-3
/
+4
*
|
rdbms: Add some return typehints to SelectQueryBuilder
Umherirrender
2024-04-19
1
-1
/
+1
*
|
rdbms: deprecate IMaintainableDatabase::textFieldSize
Aaron Schulz
2024-04-16
1
-0
/
+1
|
/
*
DatabasePostgres: Update getServerVersion() code to remove old fallbacks
Reedy
2024-03-26
1
-12
/
+2
*
rdbms: replace truncate() with simpler truncateTable() method
Aaron Schulz
2024-02-20
1
-6
/
+4
*
build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually
James D. Forrester
2024-02-10
1
-0
/
+10
*
rdbms: remove pointless DatabasePostgres::getRealTableName() method
Aaron Schulz
2024-01-17
1
-11
/
+2
*
Make write queries just have a single destination table
Tim Starling
2023-12-11
1
-12
/
+9
*
rdbms: Simplify TRUNCATE handling
Tim Starling
2023-12-11
1
-4
/
+0
*
rdbms: distinguish different CREATE statements in Query::getVerb()
Aaron Schulz
2023-12-09
1
-1
/
+1
*
rdbms: make Query only track tables that are the target of writes
Aaron Schulz
2023-12-05
1
-25
/
+24
*
rdbms: Map PostgreSQL boolean values to MySQL-compatible forms
Tim Starling
2023-11-29
1
-2
/
+2
*
rdbms: Drop old class aliases
James D. Forrester
2023-08-24
1
-5
/
+0
*
rdbms: Fix postgres db function call
Ammarpad
2023-07-24
1
-1
/
+1
*
Merge "Replace substr with cleaner string methods"
jenkins-bot
2023-06-06
1
-1
/
+1
|
\
|
*
Replace substr with cleaner string methods
Matěj Suchánek
2023-05-20
1
-1
/
+1
*
|
rdbms: make IDatabase::insertId() less fragile and more consistent
Aaron Schulz
2023-05-26
1
-12
/
+40
*
|
rdbms: Make DatabasePostgres use Query object when calling DB::query()
Amir Sarabadani
2023-05-24
1
-143
/
+122
|
/
*
rdbms: Roll up small once-called private/protected methods of Database
Amir Sarabadani
2023-05-15
1
-2
/
+2
*
rdbms: Drop Database::queryMulti()
Amir Sarabadani
2023-05-11
1
-42
/
+1
*
rdbms: Drop keywordTableMap config parameter from DatabasePostgres
Amir Sarabadani
2023-04-29
1
-13
/
+0
*
rdbms: simplify affectedRows() by using the QueryStatus result
Aaron Schulz
2023-04-29
1
-9
/
+1
*
rdbms: Introduce Query object
Amir Sarabadani
2023-04-28
1
-1
/
+2
*
Remove three unused IDatabase::was* methods
Amir Sarabadani
2023-04-12
1
-5
/
+0
*
Fix more PHPStorm inspections (#2)
Tim Starling
2023-03-25
1
-1
/
+1
*
Merge "rdbms: escape backslashes in makeConnectionString for PostgreSQL"
jenkins-bot
2023-03-03
1
-1
/
+1
|
\
|
*
rdbms: escape backslashes in makeConnectionString for PostgreSQL
Thomas Daniels
2022-06-27
1
-1
/
+1
*
|
Remove unused local variable assignment
Umherirrender
2023-02-04
1
-1
/
+1
*
|
Pass empty string to strlen() if schema is null for PostgresDatabase
Dreamy Jazz
2023-01-29
1
-3
/
+3
*
|
rdbms: Consolidate logger channels into one
Timo Tijhof
2023-01-03
1
-10
/
+11
*
|
Merge "Make use of ?:, ?? and ??= operators in mostly trivial cases"
jenkins-bot
2022-12-16
1
-5
/
+1
|
\
\
|
*
|
Make use of ?:, ?? and ??= operators in mostly trivial cases
thiemowmde
2022-12-05
1
-5
/
+1
*
|
|
rdbms: Moving replication-related code to its own component
Amir Sarabadani
2022-12-15
1
-0
/
+6
|
/
/
*
|
Remove DatabasePostgres::remappedTableName
Matěj Suchánek
2022-11-28
1
-11
/
+0
[next]