remove superfluous error text in pgres errors
[m6w6/ext-pq] / src / php_pq.c
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...