summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
Commit message (Collapse)AuthorAgeFilesLines
* Ref #68371 - Added support for PDO::PGSQL_ATTR_DISABLE_PREPARESMatteo Beccati2015-01-052-1/+9
|
* Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2015-01-052-0/+117
|\ | | | | | | | | * PHP-5.5: Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific attribute names
| * Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific ↵Matteo Beccati2014-11-102-0/+107
| | | | | | | | attribute names
| * 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
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-11-012-1/+67
|\ \ | |/ | | | | | | * PHP-5.5: Fixed bug #66584 Segmentation fault on statement deallocation
| * Fixed bug #66584 Segmentation fault on statement deallocationMatteo Beccati2014-11-012-1/+67
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-10-311-1/+1
|\ \ | |/ | | | | | | * PHP-5.5: fix ZTS build
| * fix ZTS buildAnatol Belski2014-10-311-1/+1
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-10-312-10/+52
|\ \ | |/ | | | | | | | | * PHP-5.5: Added PGSQL_TEST_CONNSTR env var support for ext/pgsql tests Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when not in transaction
| * Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when ↵Matteo Beccati2014-10-312-10/+52
| | | | | | | | not in transaction
* | Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)Matteo Beccati2014-10-172-0/+115
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-05-211-8/+27
|\ \ | |/ | | | | | | * PHP-5.5: Improved test for bug #62479
| * Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2014-05-211-8/+27
| |\ | | | | | | | | | | | | * PHP-5.4: Improved test for bug #62479
| | * Improved test for bug #62479Matteo Beccati2014-05-211-8/+27
| | |
* | | Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParamsMatteo Beccati2014-03-115-3/+81
| | | | | | | | | | | | | | | | | | Faster than prepared statements when queries are run once. Slightly slower than PDO::ATTR_EMULATE_PREPARES but without the potential security implications of embedding parameters in the query itself.
* | | Deprecated PDO::PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENTMatteo Beccati2014-03-114-7/+30
| | |
* | | Drop PDO support for extremely old libpq versionsMatteo Beccati2014-03-115-97/+53
| | | | | | | | | | | | | | | | | | | | | | | | configure will now fail if any of the following function is missing: * PQprepare * PQexecParams * PQescapeStringConn * PQescapeByteaConn
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-01-251-2/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: fix test bug62479.phpt
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-01-251-2/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: fix test bug62479.phpt
| | * fix test bug62479.phptStanislav Malyshev2014-01-251-2/+2
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Will Fitch2014-01-182-2/+85
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Fix #62479: Some chars not parsed in passwords
| * | Merge branch 'PHP-5.4' into PHP-5.5Will Fitch2014-01-182-2/+85
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: Fix #62479: Some chars not parsed in passwords
| | * Fix #62479: Some chars not parsed in passwordsWill Fitch2014-01-182-2/+85
| | | | | | | | | | | | | | | This fixes an issue where backslashes and spaces aren't correctly parsed for passwords.
| | * Bump yearXinchen Hui2014-01-035-5/+5
| | |
| * | Bump yearXinchen Hui2014-01-035-5/+5
| | |
* | | Bump yearXinchen Hui2014-01-035-5/+5
| | |
* | | Merge branch 'PHP-5.5'Matteo Beccati2013-08-212-5/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed compiler warnings in ext/pgsql Fixed other compiler warnings in PDO_PGSQL Fixed compiler warning Update NEWS Conflicts: ext/pdo_pgsql/pgsql_driver.c
| * | Merge branch 'PHP-5.4' into PHP-5.5Matteo Beccati2013-08-212-5/+5
| |\ \ | | |/ | | | | | | | | | | | | | | | * PHP-5.4: Fixed compiler warnings in ext/pgsql Fixed other compiler warnings in PDO_PGSQL Fixed compiler warning
| | * Fixed other compiler warnings in PDO_PGSQLMatteo Beccati2013-08-212-5/+5
| | |
* | | Merge branch 'PHP-5.5'Michael Wallner2013-08-201-0/+71
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Fix bug #64953 (Postgres prepared statement positional parameter casting)
| * | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-08-201-0/+71
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix bug #64953 (Postgres prepared statement positional parameter casting) Conflicts: ext/pdo/pdo_sql_parser.c
| | * Fix bug #64953 (Postgres prepared statement positional parameter casting)Michael Wallner2013-08-201-0/+71
| | |
* | | Merge branch 'PHP-5.5'Christopher Jones2013-08-061-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes.
| * | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| |/ | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | Merge branch 'PHP-5.5'Stanislav Malyshev2013-08-041-1/+1
|\ \ | |/ | | | | | | * PHP-5.5: non living code related typo fixes
| * non living code related typo fixesVeres Lajos2013-08-041-1/+1
| |
| * Fixed meta data retrieve when OID is larger than 2^31Yasuo Ohgaki2013-07-131-1/+1
| |
* | Merge branch 'PHP-5.5'Yasuo Ohgaki2013-07-111-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed meta data retrieve when OID is larger than 2^31 Conflicts: ext/pdo_pgsql/pgsql_statement.c
| * | Fixed meta data retrieve when OID is larger than 2^31Yasuo Ohgaki2013-07-111-1/+1
| |/
* | Merge branch 'PHP-5.5'Yasuo Ohgaki2013-07-091-1/+1
|\ \ | | | | | | | | | | | | * PHP-5.5: Fixed pgsql_stmt_get_column_meta() OID signedness
| * | Fixed pgsql_stmt_get_column_meta() OID signednessYasuo Ohgaki2013-07-091-1/+1
| |/
* | Merge branch 'PHP-5.5'Remi Collet2013-06-193-4/+4
|\ \ | |/ | | | | | | * PHP-5.5: Related to bug #65047 (Test skip on client / server version)
| * Related to bug #65047 (Test skip on client / server version)Remi Collet2013-06-193-4/+4
| | | | | | | | | | | | | | | | bug46274.phpt and bug46274_2.phpt Make query silent (when server don't know bytea_output option) bug_49985.phpt Make result "locale" independent
* | Merge branch 'PHP-5.5'Matteo Beccati2013-06-192-0/+10
|\ \ | |/ | | | | | | | | | | * PHP-5.5: Fixed bug #65047 (Test skip on client / server version) Remove broken client version checking Clean up leftover file after the test
| * Fixed bug #65047 (Test skip on client / server version)Matteo Beccati2013-06-192-0/+10
| |
* | Fixed signedness warningMatteo Beccati2013-06-071-1/+1
| |
* | Fixed bug #63657 (pgsqlCopyFrom/To methods use Postgres < 7.3 syntax)Matteo Beccati2013-06-071-8/+12
| | | | | | | | | | | | | | Although still supported (for now), I've replaced with pre-9.0 syntax. Still not cutting edge, but it works with any version PDO_pgsql is compatible with (7.4+) and will possibly keep working for longer than what we already had.
* | Fixed Bug #42614 (PDO_pgsql: add pg_get_notify support)Matteo Beccati2013-06-052-0/+190
| |
* | Refactored custom PDO_pgsql methods to trigger errors/exceptionsMatteo Beccati2013-06-054-49/+103
|/ | | | | | | | BC Break: the custom methods were previously just return false on failure. Now they throw an exception with a proper error message. An hopefully welcome improvement, but some application might be depending on the old behaviour. FWIW the PDO::pgsqlCopy* methods are not documented, even though they are available since 5.3.x.