aboutsummaryrefslogtreecommitdiffstats
path: root/includes/DatabasePostgreSQL.php
Commit message (Expand)AuthorAgeFilesLines
* Rename to match other db files.Greg Sabino Mullane2006-06-261-436/+0
* Begin cleaning up some of the PG naming.Greg Sabino Mullane2006-06-261-10/+3
* Some initial work on exceptions. More to follow.Tim Starling2006-06-061-9/+9
* Revert to r14512; domas introduced massive breakage with incomplete experimen...Brion Vibber2006-06-011-0/+5
* Use AutoLoader to load classes:Domas Mituzas2006-06-011-5/+0
* removing unused globals and some whitespace cleaningLupin2006-03-071-9/+9
* whitespaceLupin2006-03-061-1/+1
* * Added wfDie() wrapper, and some manual die(-1), to force the return codeBrion Vibber2006-01-141-1/+1
* * Remove obsolete killthread.phpBrion Vibber2006-01-141-7/+0
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-19/+19
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-071-19/+19
* Clean up unused globals!Antoine Musso2005-12-041-3/+2
* limitResult() use 3 argument since ORACLE mergeAntoine Musso2005-08-091-2/+2
* * Fix string escaping with PostgreSQLBrion Vibber2004-12-081-1/+1
* fix really outdated commentsDomas Mituzas2004-12-031-11/+7
* Removed CVS keywords from files, to make merging between branchesEvan Prodromou2004-11-291-1/+0
* tableName: change backticks into double quotes for parent-transformed table n...Domas Mituzas2004-11-051-0/+3
* Let Database do the quoting of the 'group' table, so that prefixed tables wil...Brion Vibber2004-10-241-2/+3
* Correcting bugs due to double-prefixing table names. Removing obsolete Databa...Tim Starling2004-10-241-3/+3
* add db::setSchema() for specifying additional database namespaces.Domas Mituzas2004-09-301-2/+10
* Add schema (logical namespace) support, table prefixes are not needed for PG...Domas Mituzas2004-09-171-0/+3
* commit in resource efficient textFieldSize() (uses PG internal schema)Domas Mituzas2004-09-111-2/+11
* add aggregateValue(), as some databases require different aggregated value sp...Domas Mituzas2004-09-091-0/+8
* add indexUnique()Domas Mituzas2004-09-091-0/+12
* Add Database::conditional() function to build IF() or CASE statementsBrion Vibber2004-09-091-0/+13
* Add Database::getSoftwareLink() and Database::getServerVersion(), and useBrion Vibber2004-09-081-10/+28
* replace fixes:Brion Vibber2004-09-071-4/+4
* don't replace empty resultsets! :)Domas Mituzas2004-09-061-0/+4
* fix replace()Domas Mituzas2004-09-061-2/+2
* oops, register_globals security flawDomas Mituzas2004-09-061-0/+1
* allow empty serverDomas Mituzas2004-09-061-1/+4
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+3
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-32/+52
* treat every array as an array, not only with option IGNORE,Domas Mituzas2004-09-011-13/+19
* massive double to single quotes conversion. I have not noticed any bug after ...Antoine Musso2004-08-221-19/+19
* fix $mLastResult, affectedRows()Domas Mituzas2004-08-201-1/+2
* add reportQueryError, halting on any errorDomas Mituzas2004-08-191-0/+8
* Add Database*::timestamp(), using wfTimestamp()Domas Mituzas2004-08-101-0/+5
* Suppress some more warnings on separate execution of files. Shouldn'tBrion Vibber2004-08-061-0/+2
* Fix parse error (missing semicolon). Don't know if this runs currently though.Brion Vibber2004-08-061-1/+1
* * Introducing bit field for database parametersTim Starling2004-07-241-55/+12
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-48/+52
* Unbreak the class (some unfinished code inside replace())Domas Mituzas2004-07-151-4/+10
* OOP calling convention for database functions. DBMS abstraction implemented b...Tim Starling2004-07-101-320/+159
* Removed arbitrary change in timestamp formats between MySQL and PostgreSQL, m...Tim Starling2004-06-291-27/+0
* fix isOpen (mOpened was not defined on connect)Domas Mituzas2004-06-211-0/+2
* wfSetRef doesn't work, making isWindows() function which I was going to use s...Tim Starling2004-06-121-1/+1
* * fix affected_rows, uses resultset instead of connection as an argumentDomas Mituzas2004-06-111-7/+21
* added wfFetchRow() besides wfFetchObject. Used by objectcache codeDomas Mituzas2004-06-101-0/+9
* * PostgreSQL does not have buffered/unbuffered modes.Domas Mituzas2004-06-101-16/+8