summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Expand)AuthorAgeFilesLines
* Do not edit the value in place (might be relates to #71261)Xinchen Hui2016-01-041-4/+3
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-015-5/+5
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
| * fix testAnatol Belski2015-08-231-2/+4
* | add test for bug #70861Anatol Belski2015-11-051-0/+46
* | fix test redirection when run not from source rootAnatol Belski2015-10-231-1/+1
* | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-3/+3
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-302-6/+6
* | Fix more proto commentsRasmus Lerdorf2015-06-231-1/+1
* | Merge branch 'PHP-5.6'Matteo Beccati2015-06-131-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2015-06-131-1/+1
| |\
| | * Fix copy/paste error in testMatteo Beccati2015-06-131-1/+1
* | | Merge branch 'PHP-5.6'Matteo Beccati2015-06-122-2/+46
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2015-06-122-2/+46
| |\ \ | | |/
| | * Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)Matteo Beccati2015-06-122-2/+46
| | * Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading sin...Matteo Beccati2015-06-122-31/+91
* | | Merge branch 'PHP-5.6'Matteo Beccati2015-06-122-31/+91
|\ \ \ | |/ /
| * | Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading sin...Matteo Beccati2015-06-122-30/+90
* | | Merge branch 'PHP-5.6'Anatol Belski2015-06-111-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-111-1/+2
| |\ \ | | |/
| | * rework that test to allow delta for rounding errorsAnatol Belski2015-06-111-1/+2
* | | Merge branch 'PHP-5.6'Anatol Belski2015-06-111-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-111-1/+1
| |\ \ | | |/
| | * improve testAnatol Belski2015-06-111-1/+1
* | | Merge branch 'PHP-5.6'Anatol Belski2015-06-102-1/+61
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-06-102-1/+61
| |\ \ | | |/
| | * fix memory leak in pdo_pgsql closeCursor (bug 69752)Philip Hofstetter2015-06-102-1/+61
* | | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-3/+4
* | | Remove PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENTNikita Popov2015-04-245-112/+3
* | | libpq versions older than 9.3 do not have lo_lseek64Rasmus Lerdorf2015-04-221-1/+1
* | | fix possible int overflowAnatol Belski2015-04-151-1/+6
* | | fix datatype mismatchesAnatol Belski2015-04-151-3/+3
* | | optimize structsAnatol Belski2015-04-151-6/+6
* | | fix data type and 64-bit compatAnatol Belski2015-04-151-1/+5
* | | Another minor cleanup, drop ENFORCE_SAFE_MODE (all except pdo_pgsql have #if'...Kalle Sommer Nielsen2015-03-291-2/+2
* | | cleanup mod version macros, round 3Anatol Belski2015-03-232-5/+4
* | | Merge branch 'PHP-5.6'Anatol Belski2015-03-141-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-03-141-0/+1
| |\ \ | | |/
| | * fix testAnatol Belski2015-03-141-0/+1
| | * Bump yearXinchen Hui2015-01-155-5/+5
| * | bump yearXinchen Hui2015-01-155-5/+5
* | | ZTS cleanupReeze Xia2015-03-081-1/+1
* | | Look for PDO include files in the right folderMaxime BESSON2015-02-061-2/+2
* | | size_t cleanup for PDOStanislav Malyshev2015-01-261-10/+10
* | | bump yearXinchen Hui2015-01-155-5/+5
* | | trailing whitespace removalStanislav Malyshev2015-01-103-4/+4
* | | Merge branch 'PHP-5.6'Matteo Beccati2015-01-052-1/+9
|\ \ \ | |/ /
| * | Ref #68371 - Added support for PDO::PGSQL_ATTR_DISABLE_PREPARESMatteo Beccati2015-01-052-1/+9
* | | Merge branch 'PHP-5.6'Matteo Beccati2015-01-052-0/+117
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2015-01-052-0/+117
| |\ \ | | |/