m6w6/ext-pq
2014-12-15  Chris WrightEnsure server will report notices when test expects...
2014-12-15  Chris WrightBuild improvements
2014-12-14  Chris WrightAdd missing TSRMLS
2014-12-12  Chris WrightMerge branch 'feature/async-stmt-deallocate'
2014-12-12  Chris WrightAdd $query and $types properties to Statement
2014-12-10  Chris WrightAdd deallocate() and prepare() to Statement
2014-12-03  Michael WallnerMerge remote-tracking branch 'DaveRandom/fix/txn-async...
2014-12-03  Michael Wallnerfix NULL deref with circular refs
2014-11-27  Chris WrightMark transaction as open when started async
2014-11-25  Michael Wallneradd tests
2014-11-25  Michael Wallnerfix crash on reverse dependency from conn to stm
2014-11-25  Michael Wallnernow single row mode for prepare and declare
2014-11-25  Michael Wallnerpq\DateTime::createFromFormat()
2014-11-24  Michael Wallnerfix crash with result iterator when the iterator exists...
2014-10-23  Michael Wallnerback to dev
2014-10-23  Michael Wallnerv0.5.5 v0.5.5
2014-10-23  Michael Wallnerlet JSON be decoded as array unless fetch_type is FETCH...
2014-10-23  Michael Wallnerfix isolation level
2014-10-23  Michael Wallnerdefault configure option
2014-10-23  Michael WallnerRevert "no need for the dafult option"
2014-10-23  Michael Wallnerback to dev
2014-10-23  Michael Wallnerv0.5.4 v0.5.4
2014-10-23  Michael WallnerFix MacOSX/clang
2014-10-23  Michael Wallnerv0.5.3 v0.5.3
2014-10-23  Michael Wallneradd 9.4beta3 OIDs
2014-10-23  Michael Wallnerfix missing bit
2014-10-23  Michael Wallnerprefix internal API; ensure raphf is built first in...
2014-10-18  Remi Colletallow INT8 / TID on 32 bits
2014-10-17  Michael Wallnerback to dev
2014-10-17  Michael WallnerRevert "back to dev"
2014-10-17  Remi Colletfix check for PG constant
2014-10-17  Michael Wallnerback to dev
2014-10-17  Remi Colletget rid of remaining HAVE_JSON, use PHP_PQ_HAVE_PHP_JSO...
2014-10-17  Remi ColletMerge branch 'master' of git.php.net:/pecl/database/pq
2014-10-17  Michael Wallnerprepare 0.5.2 v0.5.2
2014-10-17  Remi ColletMerge branch 'master' of git.php.net:/pecl/database/pq
2014-10-17  Remi ColletMerge branch 'master' of git.php.net:/pecl/database/pq
2014-10-17  Michael Wallnerbetter checks for json support
2014-10-16  Michael Wallnerprepare 0.5.2
2014-10-16  Michael Wallnersupport PostgreSQL down to 9.0; JSON is optional
2014-10-15  Michael Wallnerback to dev
2014-10-15  Michael Wallnerfix pqcur minit and mshutdown v0.5.1
2014-10-15  Michael Wallnercheck for PQconninfo
2014-10-15  Michael Wallnerprepare 0.5 v0.5.0
2014-10-15  Michael Wallnerfixup
2014-10-15  Michael Wallneradd pq\Connection::$params
2014-10-06  Michael Wallnerupdate from docs
2014-10-06  Michael Wallnerpq\Cursor::__construct
2014-10-01  Michael Wallnerfix parameter separation
2014-09-30  Michael Wallnerfix ZTS
2014-09-30  Michael Wallnerno need for the dafult option
2014-09-30  Michael Wallnerfix test
2014-09-30  Michael Wallnerfix test
2014-09-30  Michael Wallnerno need to skip one version :)
2014-09-30  Michael Wallneradministrativa
2014-09-30  Michael Wallnerupdate from docs
2014-09-26  Michael Wallnerconvert zend_hash_apply_with_argument(s)
2014-09-26  Michael Wallnerupdate from docs
2014-09-25  Michael Wallnerupdate from docs
2014-09-17  Michael Wallnermore internal conversions
2014-09-17  Michael Wallnerfix test
2014-09-17  Michael Wallnertypo
2014-09-17  Michael Wallnerguard against uninitialized property write, too
2014-09-17  Michael Wallnerreverse arguments of pq\Result::fetchCol()
2014-09-16  Michael Wallnerfix bitmask
2014-09-15  Michael Wallnermake arg to fetchAllCols optional
2014-09-15  Michael Wallnerfix raphf dep
2014-09-15  Michael Wallnerfiy double slash
2014-09-15  Michael Wallnerbitbucket issue #7: pq\Result::fetchAllCols(col_idx_or_...
2014-09-13  Michael Wallnerping server and eventually reset conn on wakeup
2014-09-12  Michael Wallnerfix package.xml
2014-09-12  Michael Wallnerphp_pq_type.h
2014-09-12  Michael Wallnerupdate tests
2014-09-12  Michael Wallnerrefactor auto conversion
2014-09-12  Michael Wallnerrefactor type conversion
2014-09-12  Michael Wallneradd default propoerties to connection
2014-09-12  Michael Wallneravoid adding a ref to the object of the iterator actual...
2014-09-11  Michael Wallnerfix possible invalid free and a leak
2014-09-11  Michael Wallnerfix test
2014-09-11  Michael Wallnerfix --without-pq-postgresql
2014-09-11  Michael Wallneradministrativa
2014-09-11  Michael Wallnerfix bitbucket issue #2
2014-07-14  Michael Wallnerunregister eventhandler
2014-07-14  Michael Wallnerunlisten support
2014-07-14  Michael Wallneruse php_pq_callback_recurse
2014-07-14  Michael Wallnerfix test for newer internal datetime format
2014-05-23  Michael Wallnerzts and 5.6 fixes ida
2014-04-04  Michael Wallneradd cursor support
2014-04-04  Michael Wallnerfix test for 9.3+
2013-10-15  Anatol Belskifix version macros name
2013-05-15  Michael Wallnerr0.4.0 v0.4.0
2013-05-14  Michael Wallnertest Statement::bind()
2013-05-14  Michael Wallnerfix Statement::descAsync; add Result::desc()
2013-05-14  Michael Wallnerversion
2013-05-14  Michael Wallnertypo
2013-05-14  Michael Wallnermoar tests
2013-05-14  Michael Wallneralways provide a property zval
2013-05-14  Michael Wallnertype converters
2013-05-12  Michael Wallneradd simple array param serialization
2013-05-03  Michael Wallnerr0.3.0 v0.3.0
next