History log of /PHP-7.4/ext/pdo_pgsql/pgsql_statement.c (Results 51 – 75 of 147)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4ed156d4 19-Aug-2014 Anatol Belski

ported from pdo - pgsql, odbc, mysql, firebirt, dblib


# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once


# e8c2b54b 16-May-2014 Xinchen Hui

Finish ext/pdo_pgsql (3 tests fail, 1 due to knew issue, 2 also fails in trunk)


# 34bb45e9 16-May-2014 Xinchen Hui

Fixed several test failed


# 19f6476d 15-May-2014 Pierre Joye

fix void* ptr arithmetic


# 49df66be 15-May-2014 Xinchen Hui

Made a little clean up


# b7f6bc51 15-May-2014 nikita2206

add support for pdo-pgsql in phpng refactoring


# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


# e378348a 09-Mar-2014 Matteo Beccati

Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams

Faster than prepared statements when queries are run once. Slightly
slower than PDO::ATTR_EMULATE_PREPARES but without t

Added new PDO::PGSQL_ATTR_DISABLE_PREPARES that uses PQexecParams

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.

show more ...


# b1ffea3c 09-Mar-2014 Matteo Beccati

Drop PDO support for extremely old libpq versions

configure will now fail if any of the following function is missing:
* PQprepare
* PQexecParams
* PQescapeStringConn
* PQesc

Drop PDO support for extremely old libpq versions

configure will now fail if any of the following function is missing:
* PQprepare
* PQexecParams
* PQescapeStringConn
* PQescapeByteaConn

show more ...


# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


# 696852f2 21-Aug-2013 Matteo Beccati

Fixed other compiler warnings in PDO_PGSQL


# 0ddb3d97 11-Jul-2013 Yasuo Ohgaki

Fixed meta data retrieve when OID is larger than 2^31


# bccc3e2e 11-Jul-2013 Yasuo Ohgaki

Fixed meta data retrieve when OID is larger than 2^31


# 8679bffa 11-Jul-2013 Yasuo Ohgaki

Fixed meta data retrieve when OID is larger than 2^31


# 24037fd3 08-Jul-2013 Yasuo Ohgaki

Fixed pgsql_stmt_get_column_meta() OID signedness


Revision tags: php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1
# d864063a 26-Sep-2012 Will Fitch

Bug #62593 Updated to account for INOUT parameters


# 646c0e57 25-Sep-2012 Will Fitch

Bug #62593 Updated to always treat zval by value


# 7ea4f73a 20-Sep-2012 Will Fitch

Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native format in emulation mode


Revision tags: php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


123456