668 Commits (efcbea43455ca4e27ec6fc5ce2f3a740a981247e)

Author SHA1 Message Date
Anatol Belski acf1472ffd Fixed bug #75671 pg_version() crashes when called on a connection to cockroach 8 years ago
Dmitry Stogov 9e709e2fa0 Move constants into read-only data segment 8 years ago
Dmitry Stogov 6a9d2b2190 Cleanup type conversion 8 years ago
Nikita Popov 26f8fc833b Enable and fix printf() format warnings 8 years ago
Anatol Belski 20d930d8f3 Fix remaining signedness warnings 8 years ago
Anatol Belski a5bc5aed71 Patch core for PCRE2 support 8 years ago
Dmitry Stogov 67d5f39a47 Persistent resources are "thread-local". 8 years ago
Dmitry Stogov 49ea143bbd Encapsulate reference-counting primitives. 8 years ago
Sara Golemon 68e27b0763
Decref default_link when clearing 8 years ago
Sara Golemon a645af4456
Bugfix#75419 Fix clearing of default link during pg_close() 8 years ago
Kalle Sommer Nielsen 1d9b46f362 Implemented FR #74781 (Add the latest PG_DIAG_* const) 9 years ago
Sammy Kaye Powers dac6c639bb Update copyright headers to 2017 9 years ago
Sammy Kaye Powers 478f119ab9 Update copyright headers to 2017 9 years ago
Sammy Kaye Powers 9e29f841ce Update copyright headers to 2017 9 years ago
Anatol Belski b204b3abd1 further normalizations, uint vs uint32_t 9 years ago
Craig Duncan 644e290fcd Fix bug #73498 9 years ago
Stanislav Malyshev 3b78cabc88 More int->size_t and string overflow fixes 9 years ago
Stanislav Malyshev 669763d88a More int->size_t and string overflow fixes 9 years ago
Stanislav Malyshev 19866fb76c Fix various int size overflows. 10 years ago
Nikita Popov e0e5063173 Drop some pieces of commented-out code 10 years ago
Anatol Belski 9513187dee fix leak and error check order 10 years ago
Dmitry Stogov adc95c5114 Fixed compilation warnings 10 years ago
Dmitry Stogov 323b2733f6 Fixed compilation warnings 10 years ago
Dmitry Stogov 1616038698 Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 10 years ago
Anatol Belski 7f6e285430 Fixed bug #72197 pg_lo_create arbitrary read 10 years ago
Xinchen Hui 3c0341e6f9 Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free) 10 years ago
Anatol Belski fc2a45b70a Revert "Fixed bug #71820 pg_fetch_object bind parameters before call constructor" 10 years ago
Anatol Belski 1cc536af5a Revert "Backport patch for bug #71820" 10 years ago
Dmitry Stogov 6499162ff0 - get rid of EG(scope). zend_get_executed_scope() should be used instead. 10 years ago
Dmitry Stogov f0a2e8eb13 Removed "zend_fcall_info.function_table". It was assigned in many places, but is never used. 10 years ago
Nikita Popov 988bdd0908 Fix escape sequences in pgsql.c 10 years ago
Xinchen Hui 7e01c518b6 Fixed bug #72028 (pg_query_params(): NULL converts to empty string) 10 years ago
Anatol Belski d263616525 Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp 10 years ago
Anatol Belski b4ab0effc7 Fixed bug #71998 Function pg_insert does not insert when column type = inet 10 years ago
Anatol Belski 1b632cfe83 Backport patch for bug #71820 10 years ago
Anatol Belski b4eedd128b Fixed bug #71820 pg_fetch_object bind parameters before call constructor 10 years ago
Nikita Popov 1ac152938c Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 10 years ago
Anatol Belski 2399c64eaf show correct MINFO with libpq >= 9.5.x 10 years ago
Dmitry Stogov c67c166f93 Removed zend_fcall_info.symbol_table 10 years ago
Dmitry Stogov 5c4b4d11be Added missing semicolon 10 years ago
Nikita Popov 420c7979d5 Fix zpp in pg_last_notice 10 years ago
Lior Kaplan 49493a2dcf Happy new year (Update copyright to 2016) 10 years ago
Yasuo Ohgaki 283cbebe5b Improve FR #48532 implementation (Allow pg_fetch_all() to index numerically). 10 years ago
Yasuo Ohgaki 5835593dfc Improve FR #31021 implementation (pg_last_notice() is needed to get all notice messages). 10 years ago
Yasuo Ohgaki 7a01ff5e91 Fix proto and arg info 10 years ago
Yasuo Ohgaki b6935efc8e Implemented FR #48532 (Allow pg_fetch_all() to index numerically). 10 years ago
Yasuo Ohgaki 57d9da8790 Implemented FR #31021 (pg_result_notice() is needed to get all notice messages). 10 years ago
Dmitry Stogov 927d68db24 Avoid reallocations 11 years ago
Anatol Belski 545b364d56 remove TSRMLS_* 11 years ago
Yasuo Ohgaki 62515a1dbb Fixed Bug #70092 pg_field_type() is too slow 11 years ago