Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFB | Edin Kadribasic | 2007-02-19 | 1 | -1/+1 | |
| | ||||||
* | make sure the string is non-empty and use strlcpy() & strlcat() | Antony Dovgal | 2007-01-11 | 1 | -8/+10 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 | |
| | ||||||
* | MFB: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for | Ilia Alshanetsky | 2006-12-29 | 1 | -6/+6 | |
| | | | | | timestamp fields). | |||||
* | MFB: Added buffer length checks | Ilia Alshanetsky | 2006-12-28 | 1 | -1/+1 | |
| | ||||||
* | MFB: safety checks | Ilia Alshanetsky | 2006-12-26 | 1 | -1/+1 | |
| | ||||||
* | MFB: Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory | Ilia Alshanetsky | 2006-11-29 | 1 | -2/+3 | |
| | | | | | corruption on Windows in pgsql and pdo_pgsql extensions). | |||||
* | MFB: Fixed bug #36812 (pg_execute() modifies input array). | Ilia Alshanetsky | 2006-11-13 | 1 | -3/+4 | |
| | ||||||
* | MFB: Sync with Unix build | Edin Kadribasic | 2006-10-11 | 1 | -1/+1 | |
| | ||||||
* | MFB: Make pg_escape_bytea() use PQescapeByteaConn() whenever possible. | Ilia Alshanetsky | 2006-10-06 | 2 | -6/+25 | |
| | ||||||
* | MFB: | Hannes Magnusson | 2006-10-05 | 1 | -6/+6 | |
| | | | | | | | - nuke unused variable - "prefer" two arguments - only print "wrong parameter count" once | |||||
* | MFB: Added PQescapeStringConn support to windows too | Edin Kadribasic | 2006-10-05 | 1 | -1/+1 | |
| | ||||||
* | MFB: Added support for character sets in pg_escape_string() for PostgreSQL | Ilia Alshanetsky | 2006-10-04 | 2 | -6/+23 | |
| | | | | | 8.1.4 and higher. | |||||
* | MFB: pg_send_prepare(), pg_send_query_params() & pg_send_execute() do not ↵ | Hannes Magnusson | 2006-10-03 | 1 | -3/+3 | |
| | | | | throw "Wrong parameter count" | |||||
* | MFB: Added a check for PQftable() function | Ilia Alshanetsky | 2006-09-15 | 3 | -2/+7 | |
| | ||||||
* | fix leak in pg_copy_to() when invalid resource was passed | Antony Dovgal | 2006-09-06 | 1 | -2/+3 | |
| | ||||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-13 | 1 | -7/+10 | |
| | ||||||
* | - new output control code | Michael Wallner | 2006-06-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | # scan README.NEW-OUTPUT-API to get a grasp # tree has been tagged with BEFORE_NEW_OUTPUT_API # # TODO: # - improve existing output handlers # - move zlib.output_compression cruft from SAPI.c to zlib.c # - output_encoding handling was ambigious, resp. is undefined yet # - more tests | |||||
* | - Better order for SEGV prevention | Marcus Boerger | 2006-04-10 | 1 | -1/+2 | |
| | ||||||
* | - Fix possible SEGV | Marcus Boerger | 2006-04-10 | 1 | -3/+3 | |
| | ||||||
* | restore E_WARNING in correct place | Yasuo Ohgaki | 2006-03-29 | 1 | -0/+1 | |
| | ||||||
* | remove pg_execute() E_WARNING error when query plan is not defined | Yasuo Ohgaki | 2006-03-27 | 1 | -1/+0 | |
| | ||||||
* | Simplify and optimize code. | Ilia Alshanetsky | 2006-03-22 | 1 | -5/+4 | |
| | ||||||
* | Added pg_field_table() as per req: #36750 | Edin Kadribasic | 2006-03-16 | 2 | -0/+91 | |
| | ||||||
* | - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase | Pierre Joye | 2006-03-08 | 1 | -12/+5 | |
| | | | | | | | (calling ini_set('magic_....') returns 0|false - get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false - set_magic_quotes_runtime raises an E_CORE_ERROR | |||||
* | - Fixed #36625 pg_trace() does not work | Marcus Boerger | 2006-03-06 | 2 | -1/+50 | |
| | ||||||
* | fix #36606 (pg_query_params() changes arguments type to string) | Antony Dovgal | 2006-03-05 | 1 | -2/+2 | |
| | ||||||
* | - Get rid of using ENFORCE_SAFE_MODE. | Andi Gutmans | 2006-02-19 | 1 | -1/+1 | |
| | ||||||
* | Start nuking safe_mode. Still a lot of work to do... | Andi Gutmans | 2006-02-19 | 1 | -8/+0 | |
| | ||||||
* | - Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly) | foobar | 2006-01-05 | 1 | -1/+3 | |
| | ||||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 | |
| | ||||||
* | - Fix tests | Marcus Boerger | 2005-12-31 | 3 | -3/+5 | |
| | ||||||
* | - MFB Get rid of warnings | Marcus Boerger | 2005-12-20 | 1 | -0/+6 | |
| | ||||||
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 | |
| | ||||||
* | - list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -8/+8 | |
| | ||||||
* | - Fix Bug #32223 weird behaviour of pg_last_notice | Marcus Boerger | 2005-11-07 | 2 | -2/+59 | |
| | ||||||
* | -MFB Fix parameter parsing | Marcus Boerger | 2005-11-06 | 1 | -3/+9 | |
| | ||||||
* | Fixed bug #33167 (Possible crash inside pg_fetch_array()). | Ilia Alshanetsky | 2005-10-11 | 1 | -10/+6 | |
| | ||||||
* | - Apply workaround for test until someone fixes the issue (which is ↵ | Marcus Boerger | 2005-10-09 | 1 | -1/+2 | |
| | | | | unrelated to pg_*()) | |||||
* | - Make test check for PlPgSQL before using it | Marcus Boerger | 2005-10-09 | 1 | -16/+19 | |
| | ||||||
* | - Add new test | Marcus Boerger | 2005-10-09 | 1 | -0/+51 | |
| | ||||||
* | ZTS fixes. | Sebastian Bergmann | 2005-08-12 | 1 | -3/+3 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 | |
| | ||||||
* | revert fix that did not fix anything | foobar | 2005-07-22 | 1 | -1/+1 | |
| | ||||||
* | fix build with older postgresql | Yasuo Ohgaki | 2005-07-22 | 1 | -1/+1 | |
| | ||||||
* | Added pg_fetch_all_columns() function to fetch all values of a column from | Ilia Alshanetsky | 2005-07-08 | 2 | -0/+43 | |
| | | | | | a result cursor. | |||||
* | Properly detect when the copy command fails | Edin Kadribasic | 2005-07-05 | 1 | -0/+8 | |
| | ||||||
* | - Fixed memory corruption in pg_copy_from() in case the as_null parameter was | Derick Rethans | 2005-07-05 | 1 | -1/+5 | |
| | | | | | passed. (Derick) | |||||
* | fixes for #33251 | Wez Furlong | 2005-06-05 | 1 | -1/+1 | |
| | ||||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 | |
| |