| Commit message (Expand) | Author | Age | Files | Lines |
* | * Reorganised the includes directory, creating subdirectories db, parser and ... | Tim Starling | 2008-06-16 | 1 | -1330/+0 |
* | WARNING: HUGE COMMIT | Alexandre Emsenhuber | 2008-05-20 | 1 | -2/+6 |
* | Short-circuit true if insert has no rows. | Greg Sabino Mullane | 2008-05-02 | 1 | -1/+5 |
* | * remove end of line whitespace | Siebrand Mazeland | 2008-04-14 | 1 | -26/+24 |
* | * Introduced LBFactory -- an abstract class for configuring database load bal... | Tim Starling | 2008-03-30 | 1 | -0/+11 |
* | Override replaceVars, other changes to support 8.3 install. | Greg Sabino Mullane | 2008-02-10 | 1 | -323/+341 |
* | Make the test table name a bit more descriptive. | Greg Sabino Mullane | 2008-02-10 | 1 | -2/+2 |
* | Bug 12768: make hasContraint schema aware. Thanks to Sven Klemm. | Greg Sabino Mullane | 2008-02-04 | 1 | -1/+2 |
* | Refactor Pl/Pgsql check so we can also attempt installing when connecting as ... | Greg Sabino Mullane | 2008-02-04 | 1 | -26/+34 |
* | Add currentSequenceValue() function. | Greg Sabino Mullane | 2007-12-18 | 1 | -0/+12 |
* | Move initial connection checks into their own function. | Greg Sabino Mullane | 2007-12-16 | 1 | -323/+334 |
* | Call quote_ident on raw schema names, per bug 11952. | Greg Sabino Mullane | 2007-12-06 | 1 | -9/+14 |
* | Force string to UTF-8 if we have mb stuff available. | Greg Sabino Mullane | 2007-11-05 | 1 | -0/+3 |
* | Postgres updating: | Greg Sabino Mullane | 2007-09-28 | 1 | -0/+1 |
* | Use same typnames as schema for ease. Put added column before column type che... | Greg Sabino Mullane | 2007-09-28 | 1 | -1/+6 |
* | Make CONCAT calls database portable, change IF() to standard CASE-WHEN calls. | Greg Sabino Mullane | 2007-09-23 | 1 | -0/+9 |
* | Fix bug 11292, unserialize errors with Postgres, by changing from array to ob... | Greg Sabino Mullane | 2007-09-23 | 1 | -4/+7 |
* | Set search_path on Postgres if wgDBmwschema != 'mediawiki' to support multipl... | Greg Sabino Mullane | 2007-09-19 | 1 | -0/+9 |
* | Add implicitOrderby() to make sure that SpecialAllpages uses an ORDER BY when... | Greg Sabino Mullane | 2007-09-02 | 1 | -0/+3 |
* | Multi-insert appeared in Postgres 8.2, not 8.1 | Greg Sabino Mullane | 2007-08-09 | 1 | -1/+1 |
* | Add function to check if function-based indexes are supported by the backend DB. | Greg Sabino Mullane | 2007-07-30 | 1 | -0/+3 |
* | Fix bug 10608, plus a bonus one that was hidden by that bug. | Greg Sabino Mullane | 2007-07-16 | 1 | -3/+2 |
* | bug 10496 DISTINCT option logic incorrect in Database::makeSelectOptions | Yuri Astrakhan | 2007-07-07 | 1 | -1/+1 |
* | Return a ResultWrapper from Database::query() and query builder functions, in... | Tim Starling | 2007-07-05 | 1 | -9/+43 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | getLag() returns false, not 0. Add reminder about future code refactoring. | Greg Sabino Mullane | 2007-06-22 | 1 | -2/+2 |
* | Return raw bytea string, not arrayified version for encodeBlob() | Greg Sabino Mullane | 2007-06-22 | 1 | -1/+1 |
* | Revert to correct encodeBlob() function | Greg Sabino Mullane | 2007-06-11 | 1 | -1/+1 |
* | Fix up encodeBlob, don't worry so much about indexInfo compat. | Greg Sabino Mullane | 2007-06-08 | 1 | -7/+3 |
* | Return true/false, not o/not-0 for relation checking functions, for those par... | Greg Sabino Mullane | 2007-06-07 | 1 | -1/+1 |
* | (bug 10104) Provide stub "getLag()" function for DatabaseOracle and DatabaseP... | Rob Church | 2007-06-04 | 1 | -1/+10 |
* | The variable mLastResult may be null /or/ false: check for both in affected r... | Greg Sabino Mullane | 2007-05-29 | 1 | -1/+1 |
* | More defined() that should be isset(), thanks to David Ford, david@blue-labs.org | Greg Sabino Mullane | 2007-05-16 | 1 | -1/+1 |
* | Replace defined with isset, thanks to David Ford, david@blue-labs.org | Greg Sabino Mullane | 2007-05-16 | 1 | -3/+3 |
* | Re-add tableName call to insert, whitespace/docs cleanup. | Greg Sabino Mullane | 2007-05-15 | 1 | -15/+36 |
* | Redo insert() function: support IGNORE option, support multi-values. | Greg Sabino Mullane | 2007-05-15 | 1 | -22/+57 |
* | *Support for HAVING clause | Aaron Schulz | 2007-05-04 | 1 | -0/+1 |
* | Ignore USE INDEX option. | Greg Sabino Mullane | 2007-05-02 | 1 | -9/+2 |
* | Yet more doc tweaks: | Nick Jenkins | 2007-04-20 | 1 | -1/+4 |
* | Add constraintExists function, mild cleanup of other nearby funcs. | Greg Sabino Mullane | 2007-04-19 | 1 | -5/+21 |
* | "@todo no-op" sounds a bit peculiar. ;) | Aryeh Gregor | 2007-04-18 | 1 | -1/+1 |
* | Some small doc tweaks to reduce Doxygen warnings, namely: | Nick Jenkins | 2007-04-18 | 1 | -1/+1 |
* | Add estimateRowCount(), to support changes made in r21071 | Greg Sabino Mullane | 2007-04-07 | 1 | -0/+24 |
* | Enforce a consistent datestyle, just in case. | Greg Sabino Mullane | 2007-04-03 | 1 | -0/+16 |
* | Switch to always return GMT time. | Greg Sabino Mullane | 2007-03-28 | 1 | -0/+17 |
* | Revert $wgDBtimezone commits: r20688, 20689, 20690, 20691. | Brion Vibber | 2007-03-27 | 1 | -15/+1 |
* | Find out the local db timezone | Greg Sabino Mullane | 2007-03-26 | 1 | -1/+15 |
* | Account for pre-existing test table, commit only if setup completes. | Greg Sabino Mullane | 2007-03-26 | 1 | -1/+8 |
* | Mild formatting, fix missing '$' | Greg Sabino Mullane | 2007-03-25 | 1 | -8/+13 |
* | Remove variables when we can simply override accessors instead. | Greg Sabino Mullane | 2007-03-21 | 1 | -5/+9 |