m6w6/ext-pq
2013-04-29  Michael Wallnertypo: oid of bool is 16, not 18
2013-04-25  Michael Wallnerprepare 0.2.0 v0.2.0
2013-04-24  Michael Wallnerbetter datetime handling
2013-04-24  Michael Wallnerextended result type handling with catalog/pg_type.h
2013-04-19  Michael Wallneruse the same method signature in fetchCol() and bind()
2013-04-19  Michael Wallnerfix fetchCol to return true/false and pass value int...
2013-04-19  Michael Wallnerbetter type handling for bool/double params
2013-04-15  Michael Wallnerno gc for now
2013-04-15  Michael Wallnertransform event handlers to zvals;
2013-04-13  Michael Wallnerimplemented get_properties() object handler
2013-03-22  Michael Wallnersplit source v0.1.0
2013-03-21  Michael Wallnerfix zend_object_iterator.key with PHP-5.5
2013-02-22  Michael Wallnerexport/import LOB
2013-02-22  Michael Wallneradd TODO
2013-02-22  Michael Wallnertests
2013-02-22  Michael Wallnerpq\LOB stream
2013-02-22  Michael Wallnertypo
2013-02-22  Michael Wallnerfix test
2013-02-21  Michael Wallnerdo not recreate the row zval on every call to current()
2013-02-21  Michael Wallnerremove pq\Event
2013-02-20  Michael Wallnermaintenance
2013-02-19  Michael Wallneradd pq\Result::fetchAll()
2013-02-14  Michael Wallnertests & fixes
2013-02-12  Michael Wallnerfix test
2013-02-12  Michael Wallnerdone with exception refactoring; maybe look over some...
2013-02-12  Michael Wallnerhalf way through the exception refactoring
2013-02-08  Michael Wallnercancel any active async query on persistent connection...
2013-02-08  Michael Wallneradd namespace support to pq\Types
2013-02-07  Michael Wallneradapt persistent handle API
2013-02-06  Michael Wallnersimple persistent connection test
2013-02-06  Michael Wallneronly rollback if transaction status indicates need...
2013-02-06  Michael Wallnerpfui; merging old patches without test
2013-02-06  Michael Wallnermerge danglind Statement->descAsync patch
2013-02-06  Michael Wallnerproper cleanup of persistent connections
2013-02-06  Michael Wallnerdescribe statement async
2013-02-05  Michael Wallnerdrop test table twice; once with notice
2013-02-05  Michael Wallnermaintenance
2013-02-05  Michael Wallnerasync listen/notify
2013-02-02  Michael Wallnerremove unused code
2013-02-02  Michael Wallnerpersistent connections
2013-02-01  Michael Wallnerbound vars
2013-01-31  Michael Wallnerpq\Statement::bind()
2013-01-31  Michael Wallnerbuild maintenance
2013-01-31  Michael Wallnerpq\Result::map(), XTN savepoints & snapshots
2013-01-30  Michael Wallnertrim errors; pq\COPY++
2013-01-29  Michael Wallnerpq\Types, pq\LOB
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 Wallnertests++
2013-01-21  Michael WallnerMerge branch 'master' of ssh://bitbucket.org/mike_php_n...
2013-01-21  Michael Wallnerlicense
2013-01-21  Michael Wallnerfix build with subdir
2013-01-21  Michael Wallnergitignore
2013-01-21  Michael WallnerPGresult success handling, add Result::fetchCol, add...
2013-01-21  Michael WallnerTODO
2013-01-21  Michael Wallnertests
2013-01-21  Michael Wallnerprogress++
2013-01-20  Michael Wallnerforeach (new pq\Connection(DSN)->exec(QUERY) as $k...