summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Expand)AuthorAgeFilesLines
* Add test for bug #72294Anatol Belski2016-06-011-0/+149
* Fixed bug #72294 Segmentation fault/invalid pointer in connection with pgsql_...Anatol Belski2016-06-011-11/+15
* Fixed test (keyword is local related)Xinchen Hui2016-05-312-6/+6
* Fixed bug #71573 (Segfault (core dumped) if paramno beyond bound)Xinchen Hui2016-05-112-0/+27
* fix merge mistakeAnatol Belski2016-04-061-1/+1
* fix testsAnatol Belski2016-04-062-20/+92
* PostgreSQL's PDOStatement::getColumnMeta() fills in table's name.Petr Sýkora2016-04-061-0/+35
* fix indentAnatol Belski2016-04-061-40/+40
* add 32-bit specific variont for #62498Anatol Belski2016-04-061-0/+185
* skip test on 32-bitAnatol Belski2016-04-061-1/+2
* fix and extend testAnatol Belski2016-04-051-22/+103
* Don't roundtrip to the database to get the column type if you already know itJoe Bylund2016-04-052-25/+159
* 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
| |\ \ | | |/