summaryrefslogtreecommitdiff
path: root/mg_db_gd_pg.c
AgeCommit message (Expand)Author
2008-04-11merge mp3ng branch into trunkworo
2008-02-18use new, more secure msprintf instead of asprintf. Doworo
2008-02-12restructure and simplify database connection&creation againworo
2008-02-11set the database charset not only when creating database but for every client...woro
2008-02-11support UTF-8woro
2008-02-10revert last revision about msprintf. msprintf has a problem with va_list whic...woro
2008-02-10hide asprintf calls in msprintf, msprintf checks forworo
2008-02-10mgDb::FieldExists() no more calls Connect() causing recursion for sqliteworo
2008-02-09restructure code for database connection and creation,woro
2008-02-09postgresql: Default for user name is now login nameworo
2008-02-09just like for mysql and sqlite, drop tables before creating if they exist.woro
2008-02-09fix postgresql help textworo
2005-10-05Merged changes from 0.1.8-wrLarsAC
2005-07-29Merged from 0.1.7-wrLarsAC