Various Postgres fixes (bug 26612 stuff)
[lhc/web/wiklou.git] / includes / db / DatabasePostgres.php
2011-02-23 Chad HorohoeVarious Postgres fixes (bug 26612 stuff)
2011-02-23 Chad HorohoeRm unused member variable
2011-02-23 Chad HorohoePer bug 26612, set datestyle and timezone in open(...
2011-02-19 Sam ReedMore function level documentation
2011-02-10 PlatonidesRemove unused initial_setup(), last $wgDBts2schema...
2011-02-06 Mark A. HershbergerMake schema selection really work for PostgreSQL instal...
2011-02-03 Chad Horohoerm unrelated changes from r81486
2011-02-03 Chad HorohoeRemove now unused enableBackend()
2011-02-03 OverlordQFollow-up to r81439, works up to installing the admin...
2011-01-28 PlatonidesFollow-up r81132 removal of pre-8.3 support.
2011-01-28 Chad HorohoePer comment on bug 26612, we should drop the pre-Postgr...
2011-01-24 Chad Horohoe* Cleanup massive duplication across Database construct...
2011-01-07 Chad HorohoeRemove ancient and deprecated newFromParams() construct...
2010-12-27 Chad HorohoeMove setup_plpgsql() to PostgresInstaller and make...
2010-12-23 Chad Horohoe* Fix r78774 for Oracle and Postgres, broke by method...
2010-12-04 Daniel FriesenMySQL is the only database which quotes identifiers...
2010-12-04 Daniel FriesenFollowup to r77713, rename quote_ident to addIdentifier...
2010-12-04 Daniel FriesenFix a bug in the installer caused by r77487 creating...
2010-11-26 Sam ReedSet blank $fname
2010-11-25 Sam ReedRevert r77297, Won't be reverting MimeMagic
2010-11-25 Antoine Mussorevert r76464
2010-11-23 Antoine Mussodieout() now default to empty text. follow up r76165
2010-11-21 Max SemenikRefactoring of *Field classes:
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-10 Chad HorohoePostgres updater stuff, needs review
2010-11-05 Platonidesdieout() function already takes into account if a ...
2010-10-24 Sam Reed(bug 24853) Kill failFunction - Fixed! :D
2010-10-24 Sam ReedStart of bug 24853, killing off 'functional' parts...
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-09-27 Chad HorohoeFix a bunch of '? true : false' instances
2010-09-17 PlatonidesUnused globals.
2010-09-15 Chad HorohoeFollowup r65542, rm some unused vars
2010-09-05 Jack Phoenixcoding style tweaks
2010-09-05 Jack Phoenixtrim trailing spaces
2010-09-05 Aryeh GregorSuggest running update.php on database error
2010-09-03 Sam ReedFollowup r72234, pass $this->mConn instead of null
2010-09-02 Sam ReedFixup some method calls with missing parameters
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-22 Chad HorohoeMake getSoftwareLink() static so I can use it without...
2010-08-18 Sam ReedRevert r71250 r71251 r71252 r71253
2010-08-18 Sam ReedFix wrong removal in r71250
2010-08-18 Sam ReedKill some crappy "failFunction" stuff, marked as old...
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-06 Chad HorohoeRemove dupe implementations of begin/commit from Postgr...
2010-08-04 Greg Sabino MullaneCorrect casing for PL/pgSQL
2010-08-01 Alexandre EmsenhuberStandardisation of file headers
2010-07-26 PlatonidesFollowup r69909. This.. is.. no.. longer... a global!
2010-07-26 Sam ReedFollowup r69921
2010-07-25 PlatonidesKill $wgDBversion
2010-07-25 PlatonidesKill $wgDBsuperuser
2010-07-23 Sam ReedFix spaces from r69814
2010-07-23 Sam ReedAdd missing $wgDBname global
2010-07-05 Max SemenikGot rid of remaining usages of immediateBegin()/immedia...
2010-07-02 Max SemenikRefactored Database*::getLag(): moved the default imple...
2010-07-02 Max Semenik* Replaced the mess of every database class implementin...
2010-06-29 Max SemenikFixed yet another borkage from r67707
2010-06-29 Max SemenikFixed a fatal installer failure on PG introduced in...
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-04-29 PlatonidesActually check sourceFile for failure, showing the...
2010-04-26 Chad HorohoeKill last vestiges of mediawiki_version. Nobody actuall...
2010-03-22 Greg Sabino MullaneSupport looking up deferred constraint information.
2010-02-05 OverlordQForce new connection to database, fixes bug 20475,...
2010-01-08 Tim StarlingFor r60757: implement Database::getType() explicitly...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-07 Tim StarlingReplaced all instances of <<<END (which breaks vim...
2009-11-27 Greg Sabino MullaneTypo.
2009-11-06 Max SemenikAbstracted some parts of database interaction for parse...
2009-10-27 OverlordQ(bug 18909) Add missing INSERT SELECT wrapper for Postgres
2009-08-22 Alex ZMostly revert r53358 and r53365 per comments on code...
2009-07-29 Chad Horohoe* Move generic return true; various for lock functions...
2009-07-16 Alex ZFollowup to r53358 - Tweak the function name to be...
2009-07-16 Alex Z(bug 19590) Database error messages are no longer hardc...
2009-07-09 Aryeh GregorRemove redundant no-op implementations
2009-06-26 Alexandre Emsenhuberquick fix for r52382: fix errors in DatabasePostgres...
2009-06-16 Aryeh GregorAbstract more methods in DatabaseBase
2009-06-16 Aryeh GregorMake some Database methods optional to override
2009-06-12 Aryeh GregorMake Database into abstract class DatabaseBase
2009-05-27 Tim StarlingImplemented save/restore logic for sql_big_selects...
2009-05-11 Tim StarlingProposed fix for bug 16937: pg_version() missing server...
2009-03-24 Greg Sabino MullaneWe can rely on usesuper and not just usecreatedb here.
2009-02-26 Alexandre Emsenhuber* Fixed $fname in functions definitions to have "Databa...
2009-02-23 Alexandre Emsenhuber(bug 17460) Client ecoding is now correctly set for...
2009-02-06 Tim StarlingMore installer XSS
2009-01-19 Roan KattouwRevert r45821, r45830, r45831 and r45835 all in order...
2009-01-16 Roan KattouwAttempt at cleaning up r45764, r45769 (renamed indices...
2009-01-15 Tim Starling* Preserve usertext_timestamp index name for MySQL...
2009-01-10 Tim Starling* (bug 16937) Show appropriate error message when someo...
2008-11-29 Alexandre Emsenhuber* fixed Doxygen errors in Database.php, DatabasePostgre...
2008-11-22 Greg Sabino MullaneSet numeric_version more globally so things like search...
2008-11-22 Greg Sabino MullaneSet numeric_version
2008-11-22 Greg Sabino MullaneNeed to bail without error if no user so installer...
2008-10-06 Tim Starling* Allow $wgDiff3=false
2008-09-22 Greg Sabino MullaneReturn numeric version only.
2008-09-06 Tim StarlingFixed bug 15148, total breakage of Special:BlockIP...
2008-08-21 Greg Sabino MullaneForce inserted bools to be ints, per Tim's suggestion...
2008-08-18 Chad HorohoeRemove DB logic from SearchEngine. New method in Databa...
2008-07-24 Chad Horohoebug 14907 - DatabasePostgres::fieldType() wasn't define...
2008-07-09 Chad Horohoe(bug 14763) Strict standards issue in DatabasePostgres...
2008-07-05 Greg Sabino MullaneHandle multi-insert ignores properly, as pointed out...
next