* Removed messages in English, they'll be inherited from the parent.
[lhc/web/wiklou.git] / includes / DatabasePostgreSQL.php
2004-12-08 Brion Vibber* Fix string escaping with PostgreSQL
2004-12-03 Domas Mituzasfix really outdated comments
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-11-05 Domas MituzastableName: change backticks into double quotes for...
2004-10-24 Brion VibberLet Database do the quoting of the 'group' table, so...
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
2004-09-30 Domas Mituzasadd db::setSchema() for specifying additional database...
2004-09-17 Domas MituzasAdd schema (logical namespace) support, table prefixes...
2004-09-11 Domas Mituzascommit in resource efficient textFieldSize() (uses...
2004-09-09 Domas Mituzasadd aggregateValue(), as some databases require differe...
2004-09-09 Domas Mituzasadd indexUnique()
2004-09-09 Brion VibberAdd Database::conditional() function to build IF()...
2004-09-08 Brion VibberAdd Database::getSoftwareLink() and Database::getServer...
2004-09-07 Brion Vibberreplace fixes:
2004-09-06 Domas Mituzasdon't replace empty resultsets! :)
2004-09-06 Domas Mituzasfix replace()
2004-09-06 Domas Mituzasoops, register_globals security flaw
2004-09-06 Domas Mituzasallow empty server
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-09-01 Domas Mituzastreat every array as an array, not only with option...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-20 Domas Mituzasfix $mLastResult, affectedRows()
2004-08-19 Domas Mituzasadd reportQueryError, halting on any error
2004-08-10 Domas MituzasAdd Database*::timestamp(), using wfTimestamp()
2004-08-06 Brion VibberSuppress some more warnings on separate execution of...
2004-08-06 Brion VibberFix parse error (missing semicolon). Don't know if...
2004-07-24 Tim Starling* Introducing bit field for database parameters
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...