409 Commits (0ea2ef125b88fc996e2405221ea98112e3abdcd5)

Author SHA1 Message Date
Felipe Pena 23e438594d - Make usage of new PHP_FE_END macro 15 years ago
Felipe Pena 927bf09c29 - Year++ 15 years ago
Pierre Joye ce96fd6b07 - fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus 15 years ago
Felipe Pena 996f45b688 - Fixed bug #47199 (pg_delete() fails on NULL) 16 years ago
Raphael Geissert 174d2528b1 Fix typos s/connnection/connection 16 years ago
Felipe Pena 1efc049863 - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename argument) 16 years ago
Felipe Pena 5aedea7179 - Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter) 16 years ago
Felipe Pena 0b401e1289 - Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string literal) 16 years ago
Hannes Magnusson 3f15f8f4e3 Fix build (see r296062) 16 years ago
Sebastian Bergmann 9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Ilia Alshanetsky eae259b7ea Fixe build 16 years ago
Ilia Alshanetsky 23f4da9113 Fixed bug #50195 (pg_copy_to() fails when table name contains schema). 16 years ago
Ilia Alshanetsky 03ddb4f2b5 Fixed compiler warnings 17 years ago
Kalle Sommer Nielsen 01fc4ed1d6 MFH: Fix compiler warnings 17 years ago
Ilia Alshanetsky 8610935eac Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string 17 years ago
Felipe Pena e77326faba - MFH: Fixed bug #47048 (Segfault with new pg_meta_data) 17 years ago
Ilia Alshanetsky dfa86ccf73 Improved parameter handling 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Dmitry Stogov 7d4fd3fd38 Fixed bug #46409 (__invoke method called outside of object context when using array_map) 17 years ago
Felipe Pena fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Felipe Pena 7a37fa2d6b - Revert ZEND_BEGIN_ARG_INFO change 18 years ago
Felipe Pena df10005563 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Felipe Pena 8563497a94 MFH: 18 years ago
Felipe Pena 30173a8ec8 - Fixed possible efree(NULL) 18 years ago
Felipe Pena 310ac30e5a MFH: 18 years ago
Ilia Alshanetsky 529105427e use proper macro 18 years ago
Ilia Alshanetsky fdcdf8c02b Fixed bug #46206 (pg_query_params/pg_execute convert passed values to 18 years ago
Ilia Alshanetsky b3bbaf7d06 Fixed unused var warning 18 years ago
Felipe Pena 0c745885ca - Fixed some wrong format parameters 18 years ago
Jani Taskinen b17dc14f18 MFH: nuketh C++ comments 18 years ago
Dmitry Stogov 691d4a6999 Fixed uninitialised data 18 years ago
Hartmut Holzgraefe 432b57b2ae added support for object ids in pg_lo_create() and pg_lo_import() where available 18 years ago
Felipe Pena 01a35a058f - Added arginfo 18 years ago
Felipe Pena 69e3fc8782 - New parameter parsing API 18 years ago
Ilia Alshanetsky 01da46b1bb Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format) 18 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Ilia Alshanetsky 969f81a49e Fixed bug #43041 (micro-optimizations in pgsql data retrieval) Initial patch 19 years ago
Ilia Alshanetsky 37b3d701e3 Fixed bug #43279 (pg_send_query_params() converts all elements in 'params' 19 years ago
Jani Taskinen aa3eee1dce MFH:- Moved the old regex functions to own extension: ereg 19 years ago
Ilia Alshanetsky f6b761b0ac Fixed bug #42783 (pg_insert() does not accept an empty list for insertion) 19 years ago
Dmitry Stogov 6c810b0d4c Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Ilia Alshanetsky 49c91f6e33 MFH: fixed typo in function name 19 years ago
Ilia Alshanetsky 59a410cb76 Fixed bug #42506 (php_pgsql_convert() timezone parse bug) 19 years ago
Ilia Alshanetsky f30f2ef733 Fixed bug #42368 (Incorrect error message displayed by pg_escape_string). 19 years ago
Ilia Alshanetsky adcfdf7fa4 Fixed bug #41845 (pgsql extension does not compile with PostgreSQL <7.4) 19 years ago
Marcus Boerger 50ea26760d - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 19 years ago
Ilia Alshanetsky a471f75354 Simplify code by converting emalloc() + sprintf() to spprintf() 19 years ago
Antony Dovgal 870bd0b99f MFH 19 years ago
Ilia Alshanetsky 5babb6d10d Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect to 19 years ago
Ilia Alshanetsky 7d901eacbe %f -> %F 19 years ago