aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/driver/postgres.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12624] Add debug.load_time parameterJakub Senko2019-05-091-2/+2
| | | | PHPBB3-12624
* [ticket/12627] Add debug.sql_explain parameterJakub Senko2019-05-091-4/+3
| | | | PHPBB3-12627
* Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-101-0/+9
|\ | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12671] Possibility to use NOT LIKE expression [ticket/12671] Possibility to use NOT LIKE expression [ticket/12671] Possibility to use NOT LIKE expression [ticket/12671] Possibility to use NOT LIKE expression [ticket/12671] Possibility to use NOT LIKE expression
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-081-0/+9
| | | | | | | | PHPBB3-12671
* | Merge pull request #2637 from Nicofuma/ticket/12387Joas Schilling2014-08-071-17/+28
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | [ticket/12387] Cleanup *_free_result call and remove @ on that call * Nicofuma/ticket/12387: [ticket/12387] Fix a call to sql_freeresult in full_text_native [ticket/12387] Fix \phpbb\db\driver\mysqli::sql_freeresult [ticket/12387] Use the hash as query_id for caching [ticket/12387] Remove unnecessary checks [ticket/12387] mssql_query return true if a select query returns 0 row [ticket/12387] Cleanup *_free_result call and remove @ on that call
| * [ticket/12387] Remove unnecessary checksTristan Darricau2014-06-221-1/+1
| | | | | | | | PHPBB3-12387
| * [ticket/12387] Cleanup *_free_result call and remove @ on that callTristan Darricau2014-06-221-16/+27
| | | | | | | | PHPBB3-12387
* | [ticket/12829] Remove check for pgsql 8.3/8.2n-aleha2014-07-071-6/+2
| | | | | | | | | | | | Remove check for pgsql 8.3/8.2 and set multi_insert to true. PHPBB3-12829
* | [ticket/12704] Improve the load time information in the footer when enabledrxu2014-06-201-0/+8
|/ | | | | | | | | PR #2570 has added new constant to display load time information without debug mode is being on (https://tracker.phpbb.com/browse/PHPBB3-12687). This patch expands the total load time info with SQL/PHP load times, while hiding the additional info with <abbr> element. PHPBB3-12704
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [ticket/12282] Use {@inheritDoc} for inherited methodsJoas Schilling2014-04-011-22/+11
| | | | PHPBB3-12282
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-3/+3
| | | | PHPBB3-11981
* [ticket/11918] Make sql_freeresult() consistent across all DB driversPatrick Webster2013-10-141-1/+1
| | | | PHPBB3-11918
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-3/+5
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+491
PHPBB3-11698