| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typos s/connnection/connection | Raphael Geissert | 2010-05-01 | 1 | -2/+2 |
| | | |||||
| * | - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename ↵ | Felipe Pena | 2010-04-20 | 1 | -6/+2 |
| | | | | | | | | argument) Patch by: cbandy at jbandy dot com | ||||
| * | - Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter) | Felipe Pena | 2010-04-20 | 1 | -2/+5 |
| | | |||||
| * | - Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string ↵ | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | | | | | | | | literal) Patch by: cbandy at jbandy dot com | ||||
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | | |||||
| * | Removed spurious high-ascii char from previous commmit | Matteo Beccati | 2009-12-25 | 1 | -1/+1 |
| | | |||||
| * | - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 | Matteo Beccati | 2009-12-25 | 11 | -6/+195 |
| | | | | | | # tested w/ 8.5alpha3 | ||||
| * | Fixe build | Ilia Alshanetsky | 2009-11-27 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #50195 (pg_copy_to() fails when table name contains schema). | Ilia Alshanetsky | 2009-11-25 | 1 | -1/+5 |
| | | |||||
| * | Fixed compiler warnings | Ilia Alshanetsky | 2009-11-02 | 1 | -10/+12 |
| | | |||||
| * | - MFH: define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling) | Pierre Joye | 2009-05-11 | 1 | -1/+1 |
| | | |||||
| * | Fixed test | Ilia Alshanetsky | 2009-04-06 | 1 | -0/+15 |
| | | |||||
| * | MFB: Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string | Ilia Alshanetsky | 2009-03-12 | 1 | -1/+1 |
| | | | | | | literal) | ||||
| * | - MFH: Fix test | Felipe Pena | 2009-01-30 | 1 | -2/+4 |
| | | |||||
| * | - Fixed parameter format | Felipe Pena | 2009-01-27 | 1 | -1/+1 |
| | | |||||
| * | - Removed wrong '/' in parameter format | Felipe Pena | 2009-01-27 | 1 | -1/+1 |
| | | |||||
| * | - MFH: Fixed bug #47048 (Segfault with new pg_meta_data) | Felipe Pena | 2009-01-18 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | | |||||
| * | MFH: | Felipe Pena | 2008-10-16 | 6 | -7/+357 |
| | | | | | | | | | | | | | | | - Fixed: . Memory leak in pg_delete() when using PGSQL_DML_STRING. . Bug #24679 (pg_insert problem!) . Bug #35996 (pg_meta_data should take the schema into account) . Bug #40808 (pg_insert problem) . Bug #42078 (pg_meta_data mix tables metadata from different schemas) - Improved: . Error messages - Added: . Tests | ||||
| * | - Fixed possible efree(NULL) | Felipe Pena | 2008-10-15 | 1 | -1/+3 |
| | | |||||
| * | MFH: | Felipe Pena | 2008-10-13 | 2 | -4/+46 |
| | | | | | | | - Fixed bug #37100 (data is returned truncated with BINARY CURSOR) Patch by Tony | ||||
| * | MFB: | Ilia Alshanetsky | 2008-10-07 | 1 | -52/+55 |
| | | | | | | | | | | Fixed bug #46042 (memory leaks with reflection of mb_convert_encoding()) Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on multiple calls). Fixed bug #46206 (pg_query_params/pg_execute convert passed values to strings). | ||||
| * | MFB: Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format) | Ilia Alshanetsky | 2008-05-19 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | | |||||
| * | MFB: Fixed bug #43279 (pg_send_query_params() converts all elements in | Ilia Alshanetsky | 2007-11-13 | 1 | -1/+3 |
| | | | | | | 'params' to strings) | ||||
| * | MFB: Fixed bug #42783 (pg_insert() does not accept an empty list for | Ilia Alshanetsky | 2007-10-03 | 2 | -2/+43 |
| | | | | | | insertion) | ||||
| * | 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 |
| | | | | | | establish a new connection). | ||||
| * | %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 |
| | | | | | | timestamp fields). | ||||
| * | 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 |
| | | | | | | corruption on Windows in pgsql and pdo_pgsql extensions). | ||||
| * | 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 |
| | | | | | | | - "prefer" two arguments - only print "wrong parameter count" once | ||||
| * | Added PQescapeStringConn support to windows too | Edin Kadribasic | 2006-10-05 | 1 | -1/+1 |
| | | |||||
