summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #72197 pg_lo_create arbitrary readAnatol Belski2016-05-121-1/+3
* Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free)Xinchen Hui2016-05-121-4/+11
* Revert "Fixed bug #71820 pg_fetch_object bind parameters before call construc...Anatol Belski2016-05-091-21/+3
* Fix escape sequences in pgsql.cNikita Popov2016-04-211-2/+2
* Fixed bug #72028 (pg_query_params(): NULL converts to empty string)Xinchen Hui2016-04-151-1/+1
* Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestampAnatol Belski2016-04-151-1/+1
* Fixed bug #71998 Function pg_insert does not insert when column type = inetAnatol Belski2016-04-101-3/+6
* Fixed bug #71820 pg_fetch_object bind parameters before call constructorAnatol Belski2016-03-171-3/+21
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-03-021-1/+1
|\
| * show correct MINFO with libpq >= 9.5.xAnatol Belski2016-03-021-1/+1
* | Added missing semicolonDmitry Stogov2016-02-151-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Avoid reallocationsDmitry Stogov2015-09-141-3/+1
* | remove TSRMLS_*Anatol Belski2015-08-021-1/+1
* | Fixed Bug #70092 pg_field_type() is too slowYasuo Ohgaki2015-07-261-1/+1
* | Various warning fixesNikita Popov2015-07-171-6/+3
* | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-3/+3
* | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-3/+3
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-45/+45
* | Fix more proto commentsRasmus Lerdorf2015-06-231-4/+4
* | Make convert_to_* safe with rc>1Nikita Popov2015-06-111-2/+2
* | Merge branch 'PHP-5.6'Remi Collet2015-05-201-2/+7
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-05-201-2/+7
| |\
| | * Fixed Bug #69667 segfault in php_pgsql_meta_dataRemi Collet2015-05-201-2/+7
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-111-1/+1
| | |\
| | | * Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-111-1/+1
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-03-221-0/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-03-221-0/+3
| | |\ \ | | | |/
| | | * Bacport fix bug #68741 - Null pointer dereferenceStanislav Malyshev2015-03-221-0/+3
* | | | Fixed unsigned underflowDmitry Stogov2015-04-081-4/+3
* | | | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-1/+1
* | | | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-2/+2
* | | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-5/+5
* | | | ZTS cleanupReeze Xia2015-03-081-2/+2
* | | | Remove unnecessary debug warning (that also broke tests).Adam Harvey2015-03-051-3/+0
* | | | Merge remote-tracking branch 'datibbaw/kill-ereg'Adam Harvey2015-03-051-21/+20
|\ \ \ \
| * | | | Revert "Revert "Removing ext/ereg and dependencies""Tjerk Meesters2014-09-111-19/+15
* | | | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
* | | | | Merge branch 'PHP-5.6'Xinchen Hui2015-02-141-4/+6
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-141-4/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fixed bug #68638 (pg_update() fails to store infinite values)Xinchen Hui2015-02-141-8/+7
| | * | | Merge branch 'PHP-5.4' of https://github.com/wfelipew/php-src into PHP-5.5Xinchen Hui2015-02-141-1/+4
| | |\ \ \
| | | * | | Fixed bug #68638 pg_update() fails to store infinite valuesWilliam Felipe Welter2015-02-121-1/+1
| | | * | | Fixed bug #68638 pg_update() fails to store infinite valuesWilliam Felipe Welter2015-02-091-4/+2
| | | * | | Fixed bug #68638 pg_update() fails to store infinite values.William Felipe Welter2015-02-071-2/+6
| | | * | | Fixed bug #68638 pg_update() fails to store infinite values.William Felipe Welter2015-02-031-1/+2
| | | | |/ | | | |/|