summaryrefslogtreecommitdiff
path: root/includes/database/pgsql/install.inc
Commit message (Collapse)AuthorAge
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #926636 by Stevel, Damien Tournoud, dmitrig01: Fixed Drupal install error on ↵Angie Byron2010-12-21
| | | | PostgreSQL 9.0 database due to encoding.
* #962458 by BarisW, Crell: Fixed database driver names aren't translated.Angie Byron2010-11-26
|
* #946968 follow-up by Damien Tournoud: Refactor version check for databases.Angie Byron2010-11-13
|
* - Patch #946968 by dmitrig01: we are not checking the version of MySQL and ↵Dries Buytaert2010-11-13
| | | | PostgreSQL servers anymore (nor we do for SQLite).
* - Patch #862078 by gustavb, Damien Tournoud: PDO coerceing empty strings to ↵Dries Buytaert2010-08-16
| | | | NULL when target is a Postgres bytea.
* #809698 follow-up by Damien Tournoud, Josh Waihi, chx: Add CONCAT() function ↵Angie Byron2010-06-21
| | | | to PostgreSQL since || isn't supported reliably across database systems.
* - Patch #515310 by Josh Waihi, marcvangend: inserting >PHP_INT_MAX into ↵Dries Buytaert2010-06-15
| | | | BIGINT fails on PostgreSQL.
* - Patch #301798 by Josh Waihi: remove some legacy data type and function ↵Dries Buytaert2010-05-13
| | | | mapping for PostgreSQL.
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.
* - Patch #342950 by Josh Waihi: moving PostgreSQL stored procedures to the ↵Dries Buytaert2009-08-01
| | | | PostgreSQL database backend, where it belongs.
* - Patch #349508 by Josh Waihi: make sure that the database is installed ↵Dries Buytaert2009-07-27
| | | | using UTF-8 on PostgreSQL.
* - Patch #413732 by brianV: database code clean-up.Dries Buytaert2009-04-20
|
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
generation database layer for Drupal 7.