497 Commits (ad20b9e6bb6e293e01ef9ffb0246511554bcbc9e)

Author SHA1 Message Date
Ilia Alshanetsky 01da46b1bb Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format) 18 years ago
Dmitry Stogov 240fa244c3 Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) 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
Jani Taskinen 0261432888 MFH 19 years ago
Ilia Alshanetsky adcfdf7fa4 Fixed bug #41845 (pgsql extension does not compile with PostgreSQL <7.4) 19 years ago
Antony Dovgal 1f65545121 fix test names 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
Edin Kadribasic f31b3b497d Fixed bug #40371 19 years ago
Ilia Alshanetsky 7605d10252 PQfreemem checks 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
Hannes Magnusson f4e63cbece Fix test 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). 20 years ago
Edin Kadribasic 9f5de3bb5c Sync with Unix build 20 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
Edin Kadribasic a290cef01c Added PQescapeStringConn support to windows too 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 8c56ee5cb6 MFH: - Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly) 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
Marcus Boerger 8479546920 - MFH Fix tests 20 years ago
Marcus Boerger 81c25d8700 - Get rid of compiler warnings (both postgres an dphp use these defines) 20 years ago
Ilia Alshanetsky 6654b31e26 fixed test for ZTS 20 years ago
foobar 3e669bc950 MFH: nuke php3 legacy 20 years ago