aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/tools/postgres.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/15319] Add IF EXISTS to Postgres DROP SEQUENCE querySerge Skripchuk2017-08-131-1/+1
|
* Merge pull request #2064 from hjpotter92/ticket/11875Marc Alexander2016-01-131-0/+1
| | | | | | | | | | | | [ticket/11875] Set default data type from MEDIUMINT (3byte) to INT(10) (4byte) Conflicts: phpBB/includes/db/schema_data.php phpBB/install/schemas/mysql_40_schema.sql phpBB/install/schemas/mysql_41_schema.sql phpBB/install/schemas/oracle_schema.sql phpBB/install/schemas/postgres_schema.sql phpBB/phpbb/db/tools/tools.php
* [ticket/10748] Split postgres DB tools into it's own classJoas Schilling2015-02-131-0/+613
PHPBB3-10748