Add the other existing $skin.css/.js to the message files too to be consistent
[lhc/web/wiklou.git] / includes / DatabasePostgres.php
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-02 Greg Sabino MullaneShort-circuit true if insert has no rows.
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-30 Tim Starling* Introduced LBFactory -- an abstract class for configu...
2008-02-10 Greg Sabino MullaneOverride replaceVars, other changes to support 8.3...
2008-02-10 Greg Sabino MullaneMake the test table name a bit more descriptive.
2008-02-04 Greg Sabino MullaneBug 12768: make hasContraint schema aware. Thanks to...
2008-02-04 Greg Sabino MullaneRefactor Pl/Pgsql check so we can also attempt installi...
2007-12-18 Greg Sabino MullaneAdd currentSequenceValue() function.
2007-12-16 Greg Sabino MullaneMove initial connection checks into their own function.
2007-12-06 Greg Sabino MullaneCall quote_ident on raw schema names, per bug 11952.
2007-11-05 Greg Sabino MullaneForce string to UTF-8 if we have mb stuff available.
2007-09-28 Greg Sabino MullanePostgres updating:
2007-09-28 Greg Sabino MullaneUse same typnames as schema for ease. Put added column...
2007-09-23 Greg Sabino MullaneMake CONCAT calls database portable, change IF() to...
2007-09-23 Greg Sabino MullaneFix bug 11292, unserialize errors with Postgres, by...
2007-09-19 Greg Sabino MullaneSet search_path on Postgres if wgDBmwschema != 'mediawi...
2007-09-02 Greg Sabino MullaneAdd implicitOrderby() to make sure that SpecialAllpages...
2007-08-09 Greg Sabino MullaneMulti-insert appeared in Postgres 8.2, not 8.1
2007-07-30 Greg Sabino MullaneAdd function to check if function-based indexes are...
2007-07-16 Greg Sabino MullaneFix bug 10608, plus a bonus one that was hidden by...
2007-07-07 Yuri Astrakhanbug 10496 DISTINCT option logic incorrect in Database...
2007-07-05 Tim StarlingReturn a ResultWrapper from Database::query() and query...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-22 Greg Sabino MullanegetLag() returns false, not 0. Add reminder about futur...
2007-06-22 Greg Sabino MullaneReturn raw bytea string, not arrayified version for...
2007-06-11 Greg Sabino MullaneRevert to correct encodeBlob() function
2007-06-08 Greg Sabino MullaneFix up encodeBlob, don't worry so much about indexInfo...
2007-06-07 Greg Sabino MullaneReturn true/false, not o/not-0 for relation checking...
2007-06-04 Rob Church(bug 10104) Provide stub "getLag()" function for Databa...
2007-05-29 Greg Sabino MullaneThe variable mLastResult may be null /or/ false: check...
2007-05-16 Greg Sabino MullaneMore defined() that should be isset(), thanks to David...
2007-05-16 Greg Sabino MullaneReplace defined with isset, thanks to David Ford, david...
2007-05-15 Greg Sabino MullaneRe-add tableName call to insert, whitespace/docs cleanup.
2007-05-15 Greg Sabino MullaneRedo insert() function: support IGNORE option, support...
2007-05-04 Aaron Schulz*Support for HAVING clause
2007-05-02 Greg Sabino MullaneIgnore USE INDEX option.
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-19 Greg Sabino MullaneAdd constraintExists function, mild cleanup of other...
2007-04-18 Aryeh Gregor"@todo no-op" sounds a bit peculiar. ;)
2007-04-18 Nick JenkinsSome small doc tweaks to reduce Doxygen warnings, namely:
2007-04-07 Greg Sabino MullaneAdd estimateRowCount(), to support changes made in...
2007-04-03 Greg Sabino MullaneEnforce a consistent datestyle, just in case.
2007-03-28 Greg Sabino MullaneSwitch to always return GMT time.
2007-03-27 Brion VibberRevert $wgDBtimezone commits: r20688, 20689, 20690...
2007-03-26 Greg Sabino MullaneFind out the local db timezone
2007-03-26 Greg Sabino MullaneAccount for pre-existing test table, commit only if...
2007-03-25 Greg Sabino MullaneMild formatting, fix missing '$'
2007-03-21 Greg Sabino MullaneRemove variables when we can simply override accessors...
2007-03-19 River Tarnell- strict warning fixes in databasepostgres
2007-03-14 Greg Sabino MullaneTypo, minor rearrangements,
2007-03-11 River TarnelllimitResult() changes need fiddling to put options...
2007-03-11 River Tarnellrevive experimental Oracle support
2007-03-09 Brion Vibberprettify:
2007-03-09 River TarnelldumpBackup should instantiate correct database class...
2007-02-14 Leon Weber* (bug 8988) Added missing $ in error messages.
2007-01-23 Greg Sabino MullaneAdd searchableIPs differentiator
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-16 Greg Sabino MullaneRefactor versioning from setup and store number internally.
2007-01-09 Greg Sabino MullaneBetter checks of tsearch2 tables, schema ownership...
2007-01-02 Greg Sabino MullaneAdd implicitGroupby function to account for different...
2006-12-25 Greg Sabino MullaneClean up some functions.
2006-12-25 Greg Sabino MullaneAdd dummy selectDB function.
2006-12-01 Greg Sabino MullaneChange realTimestamp to a function only, per Tim's...
2006-11-30 Greg Sabino MullaneBring reportQueryError back in sync and support the...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-28 Greg Sabino MullaneFix broken contribution listings with postgres by addin...
2006-11-11 Yuri Astrakhanforgot for prev checkin re bug 6440. Database should...
2006-10-31 Greg Sabino MullaneFix incorrect var name.
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-09-05 Greg Sabino MullaneTypo, thanks to Sven Klemm for catching it.
2006-09-03 Greg Sabino MullaneAdd checks for proper Postgres version early on.
2006-09-03 Greg Sabino MullaneAdd advanced tsearch2 config testing, attempt to force...
2006-08-28 Greg Sabino MullaneTighten up tableExists SQL, fix hyperlink to tsearch2...
2006-08-19 Greg Sabino MullaneBy Robert Treat: try to create plpgsql if it does not...
2006-08-18 Greg Sabino MullaneIgnore all but errors when importing.
2006-08-17 Greg Sabino MullaneAdd suggestion to restart if the "impossible" happens.
2006-08-16 Greg Sabino MullaneAdd concept of "strict IPs" so we don't attempt to...
2006-08-13 Greg Sabino MullaneExplcitily grant permissions when we connect as superus...
2006-07-24 Greg Sabino MullaneAdd quote_ident function.
2006-07-23 Greg Sabino MullaneChange reserved word table names "user" and "text"
2006-07-21 Greg Sabino MullaneBetter lastErrno, from a patch on bug #6732
2006-07-18 Greg Sabino MullaneAdd Postgres timestamp stuff, from the patch at bug...
2006-07-17 Greg Sabino MullaneAdd mCascadingDeletes and mCleanupTriggers properties...
2006-07-16 Greg Sabino MullaneFixes for bug 6703, by Robert Treat.
2006-07-16 Greg Sabino MullanePrevent full db open if class is being called only.
2006-07-16 Greg Sabino MullaneRemove update_interwiki(), add setup_database()
2006-07-05 Greg Sabino MullaneAdd begin(), does-nothing immediatecommit()
2006-07-05 Greg Sabino MullaneRewrote all the quoting stuff, including decodeBlob...
2006-06-29 Greg Sabino MullaneAdd tsearch2 schema setting stuff.
2006-06-29 Greg Sabino MullaneMake sure search_path mojo only performed once.
2006-06-28 Greg Sabino MullaneRemove __construct call
2006-06-27 Greg Sabino MullaneAdd tableExists and fieldExists methods
2006-06-27 Brion VibberRevert to r15092; massive breakage, unable to connect...
2006-06-27 Greg Sabino MullaneAdd concept of a distinct port separate from a server.
2006-06-27 Greg Sabino MullaneFix last_error for connection case, change Database...
2006-06-26 Greg Sabino MullaneRename to match other db files.