summaryrefslogtreecommitdiff
path: root/includes/database/pgsql
Commit message (Collapse)AuthorAge
* Issue #780304 by dcam, naxoc, Crell | zyxware: Fixed HTML encoding of em ↵David Rothstein2014-11-01
| | | | wrappers for database table names while showing schema errors.
* Issue #1868972 by jweowu, DanChadwick: Db_query_temporary() fails to create ↵David Rothstein2014-05-05
| | | | a table when the SQL has leading whitespace.
* Issue #2056363 by yched, Sweetchuck, chx: INSERT INTO table SELECT * FROM ↵David Rothstein2013-12-25
| | | | ... not supported.
* Issue #1575790 by greg.1.anderson, sun, tim.plunkett, superhenne: Fixed ↵webchick2012-09-30
| | | | Update #7002 fails on postgres - ILIKE operator on bytea not supported.
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* Issue #1171866 by sun, catch, Alan Evans, bvirtual, frob, btmash: Fixed ↵webchick2012-04-12
| | | | Enforced fetching of fields/columns in lowercase breaks third-party integration.
* Issue #1013034 by ncl: Fixed PostgreSQL constraints do not get renamed by ↵webchick2012-02-14
| | | | db_rename_table().
* Issue #1309278 by basic, Niklas Fiekas: Added Make PDO connection options ↵webchick2011-12-25
| | | | configurable.
* - Patch #1184082 by googletorp: like queries failing on postgres with ↵Dries Buytaert2011-08-06
| | | | standard_conforming_strings() turned on.
* Issue #1105848 by cafuego: Fixed Unsafe query comments possible via UI.webchick2011-05-17
|
* - Patch #958850 by bellHead: Postgres password containing backslashes don't ↵Dries Buytaert2011-05-08
| | | | work.
* - Patch #935258 by Stevel, Josh Waihi: defaults not changed in changeField ↵Dries Buytaert2011-04-10
| | | | on postgresql.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #1007448 by chalet16: Fix typo in DatabaseSchema_pgsql.Angie Byron2010-12-29
|
* #951116 by Damien Tournoud, Stevel: Fixed db_change_field() fails to convert ↵Angie Byron2010-12-29
| | | | int to varchar on PostgreSQL
* #926636 by Stevel, Damien Tournoud, dmitrig01: Fixed Drupal install error on ↵Angie Byron2010-12-21
| | | | PostgreSQL 9.0 database due to encoding.
* - Patch #974250 by Stevel: upgrade path broken on PostgreSQL: can't change ↵Dries Buytaert2010-12-14
| | | | NOT NULL.
* #851136: Committing missing files.Angie Byron2010-11-29
|
* #851136 by Crell, chx, Damien Tournoud: Make the database autoloading more ↵Angie Byron2010-11-29
| | | | robust.
* #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 #839556 by jrchamp, dmitrig01: remove pointless usage of ↵Dries Buytaert2010-10-28
| | | | array_key_exists().
* #927828 by Damien Tournoud, LaurentAjdnik, boombatower: Fixed contrib can't ↵Angie Byron2010-10-22
| | | | specify custom schema types. Should fix Date module. Yay.
* - Patch #878198 by pwolanin, Damien Tournoud: add back a method to the DB ↵Dries Buytaert2010-10-03
| | | | driver interface that reports the server version.
* - Patch #921582 by munzirtaha: is_null() should be replaced by !isset ↵Dries Buytaert2010-09-25
| | | | because it's faster.
* #890994 by Berdir: Entity query tests fail on PostgreSQL.Angie Byron2010-09-24
|
* - Patch #910388 by mikl: installation fails on PostgreSQL 8.4: Invalid ↵Dries Buytaert2010-09-22
| | | | escape sequence.
* Temporary roll-back of #890994, per Dries's feedback.Angie Byron2010-09-01
|
* #890994 by Berdir, Crell, Josh Waihi: Fixed Entity query tests fail on ↵Angie Byron2010-09-01
| | | | PostgreSQL.
* #761976 by Berdir, jhedstrom, tpfeiffer, Damien Tournoud, Rob van den ↵Angie Byron2010-09-01
| | | | Bogaard, andypost: Fixed DatabaseSchema_pgsql()::changeField() is broken.
* #890090 by Berdir, jhedstrom, marvil07, bjaspan: Fixed Inserting into a just ↵Angie Byron2010-08-27
| | | | created table fails when trying to set a value to a serial.
* - Patch #862078 by gustavb, Damien Tournoud: PDO coerceing empty strings to ↵Dries Buytaert2010-08-16
| | | | NULL when target is a Postgres bytea.
* - Patch #878198 by pwolanin: add back a method to the DB driver interface ↵Dries Buytaert2010-08-11
| | | | that reports the server version.
* - Patch #866340 by Damien Tournoud: remove support for date and time types.Dries Buytaert2010-07-28
|
* - Patch #861566 by p.brouwers: use uppercase for PHP constants, e.g. NULL, ↵Dries Buytaert2010-07-22
| | | | TRUE, FALSE.
* - Patch #845846 by Stevel, bellHead: PDOStatement::bindParam() bind to a ↵Dries Buytaert2010-07-19
| | | | reference even for OUT parameters.
* #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 #827554 by Josh Waihi: PostgreSQL performance optimization: ↵Dries Buytaert2010-06-16
| | | | PDO::ATTR_EMULATE_PREPARES.
* - Patch #515310 by Josh Waihi, marcvangend: inserting >PHP_INT_MAX into ↵Dries Buytaert2010-06-15
| | | | BIGINT fails on PostgreSQL.
* - Patch #811776 by Heine: regresssion of SA-2006-005 - SQL Injection via ↵Dries Buytaert2010-06-01
| | | | db_query_range().
* - Patch #785782 by cafuego: support comments in built queries.Dries Buytaert2010-05-15
|
* - Patch #301798 by Josh Waihi: remove some legacy data type and function ↵Dries Buytaert2010-05-13
| | | | mapping for PostgreSQL.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* #299308 follow-up by David_Rothstein: Fixed Installing Drupal by visiting ↵Angie Byron2010-04-29
| | | | index.php (rather than install.php) leads to a fatal error when PDO is not enabled.
* - Patch #302327 by Josh Waihi, noahb, Crell, hswong3i: support ↵Dries Buytaert2010-04-07
| | | | cross-schema/database prefixing like we claim to.
* - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ↵Dries Buytaert2010-03-28
| | | | has to get worse before it can get better.'
* #715476 by Jeremy and Crell: Schema object should respect active database ↵Angie Byron2010-03-07
| | | | connection (with tests).
* - Patch #734146 by scor: white-space clean-up.Dries Buytaert2010-03-06
|
* - Patch #722912 by andypost: db_index_exists() must conform schemaAPI ↵Dries Buytaert2010-03-01
| | | | indexExists().