History log of /php-src/ext/pdo_pgsql/pgsql_driver.c (Results 251 – 268 of 268)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: RELEASE_0_1
# 0d085b25 20-Jul-2004 Ilia Alshanetsky

Allow pgsql driver to accept login & password as separate parameters like
other PDO drivers can.

Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1
# 9cc4fb18 26-May-2004 Edin Kadribasic

PQfreemem() is only available in 7.4

# c7a2cf73 25-May-2004 Edin Kadribasic

Whitespace: editor in the wrong mode ;)

# 16a53a00 25-May-2004 Edin Kadribasic

Add transaction support

# ff1cbb84 25-May-2004 Edin Kadribasic

Use binary safe function for quoting

# ce389134 25-May-2004 Ilia Alshanetsky

Fixed memory leak.

Revision tags: php-4.3.7RC1, RELEASE_0_1_1
# 64f0ec7b 21-May-2004 Wez Furlong

Update for placeholder flags

# 41784bfc 20-May-2004 Ilia Alshanetsky

Kill unused var.

# 4cdf1431 20-May-2004 Wez Furlong

Fix build on win32

# afb39798 20-May-2004 Ilia Alshanetsky

Fixed parameter order.

# ebd608ba 20-May-2004 Ilia Alshanetsky

Added getAttribute() handler.
Fixed leak inside exec().

# 7f6343e6 20-May-2004 Edin Kadribasic

Use native PostgreSQL connect string e.g.
$db = new PDO("pgsql:dbname=template1 user=postgres password=secret");

# 9cfeb256 20-May-2004 Edin Kadribasic

We quote with ' in real databases

# 1c2b47c4 20-May-2004 Ilia Alshanetsky

Make sure that the error string is freed.

# f8d04561 20-May-2004 Ilia Alshanetsky

Last insert id (oids) support.

# 38eb52b8 20-May-2004 Ilia Alshanetsky

Make doer() work.
Make error reporting system work.

# d9decf0d 20-May-2004 Wez Furlong

Fix prototype.
Use user-supplied path before the default when looking for headers

# 9d6c2599 20-May-2004 Edin Kadribasic

PostgreSQL PDO driver.

1...<<11