summaryrefslogtreecommitdiff
path: root/ext/pgsql/pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* FIX #77047: fixes regex for "time" data typeandy2018-11-181-1/+1
* Future-proof email addressesZeev Suraski2018-11-011-1/+1
* Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* 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-291-0/+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
* | | 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
* | | Reduce var scopeAnatol Belski2018-02-181-32/+24
* | | 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-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Avoid separation and simlifyed conversionDmitry Stogov2018-01-171-25/+12
* | | year++Xinchen Hui2018-01-021-1/+1
* | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-271-1/+0
* | | Merge branch 'PHP-7.2'Anatol Belski2017-12-151-20/+15
|\ \ \ | |/ /
| * | 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
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Cleanup type conversionDmitry Stogov2017-12-071-2/+1
* | | Enable and fix printf() format warningsNikita Popov2017-11-161-1/+1
* | | Fix remaining signedness warningsAnatol Belski2017-11-141-2/+2
* | | Patch core for PCRE2 supportAnatol Belski2017-11-131-11/+22
* | | Persistent resources are "thread-local".Dmitry Stogov2017-11-011-5/+1
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-2/+2
* | | Merge branch 'PHP-7.2'Sara Golemon2017-10-241-0/+1
|\ \ \ | |/ /
| * | 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.2'Sara Golemon2017-10-231-13/+7
|\ \ \ \ | |/ / /
| * | | 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
* | | | Implemented FR #74781 (Add the latest PG_DIAG_* const)Kalle Sommer Nielsen2017-08-171-0/+18
|/ / /
* | | 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
| |\ \ | | |/