reset event; informational connection properties
[m6w6/ext-pq] / src / php_pq.c
2013-01-28  Michael Wallnerreset event; informational connection properties
2013-01-27  Michael Wallnerpq\Event::RESULT
2013-01-26  Michael Wallnerrefactor objects
2013-01-26  Michael Wallnerpq\Event::NOTICE
2013-01-25  Michael Wallnercancel
2013-01-25  Michael Wallnertransactions
2013-01-22  Michael Wallnerprogress++
2013-01-22  Michael WallnerprepareAsync++, Statement::execAsync++
2013-01-22  Michael Wallnerfix arginfo params
2013-01-22  Michael WallnerexecAsync++, execParamsAsync++
2013-01-21  Michael Wallnernotifications++
2013-01-21  Michael Wallnerfix missing return
2013-01-21  Michael Wallnernotifications
2013-01-21  Michael Wallnerremove superfluous error text in pgres errors
2013-01-21  Michael Wallnerinverted blocking option to async
2013-01-21  Michael Wallneronly create a stream once out of the PQsocket
2013-01-21  Michael WallnerMerge branch 'master' of ssh://bitbucket.org/mike_php_n...
2013-01-21  Michael Wallnerlicense
2013-01-21  Michael WallnerPGresult success handling, add Result::fetchCol, add...
2013-01-21  Michael Wallnerprogress++
2013-01-20  Michael Wallnerforeach (new pq\Connection(DSN)->exec(QUERY) as $k...