Revision tags: BEFORE_NEW_PARAMETER_PARSE |
|
#
01da46b1 |
| 19-May-2008 |
Ilia Alshanetsky |
Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format)
|
Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
Revision tags: php-4.4.8RC1, RELEASE_1_2_3 |
|
#
969f81a4 |
| 22-Nov-2007 |
Ilia Alshanetsky |
Fixed bug #43041 (micro-optimizations in pgsql data retrieval) Initial patch by andy at petdance dot com
|
#
37b3d701 |
| 13-Nov-2007 |
Ilia Alshanetsky |
Fixed bug #43279 (pg_send_query_params() converts all elements in 'params' to strings)
|
Revision tags: php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3 |
|
#
aa3eee1d |
| 05-Oct-2007 |
Jani Taskinen |
MFH:- Moved the old regex functions to own extension: ereg
|
Revision tags: RELEASE_1_2_2 |
|
#
f6b761b0 |
| 03-Oct-2007 |
Ilia Alshanetsky |
Fixed bug #42783 (pg_insert() does not accept an empty list for insertion)
|
#
6c810b0d |
| 27-Sep-2007 |
Dmitry Stogov |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
|
#
49c91f6e |
| 05-Sep-2007 |
Ilia Alshanetsky |
MFH: fixed typo in function name
|
#
59a410cb |
| 03-Sep-2007 |
Ilia Alshanetsky |
Fixed bug #42506 (php_pgsql_convert() timezone parse bug)
|
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3 |
|
#
f30f2ef7 |
| 22-Aug-2007 |
Ilia Alshanetsky |
Fixed bug #42368 (Incorrect error message displayed by pg_escape_string).
|
Revision tags: php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND |
|
#
adcfdf7f |
| 02-Jul-2007 |
Ilia Alshanetsky |
Fixed bug #41845 (pgsql extension does not compile with PostgreSQL <7.4)
|
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6 |
|
#
50ea2676 |
| 24-Feb-2007 |
Marcus Boerger |
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
|
#
a471f753 |
| 23-Feb-2007 |
Ilia Alshanetsky |
Simplify code by converting emalloc() + sprintf() to spprintf()
|
Revision tags: php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3 |
|
#
870bd0b9 |
| 11-Jan-2007 |
Antony Dovgal |
MFH
|
#
5babb6d1 |
| 07-Jan-2007 |
Ilia Alshanetsky |
Fixed bug #39979 (PGSQL_CONNECT_FORCE_NEW will causes next connect to establish a new connection).
|
#
7d901eac |
| 05-Jan-2007 |
Ilia Alshanetsky |
%f -> %F
|
Revision tags: php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
#
79d524dc |
| 29-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for timestamp fields).
|
#
79484523 |
| 28-Dec-2006 |
Ilia Alshanetsky |
Added buffer length checks
|
#
52d53543 |
| 25-Dec-2006 |
Ilia Alshanetsky |
Allocation safety checks
|
Revision tags: php-5.2.1RC1 |
|
#
bfa4af46 |
| 29-Nov-2006 |
Ilia Alshanetsky |
Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory corruption on Windows in pgsql and pdo_pgsql extensions).
|
#
b28cbe8b |
| 13-Nov-2006 |
Ilia Alshanetsky |
Fixed bug #36812 (pg_execute() modifies input array).
|
Revision tags: php-5.2.0, php-5.2.0RC6 |
|
#
fab29dcb |
| 06-Oct-2006 |
Ilia Alshanetsky |
Make pg_escape_bytea() use PQescapeByteaConn() whenever possible.
|
Revision tags: php-5.2.0RC5 |
|
#
93909bb3 |
| 05-Oct-2006 |
Hannes Magnusson |
- nuke unused variable - "prefer" two arguments - only print "wrong parameter count" once
|
#
e8c70bfa |
| 04-Oct-2006 |
Ilia Alshanetsky |
Added support for character sets in pg_escape_string() for PostgreSQL 8.1.4 and higher.
|