New global config setting $wgMaxTocLevel: Maximum indent level of toc.
[lhc/web/wiklou.git] / includes / DatabasePostgreSQL.php
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-15 Domas MituzasUnbreak the class (some unfinished code inside replace())
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-06-29 Tim StarlingRemoved arbitrary change in timestamp formats between...
2004-06-21 Domas Mituzasfix isOpen (mOpened was not defined on connect)
2004-06-12 Tim StarlingwfSetRef doesn't work, making isWindows() function...
2004-06-11 Domas Mituzas* fix affected_rows, uses resultset instead of connecti...
2004-06-10 Domas Mituzasadded wfFetchRow() besides wfFetchObject. Used by objec...
2004-06-10 Domas Mituzas* PostgreSQL does not have buffered/unbuffered modes.
2004-06-09 Domas Mituzas* fixed indexExists
2004-06-07 Antoine Mussotypo, looks like objectcache need rewrite cause postgre...
2004-06-07 Antoine MussoDO NOT USE ! Simple database layer for postgresql based...