Merge "Bug 35671 - PHP Notice: Undefined index: gettoken in includes/api/ApiMain...
[lhc/web/wiklou.git] / includes / db / DatabasePostgres.php
2012-04-03 Brion VIBBERMerge "(bug 21796) Fix null dereference on Special...
2012-04-03 Brion VIBBERMerge "(bug 25277) Moved the space before the dirmark."
2012-04-03 Brion VIBBERMerge "(bug 34470) Apply explicit margin-left/right...
2012-04-03 Brion VIBBERMerge "(bug 32384) API: Allow descending order for...
2012-04-02 Brion VIBBERMerge "(bug 22870) Separate interface message when...
2012-04-02 Brion VIBBERMerge "Fixing alignment of thumbcaption for mixed RTL...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-04-02 PlatonidesRemove unused $wgDebugDBTransactions
2012-03-29 Aaron SchulzMerge "(bug 30963) Option to hide redirects in Allpages...
2012-03-29 Aaron SchulzMerge "(bug 33689) Fix incomplete query on constraints"
2012-03-28 saper(bug 33689) Fix incomplete query on constraints
2012-03-26 Aaron SchulzMerge "First half of fix for bug #30332 ("API spamblock...
2012-03-26 Tim StarlingMerge "Localisation updates for namespace names for...
2012-03-24 DemonMerge "[FileRepo] * Added getReadOnlyReason() function...
2012-03-24 ReedyMerge "Put the sha1 tag in <revision> and not wrongly...
2012-03-24 Marcin CieślakRename "user" and "text" when upgrading on PostgreSQL
2012-03-21 Roan KattouwRevert r107309, r113601, r113704, r113742, r113792...
2012-03-14 Marcin CieślakFollow-up to r15791: Rename "user" and "text" when...
2012-03-09 Marcin CieślakFix PostgreSQL updater broken by r113487
2012-03-09 Sam ReedFix syntax error and indenting from r113487
2012-03-09 Sam ReedFix up some documentation weirdness from r113487
2012-03-09 Sam ReedFix broken unit tests post r113487
2012-03-09 Marcin CieślakHandle PostgreSQL transaction errors and improve schema...
2012-03-08 Marcin CieślakPostgreSQL: Improve SQL error handling
2012-02-28 Max SemenikFollow-up r112565: fix code duplication
2012-02-28 Chad Horohoe(bug 34762) Calling close() on a DatabaseBase object...
2012-02-25 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-24 Sam ReedMore __METHOD__ in our madness
2012-02-09 Sam ReedMore return documentation
2012-02-03 Aaron SchulzReverted r106025 and friends (r106370, r106373, r108060...
2012-01-12 OverlordQFollowup to r108744
2012-01-11 Max SemenikRevert r108603, which was itself a revert of r107376...
2012-01-11 Antoine MussoReverts MySQL stored procedure support
2012-01-07 PlatonidesNo need of $wgDBmwschema after r108060
2012-01-04 Mark A. Hershbergerre r106025 — apply follow up from Luca Fulchir
2011-12-27 Max SemenikAdded support for stored procedures/functions to MySQL:
2011-12-16 Niklas LaxströmFoooollowup r106373 - update comment
2011-12-15 PlatonidesSimplify a bit the code of r106025
2011-12-15 PlatonidesUse the canonical name of the setting
2011-12-13 Mark A. HershbergerBug 16794 - $wgSharedDB PostgreSQL support
2011-11-10 Sam ReedAdd $fname to tableExists
2011-10-29 Sam ReedKill various unused variables
2011-10-24 OverlordQBasic support for Postgres phpunit testing, currently...
2011-10-18 Mark A. Hershbergerrevert r99562 and set standard_conforming_strings ...
2011-10-11 Mark A. HershbergerAvoid warnings from PG about improper escaping.
2011-09-06 Chad HorohoeFollowup r96369: update child classes and a few callers
2011-07-04 Alexandre Emsenhuber* Removed usage of error suppression operator in includ...
2011-06-23 Tim StarlingGeneral database-related code cleanup:
2011-06-20 Tim StarlingFollowup r90429:
2011-06-18 PlatonidesAll the databases but MySQL were overriding DatabaseBas...
2011-06-10 Tim StarlingPostgreSQL install fixes:
2011-06-10 Tim StarlingReverted r89393. A single Database object certainly...
2011-06-03 Mark A. HershbergerApply a patch adapted from the one on Bug #16794
2011-05-28 Sam ReedMore parameter documentation!!
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-04-29 OverlordQFollowup to r85907, correctly quote table names.
2011-04-21 Chad HorohoeRemove @static from all over the place. That's what...
2011-04-12 PlatonidesFollow up r85888: Add the parameter to DatabasePostgres...
2011-04-12 PlatonidesChange the duplicateTableStructure() to use the origina...
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
next