summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-101-3/+5
|\
| * Fix 29nb_async_connect.phptNikita Popov2019-04-101-3/+5
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-103-8/+46
|\ \ | |/
| * Fix pgsql use after free trying to reuse closed connectionNikita Popov2019-04-103-8/+46
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-102-5/+22
|\ \ | |/
| * Fix use after free on pg_close() of default connectionNikita Popov2019-04-102-5/+22
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-11-182-1/+41
| |\
| | * Fixed bug #77047 pg_convert has a broken regex for the 'TIME WITHOUT TIMEZONE...Anatol Belski2018-11-182-1/+41
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1513-14/+9
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1420-67/+67
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-143-4/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-134-49/+49
| | * Convert CRLF line endings to LFPeter Kokot2018-10-131-78/+78
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1513-14/+9
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1420-67/+67
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-143-4/+0
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-134-49/+49
* | | Add test for bug #77047Anatol Belski2018-11-181-0/+40
* | | FIX #77047: fixes regex for "time" data typeandy2018-11-181-1/+1
* | | Future-proof email addressesZeev Suraski2018-11-012-2/+2
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1513-14/+9
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1420-67/+67
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-143-4/+0
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-133-47/+47
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-2/+2
* | | Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-254-8/+1
* | | Reduce error buffer sizeAnatol Belski2018-07-051-1/+1
* | | Use zval_ptr_dtor() imstead of zval_dtor()Dmitry Stogov2018-07-051-2/+2
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-7/+7
* | | Merge branch 'PHP-7.2'Anatol Belski2018-06-292-0/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-292-0/+24
| |\ \ | | |/
| | * Fixed bug #76548 pg_fetch_result did not fetch the next rowAnatol Belski2018-06-292-0/+24
* | | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-3/+1
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-1/+1
* | | zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d...Dmitry Stogov2018-05-031-1/+0
* | | Avoid strlen calls for regexesAnatol Belski2018-04-191-45/+63
* | | Use int instead of long in protosGabriel Caruso2018-02-231-2/+2
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-203-3/+3
* | | Reduce var scopeAnatol Belski2018-02-181-32/+24
* | | Remove empty sections in testsGabriel Caruso2018-02-141-1/+0
* | | Fix misspelling vlaues to valuesGabriel Caruso2018-01-281-1/+1
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-01-181-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-022-2/+2
| * | year++Xinchen Hui2018-01-022-2/+2
* | | Avoid separation and simlifyed conversionDmitry Stogov2018-01-171-25/+12
* | | year++Xinchen Hui2018-01-022-2/+2
* | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-271-1/+0