<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pdo_pgsql/pgsql_driver.c, branch php-5.3.6</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>- Year++</title>
<updated>2011-01-01T02:19:59+00:00</updated>
<author>
<name>Felipe Pena</name>
<email>felipe@php.net</email>
</author>
<published>2011-01-01T02:19:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=927bf09c295a2de5fada77c74a61f4957a69939f'/>
<id>927bf09c295a2de5fada77c74a61f4957a69939f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the in_transaction handler for 5.3 to avoid BC break due to structure change</title>
<updated>2010-06-15T11:13:20+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2010-06-15T11:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=24b8bc3489dc05252e0aec7d42a77dfad49938fd'/>
<id>24b8bc3489dc05252e0aec7d42a77dfad49938fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added inTransaction() method to PDO, with specialized support for Postgres</title>
<updated>2010-06-10T12:11:19+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2010-06-10T12:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=90906a91e9d719a1d25a69ef4c2dc305d019020b'/>
<id>90906a91e9d719a1d25a69ef4c2dc305d019020b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for copy to/from array/file for pdo_pgsql extension.   </title>
<updated>2010-06-10T11:11:29+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2010-06-10T11:11:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9daa864c4f13c935cd0b4555774f07587b77ef33'/>
<id>9daa864c4f13c935cd0b4555774f07587b77ef33</id>
<content type='text'>
# original patch by Denis Gasparin


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# original patch by Denis Gasparin


</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)</title>
<updated>2010-01-12T12:46:54+00:00</updated>
<author>
<name>Ilia Alshanetsky</name>
<email>iliaa@php.net</email>
</author>
<published>2010-01-12T12:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d2e14e3f202d1c30dd79c095ff27bf96a146b813'/>
<id>d2e14e3f202d1c30dd79c095ff27bf96a146b813</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php</title>
<updated>2010-01-03T09:23:27+00:00</updated>
<author>
<name>Sebastian Bergmann</name>
<email>sebastian@php.net</email>
</author>
<published>2010-01-03T09:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9ba1e81665df38fec244c926b3eff78034baa35a'/>
<id>9ba1e81665df38fec244c926b3eff78034baa35a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).</title>
<updated>2009-11-04T19:32:27+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2009-11-04T19:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fa67c860e0ef6bb2a1dd556c9c3e33ad105143bc'/>
<id>fa67c860e0ef6bb2a1dd556c9c3e33ad105143bc</id>
<content type='text'>
# Removed usage of the memory address when generating prepared statemend names
# as uniqueness can't be enforced. Used a statment counter instead.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Removed usage of the memory address when generating prepared statemend names
# as uniqueness can't be enforced. Used a statment counter instead.

</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed bug #48764 (PDO_pgsql::query always uses implicit prepared statements if v3 proto available)</title>
<updated>2009-10-07T17:40:16+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2009-10-07T17:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9ee8dd90a37bde92c387e473fa756c896f8d941e'/>
<id>9ee8dd90a37bde92c387e473fa756c896f8d941e</id>
<content type='text'>
# original patch by Mark Kirkwood

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# original patch by Mark Kirkwood

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH:</title>
<updated>2009-04-30T12:56:00+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2009-04-30T12:56:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b8910c99ea2157b1308f727cc2b710be01b7c5fa'/>
<id>b8910c99ea2157b1308f727cc2b710be01b7c5fa</id>
<content type='text'>
- Removed HAVE_PQEXECPARAMS which was left out during the previous commit

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Removed HAVE_PQEXECPARAMS which was left out during the previous commit

</pre>
</div>
</content>
</entry>
<entry>
<title>MFH:</title>
<updated>2009-04-30T12:38:43+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2009-04-30T12:38:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6e22ab5e3eb0593cd17903621995da25edb29ef5'/>
<id>6e22ab5e3eb0593cd17903621995da25edb29ef5</id>
<content type='text'>
- Changed PDO_PGSQL configure script to require libpq 7.4
- Cleaned up usage of HAVE_PQ* defines
- Fixed compiler warnings
- Removed custom implementation of PQunescapeByte
# Rationale:
# - PDO_PGSQL couldn't even compile when using libpq 7.3
# - PostgreSQL 7.3 is unsupported since a long time
# - Got consensus from pgsql devs on freenode

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Changed PDO_PGSQL configure script to require libpq 7.4
- Cleaned up usage of HAVE_PQ* defines
- Fixed compiler warnings
- Removed custom implementation of PQunescapeByte
# Rationale:
# - PDO_PGSQL couldn't even compile when using libpq 7.3
# - PostgreSQL 7.3 is unsupported since a long time
# - Got consensus from pgsql devs on freenode

</pre>
</div>
</content>
</entry>
</feed>
