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