Merge branch 'v1.1.x'
[m6w6/ext-pq] / src / php_pqres.c
2016-05-20  Michael WallnerMerge branch 'v1.1.x'
2016-05-20  Michael Wallnerfix build with postgresql < 9.3
2016-05-20  Michael WallnerMerge branch 'v1.1.x'
2016-05-18  Michael WallnerMerge branch 'v1.1.x'
2016-05-17  Michael WallnerMerge branch 'v1.1.x'
2016-05-17  Michael WallnerMerge branch 'v1.1.x'
2016-05-17  Michael WallnerMerge branch 'v1.1.x'
2016-05-17  Michael WallnerMerge branch 'v1.1.x'
2016-05-17  Michael Wallneroh yeah, great job, mike
2016-05-17  Michael WallnerMerge branch 'v1.1.x'
2016-05-17  Michael WallnerAdded pq\Result::$diag, listing PQresultErrorField...
2016-05-03  Michael WallnerMerge branch 'v1.0.x'
2016-05-03  Michael WallnerMerge branch 'v1.0.x'
2016-05-03  Michael WallnerMerge branch 'v1.0.x'
2016-01-20  Michael Wallnerfix two long/zend_long mismatches
2016-01-19  Michael WallnerMerge branch 'v1.0.x'
2015-12-04  Michael WallnerMerge branch 'master' into phpng
2015-08-19  Michael Wallnerfinish port
2015-08-17  Michael Wallnerflush
2015-05-29  Michael WallnerMerge branch 'feature/cursor-async' of https://github...
2015-05-21  Michael WallnerSTATUS => ZEND_RESULT_CODE
2014-11-25  Michael Wallnerpq\DateTime::createFromFormat()
2014-11-24  Michael Wallnerfix crash with result iterator when the iterator exists...
2014-10-23  Michael Wallnerlet JSON be decoded as array unless fetch_type is FETCH...
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  Remi Colletfix check for PG constant
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  Remi ColletMerge branch 'master' of git.php.net:/pecl/database/pq
2014-10-17  Michael Wallnerbetter checks for json support
2014-10-16  Michael Wallnersupport PostgreSQL down to 9.0; JSON is optional
2014-10-06  Michael Wallnerupdate from docs
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 Wallnerreverse arguments of pq\Result::fetchCol()
2014-09-15  Michael Wallnermake arg to fetchAllCols optional
2014-09-15  Michael Wallnerbitbucket issue #7: pq\Result::fetchAllCols(col_idx_or_...
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-04-04  Michael Wallneradd cursor support
2013-05-14  Michael Wallnerfix Statement::descAsync; add Result::desc()
2013-05-14  Michael Wallnertype converters
2013-04-29  Michael Wallnertype coercion for the array parser
2013-04-29  Michael Wallnerarray parser
2013-04-29  Michael Wallnertypo: oid of bool is 16, not 18
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-15  Michael Wallnerno gc for now
2013-04-13  Michael Wallnerimplemented get_properties() object handler
2013-03-22  Michael Wallnersplit source v0.1.0