| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | FIX #77047: fixes regex for "time" data type | andy | 2018-11-18 | 1 | -1/+1 |
| * | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
| * | Fix typos in code comments | Peter Kokot | 2018-07-25 | 1 | -1/+1 |
| * | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| * | Reduce error buffer size | Anatol Belski | 2018-07-05 | 1 | -1/+1 |
| * | Use zval_ptr_dtor() imstead of zval_dtor() | Dmitry Stogov | 2018-07-05 | 1 | -2/+2 |
| * | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d... | Dmitry Stogov | 2018-07-04 | 1 | -7/+7 |
| * | Merge branch 'PHP-7.2' | Anatol Belski | 2018-06-29 | 1 | -0/+1 |
| |\ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-06-29 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Fixed bug #76548 pg_fetch_result did not fetch the next row | Anatol Belski | 2018-06-29 | 1 | -0/+1 |
| * | | | Removed "dead" code (zend_hash_update() never fails) | Dmitry Stogov | 2018-06-01 | 1 | -3/+1 |
| * | | | Avoid useless checks, using zend_string_efree(), in cases where the string is... | Dmitry Stogov | 2018-05-08 | 1 | -1/+1 |
| * | | | zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d... | Dmitry Stogov | 2018-05-03 | 1 | -1/+0 |
| * | | | Avoid strlen calls for regexes | Anatol Belski | 2018-04-19 | 1 | -45/+63 |
| * | | | Use int instead of long in protos | Gabriel Caruso | 2018-02-23 | 1 | -2/+2 |
| * | | | Reduce var scope | Anatol Belski | 2018-02-18 | 1 | -32/+24 |
| * | | | Fix misspelling vlaues to values | Gabriel Caruso | 2018-01-28 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-01-18 | 1 | -0/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-01-18 | 1 | -0/+1 |
| | |\ \ | | |/ | |||||
| | | * | Fixed #75838 (Memory leak in pg_escape_bytea()) | Xinchen Hui | 2018-01-18 | 1 | -0/+1 |
| | | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | | Avoid separation and simlifyed conversion | Dmitry Stogov | 2018-01-17 | 1 | -25/+12 |
| * | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia... | Dmitry Stogov | 2017-12-27 | 1 | -1/+0 |
| * | | | Merge branch 'PHP-7.2' | Anatol Belski | 2017-12-15 | 1 | -20/+15 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-12-15 | 1 | -20/+15 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #75671 pg_version() crashes when called on a connection to cockroach | Anatol Belski | 2017-12-15 | 1 | -20/+15 |
| * | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
| * | | | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 1 | -2/+1 |
| * | | | Enable and fix printf() format warnings | Nikita Popov | 2017-11-16 | 1 | -1/+1 |
| * | | | Fix remaining signedness warnings | Anatol Belski | 2017-11-14 | 1 | -2/+2 |
| * | | | Patch core for PCRE2 support | Anatol Belski | 2017-11-13 | 1 | -11/+22 |
| * | | | Persistent resources are "thread-local". | Dmitry Stogov | 2017-11-01 | 1 | -5/+1 |
| * | | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -2/+2 |
| * | | | Merge branch 'PHP-7.2' | Sara Golemon | 2017-10-24 | 1 | -0/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Sara Golemon | 2017-10-24 | 1 | -0/+1 |
| | |\ \ | | |/ | |||||
| | | * | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-10-24 | 1 | -0/+1 |
| | | |\ | |||||
| | | | * | Decref default_link when clearing | Sara Golemon | 2017-10-24 | 1 | -0/+1 |
| * | | | | Merge branch 'PHP-7.2' | Sara Golemon | 2017-10-23 | 1 | -13/+7 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Sara Golemon | 2017-10-23 | 1 | -13/+7 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-10-23 | 1 | -13/+7 |
| | | |\ \ | | | |/ | |||||
| | | | * | Bugfix#75419 Fix clearing of default link during pg_close() | Sara Golemon | 2017-10-23 | 1 | -13/+7 |
| | | | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | | * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | | | Implemented FR #74781 (Add the latest PG_DIAG_* const) | Kalle Sommer Nielsen | 2017-08-17 | 1 | -0/+18 |
| |/ / / | |||||
| * | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| * | | | further normalizations, uint vs uint32_t | Anatol Belski | 2016-11-26 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.1' | Anatol Belski | 2016-11-22 | 1 | -2/+2 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-11-22 | 1 | -2/+2 |
| | |\ \ | | |/ | |||||
