aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_postgres.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11174] include utf_tools in postgres search backendDhruv2012-11-271-0/+8
* [ticket/10780] Use L_COLON on search backend ACP pages.Andreas Fischer2012-11-101-2/+2
* Merge PR #1043 branch 'dhruvgoel92/ticket/11177' into developOleg Pudeyev2012-11-091-0/+6
|\
| * [ticket/11177] return no results when query has only negationDhruv2012-11-091-0/+6
* | [ticket/11050] make all properties protected in all search backendsDhruv2012-11-091-3/+3
* | [ticket/11050] fix tidied search query docblock languageDhruv2012-11-091-1/+2
* | [ticket/11050] fix min/max length docblock languageDhruv2012-11-091-1/+1
* | [ticket/11050] multi sentences separated by period in docblocksDhruv2012-11-091-3/+3
* | [ticket/11050] fix split words doc block languageDhruv2012-11-091-1/+1
* | [ticket/11050] remove class word from docblocksDhruv2012-11-091-3/+3
* | [ticket/11050] replace user by phpbb_userDhruv2012-11-091-1/+1
* | [ticket/11050] fix minor comment/docblocks issuesDhruv2012-11-091-8/+8
* | [ticket/11050] fix docblocks with description before @varDhruv2012-11-091-3/+6
* | [ticket/11050] add access specifiers to pgsql search propertiesDhruv2012-11-091-3/+61
|/
* [ticket/11051] add public functions for public propertiesDhruv2012-08-151-3/+33
* [ticket/11048] use protected instead of private in pgsql fulltextDhruv2012-08-141-10/+10
* [ticket/11048] add access specifiers to pgsql searchDhruv2012-08-101-46/+14
* [ticket/11011] pass $auth to search backend constructorDhruv2012-08-081-1/+1
* [ticket/11011] remove global keyword in pgsql searchDhruv2012-07-281-77/+57
* [feature/postgresql-fulltext-search] supports_phrase_search functionDhruv Goel2012-07-081-1/+13
* [feature/postgresql-fulltext-search] fix formattingDhruv Goel2012-07-051-2/+2
* [feature/postgresql-fulltext-search] add docblocks to functionsDhruv Goel2012-07-051-5/+54
* [feature/postgresql-fulltext-search] remove phrase search codeDhruv Goel2012-07-051-33/+1
* [feature/postgresql-fulltext-search] define access control specifiersDhruv Goel2012-07-051-8/+8
* [feature/postgresql-fulltext-search] use version_compareDhruv Goel2012-07-051-5/+5
* [feature/postgresql-fulltext-search] fix language keyDhruv Goel2012-07-051-1/+1
* [feature/postgresql-fulltext-search] removes pcre checkDhruv Goel2012-07-051-8/+4
* [feature/postgresql-fulltext-search] remove mbstring supportDhruv Goel2012-07-051-81/+8
* [feature/postgresql-fulltext-search] change language for pgsql < 8.3Dhruv Goel2012-07-051-1/+1
* [feature/postgresql-fulltext-search] use phpbb_pcre_utf8_support()Dhruv Goel2012-07-051-6/+3
* [feature/postgresql-fulltext-search] fix variable nameDhruv Goel2012-07-051-4/+4
* [feature/postgresql-fulltext-search] Fix version comparison for 9.0+.Oleg Pudeyev2012-07-051-1/+1
* [feature/postgresql-fulltext-search] fixing licenseDhruv Goel2012-07-051-2/+1
* [feature/postgresql-fulltext-search] assign empty statsDhruv Goel2012-07-051-0/+6
* [feature/postgresql-fulltext-search] remove backward compatibilityDhruv Goel2012-07-051-39/+5
* [feature/postgresql-fulltext-search] minor changesDhruv Goel2012-07-051-3/+3
* [feature/postgresql-fulltext-search] minor changesDhruv Goel2012-07-051-6/+12
* [feature/postgresql-fulltext-search] Fixed bracesOleg Pudeyev2012-07-051-6/+8
* [feature/postgresql-fulltext-search] Remove closing php tagOleg Pudeyev2012-07-051-2/+0
* [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 3.we3b2012-06-081-49/+114
* [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 2.wagnerch2012-06-081-52/+24
* [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 1.wagnerch2012-06-081-0/+893