summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* Fix pgsql use after free trying to reuse closed connectionNikita Popov2019-04-101-8/+26
* Fix use after free on pg_close() of default connectionNikita Popov2019-04-101-5/+7
* Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-11-181-1/+1
|\
| * Fixed bug #77047 pg_convert has a broken regex for the 'TIME WITHOUT TIMEZONE...Anatol Belski2018-11-181-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-291-0/+1
|\ \ | |/
| * Fixed bug #76548 pg_fetch_result did not fetch the next rowAnatol Belski2018-06-291-0/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-181-0/+1
|\ \ | |/
| * Fixed #75838 (Memory leak in pg_escape_bytea())Xinchen Hui2018-01-181-0/+1
| * year++Xinchen Hui2018-01-021-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-151-20/+15
|\ \ | |/
| * Fixed bug #75671 pg_version() crashes when called on a connection to cockroachAnatol Belski2017-12-151-20/+15
* | Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-10-241-0/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-10-241-0/+1
| |\
| | * Decref default_link when clearingSara Golemon2017-10-241-0/+1
* | | Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-10-231-13/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-10-231-13/+7
| |\ \ | | |/
| | * 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
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | | Merge branch 'PHP-7.1'Anatol Belski2016-11-221-2/+2
|\ \ \ | |/ /
| * | 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.1'Stanislav 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
| | |/ /
* | | | Drop some pieces of commented-out codeNikita Popov2016-09-041-14/+0
|/ / /
* | | 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