summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* Decref default_link when clearingSara Golemon2017-10-241-0/+1
* Bugfix#75419 Fix clearing of default link during pg_close()Sara Golemon2017-10-231-13/+7
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-11-221-2/+2
|\
| * Fix bug #73498Craig Duncan2016-11-221-2/+2
| * Fix various int size overflows.Stanislav Malyshev2016-09-121-93/+93
* | More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-3/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-09-031-7/+8
|\ \ | |/
| * fix leak and error check orderAnatol Belski2016-09-031-5/+6
| * Revert "Backport patch for bug #71820"Anatol Belski2016-05-091-14/+1
| * Backport patch for bug #71820Anatol Belski2016-03-171-1/+14
* | 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