387 Commits (8563497a94d6961ceec44305cbb4f6750cf0cc49)

Author SHA1 Message Date
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 18 years ago
Ilia Alshanetsky 37b3d701e3 Fixed bug #43279 (pg_send_query_params() converts all elements in 'params' 18 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
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Ilia Alshanetsky 79d524dc1e Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for 19 years ago
Ilia Alshanetsky 794845234e Added buffer length checks 19 years ago
Ilia Alshanetsky 52d53543ac Allocation safety checks 19 years ago
Ilia Alshanetsky bfa4af46e1 Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory 19 years ago
Ilia Alshanetsky b28cbe8b6f Fixed bug #36812 (pg_execute() modifies input array). 19 years ago
Ilia Alshanetsky fab29dcbcf Make pg_escape_bytea() use PQescapeByteaConn() whenever possible. 20 years ago
Hannes Magnusson 93909bb30e - nuke unused variable 20 years ago
Ilia Alshanetsky e8c70bfa99 Added support for character sets in pg_escape_string() for PostgreSQL 20 years ago
Hannes Magnusson 9bff1e24b5 pg_send_prepare(), pg_send_query_params() & pg_send_execute() do not throw "Wrong parameter count" 20 years ago
Ilia Alshanetsky 2cc1f53f3b Added a check for PQftable() function 20 years ago
Antony Dovgal 37635d93e6 fix leak in pg_copy_to() when invalid resource was passed 20 years ago
Dmitry Stogov 1dbaae2795 Added automatic module globals management 20 years ago
Marcus Boerger 77c1b56cd7 - Update after api changes 20 years ago
Edin Kadribasic 18eb480dd2 MFH: Added pg_field_table() as per req: #36750 20 years ago
Marcus Boerger 8bbf3a00dc - MFH Fix potenbtioal SEGV 20 years ago
Yasuo Ohgaki cdbe8b4fd8 reenable pg_execute E_WARNING 20 years ago
Yasuo Ohgaki 82376269fd remove pg_execute() E_WARNING error when query plan is not defined 20 years ago
Marcus Boerger 0bcd459300 - bug #36625 fix 20 years ago
Antony Dovgal 0b12f7307e MFH: fix #36606 (pg_query_params() changes arguments type to string) 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
Marcus Boerger 81c25d8700 - Get rid of compiler warnings (both postgres an dphp use these defines) 20 years ago