summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos s/connnection/connectionRaphael Geissert2010-05-011-2/+2
|
* - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename ↵Felipe Pena2010-04-201-6/+2
| | | | | | | argument) Patch by: cbandy at jbandy dot com
* - Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter)Felipe Pena2010-04-201-2/+5
|
* - Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string ↵Felipe Pena2010-04-201-2/+2
| | | | | | | literal) Patch by: cbandy at jbandy dot com
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* Removed spurious high-ascii char from previous commmitMatteo Beccati2009-12-251-1/+1
|
* - Updated ext/pgsql tests to work w/ PostgreSQL 8.5Matteo Beccati2009-12-2511-6/+195
| | | | | # tested w/ 8.5alpha3
* Fixe buildIlia Alshanetsky2009-11-271-1/+1
|
* Fixed bug #50195 (pg_copy_to() fails when table name contains schema).Ilia Alshanetsky2009-11-251-1/+5
|
* Fixed compiler warningsIlia Alshanetsky2009-11-021-10/+12
|
* - MFH: define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling)Pierre Joye2009-05-111-1/+1
|
* Fixed testIlia Alshanetsky2009-04-061-0/+15
|
* MFB: Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a stringIlia Alshanetsky2009-03-121-1/+1
| | | | | literal)
* - MFH: Fix testFelipe Pena2009-01-301-2/+4
|
* - Fixed parameter formatFelipe Pena2009-01-271-1/+1
|
* - Removed wrong '/' in parameter formatFelipe Pena2009-01-271-1/+1
|
* - MFH: Fixed bug #47048 (Segfault with new pg_meta_data)Felipe Pena2009-01-181-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* MFH:Felipe Pena2008-10-166-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 Pena2008-10-151-1/+3
|
* MFH:Felipe Pena2008-10-132-4/+46
| | | | | | - Fixed bug #37100 (data is returned truncated with BINARY CURSOR) Patch by Tony
* MFB:Ilia Alshanetsky2008-10-071-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 Alshanetsky2008-05-191-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* MFB: Fixed bug #43279 (pg_send_query_params() converts all elements inIlia Alshanetsky2007-11-131-1/+3
| | | | | 'params' to strings)
* MFB: Fixed bug #42783 (pg_insert() does not accept an empty list forIlia Alshanetsky2007-10-032-2/+43
| | | | | insertion)
* MFH: fixed typo in function nameIlia Alshanetsky2007-09-051-1/+1
|
* Fixed bug #42506 (php_pgsql_convert() timezone parse bug)Ilia Alshanetsky2007-09-031-1/+1
|
* Fixed bug #42368 (Incorrect error message displayed by pg_escape_string).Ilia Alshanetsky2007-08-221-10/+28
|
* MFHJani Taskinen2007-07-111-4/+1
|
* Fixed bug #41845 (pgsql extension does not compile with PostgreSQL <7.4)Ilia Alshanetsky2007-07-021-0/+4
|
* fix test namesAntony Dovgal2007-05-073-4/+4
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
|
* Simplify code by converting emalloc() + sprintf() to spprintf()Ilia Alshanetsky2007-02-231-8/+2
|
* Fixed bug #40371Edin Kadribasic2007-02-191-1/+1
|
* PQfreemem checksIlia Alshanetsky2007-02-182-1/+2
|
* MFHAntony Dovgal2007-01-111-8/+10
|
* Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect toIlia Alshanetsky2007-01-071-0/+10
| | | | | establish a new connection).
* %f -> %FIlia Alshanetsky2007-01-051-2/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used forIlia Alshanetsky2006-12-292-6/+36
| | | | | timestamp fields).
* Added buffer length checksIlia Alshanetsky2006-12-281-1/+1
|
* Allocation safety checksIlia Alshanetsky2006-12-251-1/+1
|
* Fix testHannes Magnusson2006-12-121-1/+1
|
* Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memoryIlia Alshanetsky2006-11-291-4/+5
| | | | | corruption on Windows in pgsql and pdo_pgsql extensions).
* Fixed bug #36812 (pg_execute() modifies input array).Ilia Alshanetsky2006-11-131-3/+4
|
* Sync with Unix buildEdin Kadribasic2006-10-111-1/+1
|
* Make pg_escape_bytea() use PQescapeByteaConn() whenever possible.Ilia Alshanetsky2006-10-062-6/+25
|
* - nuke unused variableHannes Magnusson2006-10-051-6/+6
| | | | | | - "prefer" two arguments - only print "wrong parameter count" once
* Added PQescapeStringConn support to windows tooEdin Kadribasic2006-10-051-1/+1
|