aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_postgres.php
Commit message (Expand)AuthorAgeFilesLines
* [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