summaryrefslogtreecommitdiff
path: root/includes/database/pgsql/database.inc
Commit message (Collapse)AuthorAge
* - Patch #827554 by Josh Waihi: PostgreSQL performance optimization: ↵Dries Buytaert2010-06-16
| | | | PDO::ATTR_EMULATE_PREPARES.
* - Patch #811776 by Heine: regresssion of SA-2006-005 - SQL Injection via ↵Dries Buytaert2010-06-01
| | | | db_query_range().
* #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.
* #715476 by Jeremy and Crell: Schema object should respect active database ↵Angie Byron2010-03-07
| | | | connection (with tests).
* - Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, ↵Dries Buytaert2010-02-28
| | | | c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible.
* #550124 by c960657, catch, and Crell: Remove prepared statement caching, ↵Angie Byron2010-02-12
| | | | which was a nice idea, but uses up tons of memory without any tangible performance benefits.
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* #633678 by Josh Waihi, chx, Crell, David Strauss, and Damien Tournoud: Make ↵Angie Byron2010-01-07
| | | | sequence API work on non-MySQL databases.
* #654662 by c960657 and Crell: Allow escaping wildcard characters in LIKE ↵Angie Byron2009-12-13
| | | | queries.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* - Patch #496500 by chx: rollback.Dries Buytaert2009-08-24
|
* - Patch #496500 by Moshe Weitzman, Crell, Berdir: remove global placeholder ↵Dries Buytaert2009-08-22
| | | | counter so we can support Views caching.
* #542426 by neilnz: PostgreSQL should not require password to be set in ↵Angie Byron2009-08-19
| | | | settings.php for trust mode.
* - Patch #458176 by c960657: improved exception handling in database layer.Dries Buytaert2009-06-01
|
* #467474 by Josh Waihi: Type-cast booleans to work around PostgreSQL PDO bug.Angie Byron2009-05-27
|
* - Patch #472646 by Josh Waihi: fixed the PostgreSQL installation.Dries Buytaert2009-05-26
|
* - Patch #319165 by andpost: force PostgreSQL to use UTF-8 by default.Dries Buytaert2009-05-25
|
* - Patch #413732 by brianV: database code clean-up.Dries Buytaert2009-04-20
|
* Roll-back of #333054; needs more discussion.Angie Byron2009-04-20
|
* - Patch #333054 by c960657: page cache should be case sensitive.Dries Buytaert2009-04-01
|
* - Removing whitespace.Dries Buytaert2009-01-26
|
* - Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate ↵Dries Buytaert2009-01-11
| | | | its own temporary table names.
* - Patch #355278 by Josh Waihi: fixed problem with transaction support being ↵Dries Buytaert2009-01-08
| | | | turned on when unwanted.
* - Patch #301049 by David Strauss, Josh Waihi, Crell, et al: transaction ↵Dries Buytaert2009-01-08
| | | | nesting was not tracked by connection, better documentation, and better tests.
* - Patch #314464 by Crell: fixing up the db_placeholder() patch that I ↵Dries Buytaert2008-12-26
| | | | committed incompletely.
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #318016 by Dave Reid: step one to standardizing type-hinting.Dries Buytaert2008-12-08
|
* - Patch #337926 by Damien Tournoud: clean-up lower case handling.Dries Buytaert2008-12-02
|
* - Patch #337926 by hswong3i, Dave Reid, Damien Tournoud: forced connection ↵Dries Buytaert2008-11-29
| | | | with PDF:CASE_LOWER.
* - Patch #337926 by hswong3i: by default, force lower-case database ↵Dries Buytaert2008-11-28
| | | | tables/columns.
* - Patch #322458 by hswong3i: tests for queryRange().Dries Buytaert2008-11-13
|
* - Patch #331213 by chx and Damien Tournoud: welcome weird database drivers.Dries Buytaert2008-11-11
|
* #325895 by chx and hswong3i: Fix queryTemporary and add test case.Angie Byron2008-11-08
|
* #303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 ↵Angie Byron2008-11-03
| | | | -> D7.
* - Patch #328402 by hswong3i: documentation clean-up in PostgreSQL.Dries Buytaert2008-10-31
|
* #325895 follow-up by chx: We love PostgreSQL.Angie Byron2008-10-25
|
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* - Patch #298581 by Damien Tournoud: database clean-ups.Dries Buytaert2008-08-22
|
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
generation database layer for Drupal 7.