| Commit message (Collapse) | Author | Age |
|
|
|
| |
DatabaseSchema_pgsql()::renameTable() needs to rename the indexes.
|
|
|
|
| |
prefix tablename.
|
| |
|
|
|
|
| |
which was a nice idea, but uses up tons of memory without any tangible performance benefits.
|
|
|
|
| |
precision check in schema generation.
|
|
|
|
| |
at end of files.
|
| |
|
|
|
|
| |
after precision check in schema generation.
|
|
|
|
| |
extraneous 'Please' in the interface.
|
|
|
|
| |
sequence API work on non-MySQL databases.
|
|
|
|
| |
to provide proper upgrade path from Drupal 6 to Drupal 7.
|
|
|
|
| |
queries.
|
| |
|
|
|
|
| |
hey hey hey... gooood byeeee...
|
| |
|
| |
|
| |
|
|
|
|
| |
to schema API.
|
|
|
|
| |
counter so we can support Views caching.
|
|
|
|
| |
settings.php for trust mode.
|
|
|
|
| |
index names in table declarations.
|
| |
|
|
|
|
| |
function.
|
|
|
|
| |
PostgreSQL database backend, where it belongs.
|
|
|
|
| |
using UTF-8 on PostgreSQL.
|
| |
|
|
|
|
| |
varchar and char fields.
|
|
|
|
| |
queries.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
serial columns.
|
| |
|
| |
|
|
|
|
| |
don't execute query when there are no values.
|
| |
|
| |
|
|
|
|
| |
columns to prevent data loss.
|
| |
|
| |
|
|
|
|
| |
independent of schema to fix D6 => D7 update.
|
| |
|
|
|
|
| |
its own temporary table names.
|
|
|
|
| |
turned on when unwanted.
|
|
|
|
| |
findTables fails on PostgreSQL.
|
|
|
|
| |
nesting was not tracked by connection, better documentation, and better tests.
|