481 Commits (13da6bf4d796fa00a10f18c9987285e8fe9359d7)

Author SHA1 Message Date
Antony Dovgal 8190ad4661 make sure the string is non-empty and use strlcpy() & strlcat() 19 years ago
Sebastian Bergmann 3717df72ae Bump year. 19 years ago
Ilia Alshanetsky df5d843c99 MFB: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for 19 years ago
Ilia Alshanetsky c42fb0033d MFB: Added buffer length checks 19 years ago
Ilia Alshanetsky 2dbfe66e4a MFB: safety checks 19 years ago
Ilia Alshanetsky 460e59a1b5 MFB: Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory 20 years ago
Ilia Alshanetsky cae55a69eb MFB: Fixed bug #36812 (pg_execute() modifies input array). 20 years ago
Edin Kadribasic ed0e78fb78 MFB: Sync with Unix build 20 years ago
Ilia Alshanetsky 8b596a4f84 MFB: Make pg_escape_bytea() use PQescapeByteaConn() whenever possible. 20 years ago
Hannes Magnusson 34fb6fc12e MFB: 20 years ago
Edin Kadribasic 5cdef2aaf7 MFB: Added PQescapeStringConn support to windows too 20 years ago
Ilia Alshanetsky dbc2dc9dcf MFB: Added support for character sets in pg_escape_string() for PostgreSQL 20 years ago
Hannes Magnusson 96297ff0c7 MFB: pg_send_prepare(), pg_send_query_params() & pg_send_execute() do not throw "Wrong parameter count" 20 years ago
Ilia Alshanetsky 71eac85de0 MFB: Added a check for PQftable() function 20 years ago
Antony Dovgal b08f8ed0c1 fix leak in pg_copy_to() when invalid resource was passed 20 years ago
Dmitry Stogov 943960c324 Added automatic module globals management 20 years ago
Michael Wallner 4ce0141713 - new output control code 20 years ago
Marcus Boerger f3d39723c7 - Better order for SEGV prevention 20 years ago
Marcus Boerger 40678e7f81 - Fix possible SEGV 20 years ago
Yasuo Ohgaki f028fcecb5 restore E_WARNING in correct place 20 years ago
Yasuo Ohgaki 0821437bdb remove pg_execute() E_WARNING error when query plan is not defined 20 years ago
Ilia Alshanetsky 87d97c8423 Simplify and optimize code. 20 years ago
Edin Kadribasic 5db1a8cad0 Added pg_field_table() as per req: #36750 20 years ago
Pierre Joye bb1ec86f9d - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 20 years ago
Marcus Boerger 81954dcf78 - Fixed #36625 pg_trace() does not work 20 years ago
Antony Dovgal 94566f39f1 fix #36606 (pg_query_params() changes arguments type to string) 20 years ago
Andi Gutmans 1efe984d08 - Get rid of using ENFORCE_SAFE_MODE. 20 years ago
Andi Gutmans e94e25e621 Start nuking safe_mode. Still a lot of work to do... 20 years ago
foobar 1afd9d6ea0 - Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly) 20 years ago
foobar 251c5173fd bump year and license version 20 years ago
Marcus Boerger 08bccb4a72 - Fix tests 20 years ago
Marcus Boerger 7ffe23c515 - MFB Get rid of warnings 20 years ago
foobar a208d9a966 - Nuke php3 legacy 21 years ago
foobar 34ad5ab731 - list_entry -> zend_rsrc_list_entry 21 years ago
Marcus Boerger 66a9b0b6ae - Fix Bug #32223 weird behaviour of pg_last_notice 21 years ago
Marcus Boerger 1626dba133 -MFB Fix parameter parsing 21 years ago
Ilia Alshanetsky 9c5a8bac1c Fixed bug #33167 (Possible crash inside pg_fetch_array()). 21 years ago
Marcus Boerger 8f4f012a2c - Apply workaround for test until someone fixes the issue (which is unrelated to pg_*()) 21 years ago
Marcus Boerger 6355dc71df - Make test check for PlPgSQL before using it 21 years ago
Marcus Boerger 362ea7143e - Add new test 21 years ago
Sebastian Bergmann 52b001cc05 ZTS fixes. 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
foobar 03897956b2 revert fix that did not fix anything 21 years ago
Yasuo Ohgaki 813bd67320 fix build with older postgresql 21 years ago
Ilia Alshanetsky ef7bd06657 Added pg_fetch_all_columns() function to fetch all values of a column from 21 years ago
Edin Kadribasic 312a8eede3 Properly detect when the copy command fails 21 years ago
Derick Rethans 17b877a772 - Fixed memory corruption in pg_copy_from() in case the as_null parameter was 21 years ago
Wez Furlong e9d474dc01 fixes for #33251 21 years ago
foobar a20383ba06 - Unify the "configure --help" texts 21 years ago
Antony Dovgal fcf14f1795 use & and check for the right value of result_type 21 years ago