begin cleanup on magnus' url upload thingy
[lhc/web/wiklou.git] / includes / DatabasePostgres.php
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.