aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search/fulltext_postgres.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14098] Add core events to the search backendsrxu2015-10-091-4/+68
| | | | PHPBB3-14098
* Merge pull request #3485 from brunoais/ticket/13694Marc Alexander2015-06-091-0/+49
|\ | | | | | | [ticket/13694] Allow modifying the Postgres native author search query for results
| * [ticket/13694] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | PHPBB3-13694
| * [ticket/13694] Allow modifying the Postgres native author search querybrunoais2015-03-121-0/+49
| | | | | | | | PHPBB3-13694
* | Merge pull request #3481 from brunoais/ticket/13689Marc Alexander2015-06-091-0/+49
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13689] Allow modifying the query for postgres native fulltext search Conflicts: phpBB/develop/search_fill.php phpBB/includes/acp/acp_main.php phpBB/includes/acp/acp_search.php phpBB/includes/functions_admin.php phpBB/includes/functions_posting.php phpBB/includes/mcp/mcp_main.php phpBB/includes/mcp/mcp_post.php phpBB/install/install_convert.php phpBB/install/install_install.php phpBB/phpbb/search/fulltext_mysql.php phpBB/phpbb/search/fulltext_native.php phpBB/phpbb/search/fulltext_postgres.php phpBB/phpbb/search/fulltext_sphinx.php phpBB/search.php tests/search/mysql_test.php tests/search/native_test.php tests/search/postgres_test.php
| * | [ticket/13689] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| | | | | | | | | | | | PHPBB3-13689
| * | [ticket/13689] Allow modifying the query for postgres native fulltext searchbrunoais2015-03-121-0/+49
| |/ | | | | | | PHPBB3-13689
| * [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-03-121-1/+9
| | | | | | | | PHPBB3-13685
* | [ticket/13685] phpBB, not PhpBBbrunoais2015-06-091-1/+1
| | | | | | | | PHPBB3-13685
* | [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+9
|/ | | | PHPBB3-13685
* [ticket/12557] Fix php file descriptionn-aleha2014-08-071-1/+1
| | | | PHPBB3-12557
* [ticket/12557] Search, cron and profilefields fixesn-aleha2014-08-031-0/+6
| | | | PHPBB3-12557
* [ticket/12515] Remove check for PostgreSQL 8.3+Joas Schilling2014-07-061-29/+2
| | | | PHPBB3-12515
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-4/+4
| | | | PHPBB3-12446
* [ticket/12721] Add Squiz.ControlStructures.ElseIfDeclaration in legacyTristan Darricau2014-06-161-2/+2
| | | | PHPBB3-12721
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
| | | | PHPBB3-12594
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-1/+1
| | | | PHPBB3-12282
* [ticket/11040] Swap post_text and post_subject for post_content indexDhruv2014-03-121-1/+1
| | | | | | Provides better performance as per PostgreSQL Docs. PHPBB3-11040
* [ticket/11040] Remove postgres extra indexesDhruv2014-03-121-16/+2
| | | | | | | Remove post_text index as post_content index is sufficient to search post text. PHPBB3-11040
* [ticket/11040] Add post_content indexDhruv2014-03-121-1/+15
| | | | | | | In addition to post_subject and post_title indexes add a post_content which is concatenation of both the columns. PHPBB3-11040
* [ticket/11040] Search subject and text togetherDhruv2014-03-121-5/+3
| | | | | | | Instead of searching for post_subject and post_text seperately and then OR them in where clause we use concatenation of the two columns and search PHPBB3-11040
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11700] Fix some more incorrectly changed commentsNils Adermann2013-09-191-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Fix leftover backslashes in commentsNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-7/+9
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+963
PHPBB3-11698