summaryrefslogtreecommitdiff
path: root/includes/database.pgsql.inc
Commit message (Collapse)AuthorAge
* - Patch #256001 by bjaspan: pgsql driver does not handle unsigned numeric ↵Dries Buytaert2008-05-09
| | | | fields.
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #218054 by Arancaytar: _db_create_field_sql has precision and scale ↵Dries Buytaert2008-02-08
| | | | arguments in wrong order.
* #198856 by hswong3i: Fix some incorrect use of %s for table name escaping, ↵Gábor Hojtsy2008-01-04
| | | | implement better security checks
* #198234 by bjaspan: fix improper type maps for numeric and char values in ↵Gábor Hojtsy2007-12-23
| | | | schema API
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #178523 by scor, JirkaRybka, keith.smith: user facing errors should contain ↵Gábor Hojtsy2007-12-19
| | | | text for users, not text for developers; still keeping some debug information, if display_errors is turned on on the server
* - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵Dries Buytaert2007-12-18
| | | | (and removed spaces).
* #178478 by scor: typo in text displyed when the DB is installed but not ↵Gábor Hojtsy2007-10-17
| | | | accessible
* - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing ↵Dries Buytaert2007-10-02
| | | | feature from schema API: load/save records based upon schema.
* #177608 by spatcz4000: MySQL was mentioned in comment for PostgreSQL codeGábor Hojtsy2007-09-25
|
* #162432 by bjaspan and chx: serial columns need their keys defined in ↵Gábor Hojtsy2007-09-14
| | | | db_change_field() and friends in MySQL
* #173566 by bjaspan: remove db_update_field(), because it can easily be used ↵Gábor Hojtsy2007-09-07
| | | | for evil (and mostly nothing else). We should not let contributed modules to easily break their database.
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
|
* #168812 by webchick and pwolanin: in case we have a database error, trace it ↵Gábor Hojtsy2007-08-29
| | | | back to the original database function call, so we can provide a more accurate error message for DB errors
* #157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow ↵Gábor Hojtsy2007-08-26
| | | | near flowless updates
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement.
* - Patch #166205 by hswong3i: improved database compatibility of db_result(). ↵Dries Buytaert2007-08-11
| | | | Makes it work with DB2, Oracle, etc.
* - Removing some whitespace.Dries Buytaert2007-07-23
|
* - Patch #159748 by pwolanin: db_fetch_array() returned different values ↵Dries Buytaert2007-07-22
| | | | depending on the database engine used. Make the return value consistent across all supported database backends.
* #156910 by asimmonds: fix code indentation problems introduced with new code ↵Gábor Hojtsy2007-07-05
| | | | in this development cycle; only whitespace changes
* #150210 by bjaspan and Frando: explicit table names for create table ↵Gábor Hojtsy2007-06-26
| | | | statements and fixing a schema referencing bug
* - Patch #149176 by chx, David et al: getting rid of the sequences table, ↵Dries Buytaert2007-06-05
| | | | using db_last_insert_id() instead of db_next_id().
* - Patch #147692 by hswong3i: gives SQL backends more control over db_query().Dries Buytaert2007-05-30
|
* - Patch #147285 by drewish: add db_rename_table().Dries Buytaert2007-05-29
|
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* - Patch #137479 by dww: added db_column_exits(). (Yay, the servers are ↵Dries Buytaert2007-04-21
| | | | snappy on Saturday evening.)
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #85979 by RobRoy, keith.smith, fgm and webchick: improve ↵Dries Buytaert2006-12-27
| | | | documentation of db_next_id().
* - Patch #103258 by Keymone: fixed PostgreSQL bug.Dries Buytaert2006-12-14
|
* - Patch #98988 by Robert Douglass et al: db_result should return FALSE if no ↵Dries Buytaert2006-12-04
| | | | result was found. Consistent with PHP's mysql_result.
* - Patch #98059 by chx: trying to get the never-ending regex mess right.Dries Buytaert2006-11-21
|
* #76819 by smsimms and sammys. Move part of the sql rewriting down into the ↵Neil Drumm2006-10-23
| | | | database abstraction layer and add extra rewriting needed only for Postgres.
* - Patch #88705 by profix898 and sammys: made version checking work with ↵Dries Buytaert2006-10-22
| | | | PostgreSQL. (Critical bug)
* - Patch #85123 by gerd: set proper HTTP headers.Dries Buytaert2006-09-26
|
* - Patch #82137 by havran: make installer work with PostgreSQL.Dries Buytaert2006-09-04
|
* #75002: Install-time and run-time requirements checking + status report pageSteven Wittens2006-09-01
|
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders
* - Patch #39382 by smsimms / sammys et al: make PostgreSQL password optional.Dries Buytaert2006-08-18
|
* #74997 by dww, add db_table_exists()Neil Drumm2006-07-26
|
* - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo ↵Dries Buytaert2006-07-13
| | | | et al: an initial install system for Drupal core.
* SQL abstraction layer improvement.Gerhard Killesreiter2006-05-24
|
* #54981: calls to db_lock_table in bootstrap.inc do not use db_prefixSteven Wittens2006-04-27
|
* #58166, fixes for typos, patch by Uwe HerrmannGerhard Killesreiter2006-04-11
|
* - Patch #51392 by smsimms: fixed typo in help text.Dries Buytaert2006-02-26
|
* - Patch #41870 by fgm: improved debugging support.Dries Buytaert2006-02-20
|
* - Patch #21719 by rkerr: made db passwords with special characters work.Dries Buytaert2006-01-24
|
* - #40515: Ensure UTF-8 character set on the database side (and include ↵Steven Wittens2006-01-21
| | | | upgrade path for incorrectly set up databases)
* - Patch #38889 by rkerr: db_error and db_affected_rows did not work properly ↵Dries Buytaert2005-12-07
| | | | in presence of multiple database connections.
* - Patch #35924 by Neil: improved the update system.Dries Buytaert2005-12-06
|