summaryrefslogtreecommitdiff
path: root/includes/database/pgsql/schema.inc
Commit message (Collapse)AuthorAge
* Issue #1013034 by ncl: Fixed PostgreSQL constraints do not get renamed by ↵webchick2012-02-14
| | | | db_rename_table().
* - 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
* - Patch #974250 by Stevel: upgrade path broken on PostgreSQL: can't change ↵Dries Buytaert2010-12-14
| | | | NOT NULL.
* - 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 #921582 by munzirtaha: is_null() should be replaced by !isset ↵Dries Buytaert2010-09-25
| | | | because it's faster.
* #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 #866340 by Damien Tournoud: remove support for date and time types.Dries Buytaert2010-07-28
|
* - 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.'
* - 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().
* - Patch #582948 by David_Rothstein: more improvements to the erro handling ↵Dries Buytaert2010-03-01
| | | | of the database layer.
* - Patch #582948 by Damien Tournoud, agentrickard: improve safety of schema ↵Dries Buytaert2010-02-28
| | | | manipulation to help with upgrade path.
* #718016 by andypost and Damien Tournoud: Fixed ↵Angie Byron2010-02-23
| | | | DatabaseSchema_pgsql()::renameTable() needs to rename the indexes.
* #720620 by andypost: Fixed indexExists() for pgsql and sqlite does not ↵Angie Byron2010-02-23
| | | | prefix tablename.
* #715906 by Damien Tournoud: Fixed Schema tests fail on PostgreSQL.Angie Byron2010-02-17
|
* #522786 by stormsweeper: Fixed Postgres numeric check needs to happen after ↵Angie Byron2010-02-07
| | | | precision check in schema generation.
* Hm. Rollback of #522786 which seems to cause test failures.Angie Byron2010-01-30
|
* #522786 by stormsweeper: Fixed PostgreSQL numeric check needs to happen ↵Angie Byron2010-01-30
| | | | after precision check in schema generation.
* - Patch #360854 by sammys, Crell: added missing db_index_exists(), required ↵Dries Buytaert2009-12-15
| | | | to provide proper upgrade path from Drupal 6 to Drupal 7.
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* #200953 by seanburlington: Added basic support for 'time' and 'date' types ↵Angie Byron2009-08-22
| | | | to schema API.
* - Patch #370240 by Josh Waihi, stuzza, mfb, Arancaytar: PDO should quote ↵Dries Buytaert2009-08-17
| | | | index names in table declarations.
* - Patch #543948 by Damien Tournoud: remove db_type_placeholder().Dries Buytaert2009-08-10
|
* #315047 by Josh Waihi: Escape PostgreSQL column names in the changeField ↵Angie Byron2009-08-04
| | | | function.
* - Patch #346450 by Josh Waihi: length property should be ignored on non ↵Dries Buytaert2009-07-09
| | | | varchar and char fields.
* #471800 follow-up by stella: Fixing comments on MySQL system queries.Angie Byron2009-05-29
|
* - Patch #471800 by stella: more code style fixes.Dries Buytaert2009-05-25
|
* - Patch #413732 by brianV: database code clean-up.Dries Buytaert2009-04-20
|
* - Patch #422366 by jamesAn: improved static caching in database drivers.Dries Buytaert2009-04-14
|
* #373225 by Josh Waihi: Make PostgreSQL cast values when changing database ↵Angie Byron2009-03-31
| | | | columns to prevent data loss.
* #365996 by sammys: Correct timestamp type name in PostgreSQL.Angie Byron2009-03-30
|
* - Patch #12201 by mfb: added support for table descriptions.Dries Buytaert2009-03-14
|
* #349671 by Damien Tournoud and Josh Waihi: Make the PostgreSQL driver ↵Angie Byron2009-02-24
| | | | independent of schema to fix D6 => D7 update.
* - Removing whitespace.Dries Buytaert2009-01-26
|
* - Patch #342503 by Josh Waihi, Damien Tournoud et al: schema function ↵Dries Buytaert2009-01-08
| | | | findTables fails on PostgreSQL.
* - Patch #339588 by jhedstrom, Josh Waihi, mikl: remove *_unsigned types and ↵Dries Buytaert2008-12-26
| | | | rework their sizes. Fixes exception on PostgreSQL.
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #338586 by Damien Tournoud: fix undefined function call in ↵Dries Buytaert2008-11-26
| | | | DatabaseSchema_pgsql::addField().
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
generation database layer for Drupal 7.