aboutsummaryrefslogtreecommitdiffstats
path: root/includes/search/SearchPostgres.php
Commit message (Expand)AuthorAgeFilesLines
* Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-301-1/+1
* Type hint IReadableDatabase on IConnectionProvider::getReplicaDatabaseUmherirrender2024-03-161-0/+6
* Fix exception from SearchPostgres when slot_roles is emptyTim Starling2023-11-211-4/+7
* search: Make DB-backed search engines use ICP instead of LB/LBFAmir Sarabadani2023-07-131-5/+5
* build: Cleanup of .phpcs.xmlUmherirrender2023-04-131-0/+3
* Fix some PHPStorm inspections (#1)Tim Starling2023-03-251-1/+1
* Remove unused arguments to private functionsUmherirrender2023-02-081-4/+3
* search: Use NS_MAIN instead of hard coded 0Umherirrender2022-03-071-2/+2
* Fix code commentAmir Sarabadani2021-07-101-15/+15
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Migrate text table to abstract schemaAmir Sarabadani2021-01-091-4/+4
* Pass function name to database functionsUmherirrender2020-06-071-2/+2
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-3/+3
* Fix even more Squiz.Scope.MethodScope.MissingReedy2020-05-171-2/+2
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Migrate Database::query with true to IDatabase::QUERY_SILENCE_ERRORSUmherirrender2019-12-301-2/+3
* search: refactor DatabaseSearch to take a load balancer instanceAaron Schulz2019-06-261-8/+14
* Remove references to field rev_text_idBill Pirkle2019-03-261-8/+28
* Deprecate SearchEngine::replacePrefixesDavid Causse2018-07-171-2/+2
* Merge "Deprecate overriding SearchEngine::search*"jenkins-bot2018-05-161-2/+2
|\
| * Deprecate overriding SearchEngine::search*Erik Bernhardson2018-05-151-2/+2
* | Make internal search methods private for db implementationsDavid Causse2018-05-091-2/+2
|/
* Remove empty lines at end of functionsumherirrender2016-11-051-2/+0
* Improve code suffering from PHP 5.3's lack of support for foo()[]Bartosz DziewoƄski2016-02-281-2/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* phpcs: Fix some "Single space expected before elseif"umherirrender2015-11-011-11/+7
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-15/+15
* PostgreSQL: Fix text search on moved pagesJeff2015-02-171-1/+1
* or -> ||Reedy2014-10-241-1/+1
* Remove redundant $db->resultObject() callsKevin Israel2014-09-191-2/+2
* Reset searchTerms[] before populating.Chad Horohoe2014-09-051-0/+1
* Remove score display from search engineChad Horohoe2014-08-071-31/+3
* Remove SearchResultTooManyChad Horohoe2014-06-201-7/+0
* Clean up database-backed SearchResultSetsChad Horohoe2014-04-221-5/+1
* Merge "Fixed some @params documentation (includes/*)"jenkins-bot2014-04-221-5/+5
|\
| * Fixed some @params documentation (includes/*)umherirrender2014-04-201-5/+5
* | PostgreSQL: Improve speed for page edit in importsJeff2014-04-201-1/+1
|/
* Remove "include redirects" option from searchChad Horohoe2014-03-261-5/+0
* Rename some local vars to start with a lowercase letterumherirrender2014-03-151-4/+4
* Fix spacing between two functionsumherirrender2014-03-151-0/+1
* Changing URLs of mediawiki.org in scripts to the SSL-based websiteLadsgroup2014-03-131-1/+1
* Begin abstracting more of the database-specific search backend outChad Horohoe2014-01-211-14/+1
* Fixed spacing around parenthesis in includesumherirrender2013-04-281-1/+1
* Fixed spacing in logging/parser/profiler/rl/revdel/search folderumherirrender2013-04-201-7/+8
* Added/Removed spaces around string concatenationumherirrender2013-04-131-4/+4
* fix some spacingumherirrender2013-03-251-11/+11
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-1/+1
* fix some spacingumherirrender2013-02-041-13/+13
* fix some spacingumherirrender2013-01-261-8/+8
* More return documentationSam Reed2012-02-091-0/+1