summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/
| | * Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific a...Matteo Beccati2014-11-102-0/+107
| | * Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)Matteo Beccati2014-11-062-0/+16
| * | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)Matteo Beccati2014-11-062-0/+16
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-133-64/+64
* | | fixed compilation errorDmitry Stogov2014-11-071-1/+1
* | | Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)Matteo Beccati2014-11-062-7/+17
* | | Merge branch 'PHP-5.6'Matteo Beccati2014-11-012-1/+67
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-11-012-1/+67
| |\ \ | | |/
| | * Fixed bug #66584 Segmentation fault on statement deallocationMatteo Beccati2014-11-012-1/+67
* | | Merge branch 'PHP-5.6'Anatol Belski2014-10-311-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-10-311-1/+1
| |\ \ | | |/
| | * fix ZTS buildAnatol Belski2014-10-311-1/+1
* | | Merge branch 'PHP-5.6'Matteo Beccati2014-10-312-10/+52
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-10-312-10/+52
| |\ \ | | |/
| | * Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when ...Matteo Beccati2014-10-312-10/+52
* | | Fixed compilationDmitry Stogov2014-10-171-2/+2
* | | Merge branch 'PHP-5.6'Matteo Beccati2014-10-172-0/+115
|\ \ \ | |/ /
| * | Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)Matteo Beccati2014-10-172-0/+115
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-195-5/+5
* | | make this test a bit more tolerant when checking sleep timeAnatol Belski2014-09-121-2/+4
* | | 's' works with size_t round 2Anatol Belski2014-08-271-1/+1
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-6/+6
* | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-3/+3
* | | master renames phase 6Anatol Belski2014-08-251-1/+1
* | | master renames phase 3Anatol Belski2014-08-252-9/+9
* | | master renames phase 1Anatol Belski2014-08-254-43/+43
* | | fixes to %pd format usageAnatol Belski2014-08-241-4/+4