summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-2/+2
|\
| * 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-7.0' into PHP-7.1Stanislav Malyshev2016-11-051-3/+3
|\ \ \
| * | | More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-3/+3
| |/ /
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-031-7/+8
|\ \ \ | |/ /
| * | 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 compilation warningsDmitry Stogov2016-06-231-1/+1
* | | Fixed compilation warningsDmitry Stogov2016-06-221-8/+8
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-11/+11
* | | Merge branch 'PHP-7.0'Anatol Belski2016-05-121-1/+3
|\ \ \ | |/ /
| * | Fixed bug #72197 pg_lo_create arbitrary readAnatol Belski2016-05-121-1/+3
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-121-4/+11
|\ \ \ | |/ /
| * | Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free)Xinchen Hui2016-05-121-4/+11
* | | Merge branch 'PHP-7.0'Anatol Belski2016-05-091-21/+3
|\ \ \ | |/ /
| * | Revert "Fixed bug #71820 pg_fetch_object bind parameters before call construc...Anatol Belski2016-05-091-21/+3
* | | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-1/+1
* | | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* | | Merge branch 'PHP-7.0'Nikita Popov2016-04-211-2/+2
|\ \ \ | |/ /
| * | Fix escape sequences in pgsql.cNikita Popov2016-04-211-2/+2
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-04-151-1/+1
|\ \ \ | |/ /
| * | Fixed bug #72028 (pg_query_params(): NULL converts to empty string)Xinchen Hui2016-04-151-1/+1
* | | Merge branch 'PHP-7.0'Anatol Belski2016-04-151-1/+1
|\ \ \ | |/ /
| * | Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestampAnatol Belski2016-04-151-1/+1
* | | Merge branch 'PHP-7.0'Anatol Belski2016-04-101-3/+6
|\ \ \ | |/ /
| * | Fixed bug #71998 Function pg_insert does not insert when column type = inetAnatol Belski2016-04-101-3/+6
* | | Merge branch 'PHP-7.0'Anatol Belski2016-03-171-3/+21
|\ \ \ | |/ /
| * | Fixed bug #71820 pg_fetch_object bind parameters before call constructorAnatol Belski2016-03-171-3/+21
* | | Merge branch 'PHP-7.0'Nikita Popov2016-03-031-1/+1
|\ \ \ | |/ /
| * | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | | Merge branch 'PHP-7.0'Anatol Belski2016-03-021-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
* | | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
* | | Merge branch 'PHP-7.0'Dmitry Stogov2016-02-151-1/+1
|\ \ \ | |/ /
| * | Added missing semicolonDmitry Stogov2016-02-151-1/+1
* | | Fix zpp in pg_last_noticeNikita Popov2016-02-141-2/+3
* | | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-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
* | | Improve FR #48532 implementation (Allow pg_fetch_all() to index numerically).Yasuo Ohgaki2015-12-181-38/+40
* | | Improve FR #31021 implementation (pg_last_notice() is needed to get all notic...Yasuo Ohgaki2015-12-181-23/+42
* | | Fix proto and arg infoYasuo Ohgaki2015-12-171-1/+2
* | | Implemented FR #48532 (Allow pg_fetch_all() to index numerically).Yasuo Ohgaki2015-12-171-18/+37