| Commit message (Expand) | Author | Age | Files | Lines |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
* | Fixed bug #43041 (micro-optimizations in pgsql data retrieval) Initial patch | Ilia Alshanetsky | 2007-11-22 | 1 | -8/+10 |
* | Fixed bug #43279 (pg_send_query_params() converts all elements in 'params' | Ilia Alshanetsky | 2007-11-13 | 1 | -1/+3 |
* | MFH:- Moved the old regex functions to own extension: ereg | Jani Taskinen | 2007-10-05 | 1 | -0/+1 |
* | Fixed bug #42783 (pg_insert() does not accept an empty list for insertion) | Ilia Alshanetsky | 2007-10-03 | 2 | -2/+43 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | MFH: fixed typo in function name | Ilia Alshanetsky | 2007-09-05 | 1 | -1/+1 |
* | Fixed bug #42506 (php_pgsql_convert() timezone parse bug) | Ilia Alshanetsky | 2007-09-03 | 1 | -1/+1 |
* | Fixed bug #42368 (Incorrect error message displayed by pg_escape_string). | Ilia Alshanetsky | 2007-08-22 | 1 | -10/+28 |
* | MFH | Jani Taskinen | 2007-07-11 | 1 | -4/+1 |
* | Fixed bug #41845 (pgsql extension does not compile with PostgreSQL <7.4) | Ilia Alshanetsky | 2007-07-02 | 1 | -0/+4 |
* | fix test names | Antony Dovgal | 2007-05-07 | 3 | -4/+4 |
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -2/+2 |
* | Simplify code by converting emalloc() + sprintf() to spprintf() | Ilia Alshanetsky | 2007-02-23 | 1 | -8/+2 |
* | Fixed bug #40371 | Edin Kadribasic | 2007-02-19 | 1 | -1/+1 |
* | PQfreemem checks | Ilia Alshanetsky | 2007-02-18 | 2 | -1/+2 |
* | MFH | Antony Dovgal | 2007-01-11 | 1 | -8/+10 |
* | Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect to | Ilia Alshanetsky | 2007-01-07 | 1 | -0/+10 |
* | %f -> %F | Ilia Alshanetsky | 2007-01-05 | 1 | -2/+2 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
* | Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for | Ilia Alshanetsky | 2006-12-29 | 2 | -6/+36 |
* | Added buffer length checks | Ilia Alshanetsky | 2006-12-28 | 1 | -1/+1 |
* | Allocation safety checks | Ilia Alshanetsky | 2006-12-25 | 1 | -1/+1 |
* | Fix test | Hannes Magnusson | 2006-12-12 | 1 | -1/+1 |
* | Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory | Ilia Alshanetsky | 2006-11-29 | 1 | -4/+5 |
* | Fixed bug #36812 (pg_execute() modifies input array). | Ilia Alshanetsky | 2006-11-13 | 1 | -3/+4 |
* | Sync with Unix build | Edin Kadribasic | 2006-10-11 | 1 | -1/+1 |
* | Make pg_escape_bytea() use PQescapeByteaConn() whenever possible. | Ilia Alshanetsky | 2006-10-06 | 2 | -6/+25 |
* | - nuke unused variable | Hannes Magnusson | 2006-10-05 | 1 | -6/+6 |
* | Added PQescapeStringConn support to windows too | Edin Kadribasic | 2006-10-05 | 1 | -1/+1 |
* | Added support for character sets in pg_escape_string() for PostgreSQL | Ilia Alshanetsky | 2006-10-04 | 2 | -6/+23 |
* | pg_send_prepare(), pg_send_query_params() & pg_send_execute() do not throw "W... | Hannes Magnusson | 2006-10-03 | 1 | -3/+3 |
* | 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-15 | 1 | -7/+10 |
* | - Update after api changes | Marcus Boerger | 2006-05-10 | 1 | -3/+3 |
* | MFH: Added pg_field_table() as per req: #36750 | Edin Kadribasic | 2006-05-07 | 2 | -0/+91 |
* | - MFH Fix potenbtioal SEGV | Marcus Boerger | 2006-04-10 | 1 | -1/+2 |
* | reenable pg_execute E_WARNING | Yasuo Ohgaki | 2006-03-28 | 1 | -0/+1 |
* | remove pg_execute() E_WARNING error when query plan is not defined | Yasuo Ohgaki | 2006-03-27 | 1 | -1/+0 |
* | - bug #36625 fix | Marcus Boerger | 2006-03-13 | 2 | -1/+50 |
* | MFH: fix #36606 (pg_query_params() changes arguments type to string) | Antony Dovgal | 2006-03-05 | 1 | -2/+2 |
* | MFH: - 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 |
* | - MFH Fix tests | Marcus Boerger | 2005-12-31 | 3 | -4/+6 |
* | - Get rid of compiler warnings (both postgres an dphp use these defines) | Marcus Boerger | 2005-12-20 | 1 | -0/+6 |
* | fixed test for ZTS | Ilia Alshanetsky | 2005-12-18 | 1 | -1/+1 |
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
* | MFH: list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -8/+8 |
* | - MFH Bug #32223 weird behaviour of pg_last_notice | Marcus Boerger | 2005-11-07 | 2 | -2/+59 |