| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug #65047 (Test skip on client / server version) | Matteo Beccati | 2013-06-19 | 14 | -24/+117 |
| | | |||||
| * | Remove broken client version checking | Matteo Beccati | 2013-06-19 | 1 | -7/+3 |
| | | |||||
| * | Clean up leftover file after the test | Matteo Beccati | 2013-06-19 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Matteo Beccati | 2013-06-02 | 1 | -0/+30 |
| |\ | | | | | | | | | * PHP-5.3: Fixed bug #64609 (pg_convert enum type support) | ||||
| | * | Fixed bug #64609 (pg_convert enum type support) | Matteo Beccati | 2013-06-02 | 1 | -0/+30 |
| | | | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Matteo Beccati | 2013-06-01 | 4 | -1/+7 |
| |\ \ | |/ | | | | | | | * PHP-5.3: Fixed bug #62857 (bytea test failures) | ||||
| | * | Fixed bug #62857 (bytea test failures) | Matteo Beccati | 2013-06-01 | 4 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | Postgres 9.1+ test fixes. Tests were failing due to the default standard_conforming_strings GUC being changed to on. Also the pg_escape_bytea test was encoding the data before estabilishing a connection, thus falling back to the old escaping type which isn't properly handled by the backend when using a default configuration. I haven't updated the NEWS file as it's just test fixes. | ||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 6 | -0/+0 |
| |\ \ | |/ | |||||
| | * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 6 | -0/+0 |
| | | | |||||
| | * | Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0). | Ilia Alshanetsky | 2011-11-15 | 1 | -0/+57 |
| | | | |||||
| | * | Fixed a few false positives on gcov for ext/pgsql | Matteo Beccati | 2011-08-30 | 6 | -7/+44 |
| | | | |||||
| | * | - Fixed bug #47199 (pg_delete() fails on NULL) | Felipe Pena | 2010-11-06 | 1 | -0/+67 |
| | | | | | | | | | | | patch by: ewgraf at gmail dot com | ||||
| * | | add pg_escape_identifier/pg_escape_literal | Yasuo Ohgaki | 2012-04-19 | 1 | -5/+32 |
| | | | |||||
| * | | Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0). | Ilia Alshanetsky | 2011-11-15 | 1 | -0/+57 |
| | | | |||||
| * | | Fixed a few false positives on gcov for ext/pgsql | Matteo Beccati | 2011-08-30 | 6 | -7/+44 |
| | | | |||||
| * | | - Fixed bug #47199 (pg_delete() fails on NULL) | Felipe Pena | 2010-11-06 | 1 | -0/+67 |
| |/ | | | | | patch by: ewgraf at gmail dot com | ||||
| * | Removed spurious high-ascii char from previous commmit | Matteo Beccati | 2009-12-25 | 1 | -1/+1 |
| | | |||||
| * | - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 | Matteo Beccati | 2009-12-25 | 11 | -6/+195 |
| | | | | | | # tested w/ 8.5alpha3 | ||||
| * | MFB: ext/pgsql/tests/80_bug14383.phpt | Ilia Alshanetsky | 2009-04-06 | 1 | -0/+15 |
| | | |||||
| * | - MFH: Fix test | Felipe Pena | 2009-01-30 | 1 | -2/+4 |
| | | |||||
| * | MFH: | Felipe Pena | 2008-10-16 | 5 | -0/+330 |
| | | | | | | | | | | | | | | | - Fixed: . Memory leak in pg_delete() when using PGSQL_DML_STRING. . Bug #24679 (pg_insert problem!) . Bug #35996 (pg_meta_data should take the schema into account) . Bug #40808 (pg_insert problem) . Bug #42078 (pg_meta_data mix tables metadata from different schemas) - Improved: . Error messages - Added: . Tests | ||||
| * | MFH: | Felipe Pena | 2008-10-13 | 1 | -0/+43 |
| | | | | | | | - Fixed bug #37100 (data is returned truncated with BINARY CURSOR) Patch by Tony | ||||
| * | splitted test cases for lo_create and lo_import, added version aware | Hartmut Holzgraefe | 2008-07-23 | 2 | -30/+55 |
| | | | | | | SKIP tests | ||||
| * | added support for object ids in pg_lo_create() and pg_lo_import() where ↵ | Hartmut Holzgraefe | 2008-07-23 | 1 | -0/+70 |
| | | | | | | | | available (based on code provided by Tatsuo Ishii) | ||||
| * | - Fixed test | Felipe Pena | 2008-06-30 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #42783 (pg_insert() does not accept an empty list for insertion) | Ilia Alshanetsky | 2007-10-03 | 1 | -0/+34 |
| | | |||||
| * | fix test names | Antony Dovgal | 2007-05-07 | 3 | -4/+4 |
| | | |||||
| * | Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for | Ilia Alshanetsky | 2006-12-29 | 1 | -0/+30 |
| | | | | | | timestamp fields). | ||||
| * | Fix test | Hannes Magnusson | 2006-12-12 | 1 | -1/+1 |
| | | |||||
| * | - bug #36625 fix | Marcus Boerger | 2006-03-13 | 1 | -0/+49 |
| | | |||||
| * | - MFH Fix tests | Marcus Boerger | 2005-12-31 | 3 | -4/+6 |
| | | |||||
| * | fixed test for ZTS | Ilia Alshanetsky | 2005-12-18 | 1 | -1/+1 |
| | | |||||
| * | - MFH Bug #32223 weird behaviour of pg_last_notice | Marcus Boerger | 2005-11-07 | 1 | -0/+57 |
| | | |||||
| * | - MFH Make test check for PlPgSQL before using it | Marcus Boerger | 2005-10-09 | 1 | -16/+19 |
| | | |||||
| * | - MFH Add new test | Marcus Boerger | 2005-10-09 | 1 | -0/+51 |
| | | |||||
| * | (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists. | Christopher Kings-Lynne | 2005-03-25 | 2 | -9/+8 |
| | | | | | | | | # The version in libpq is newer and faster than the one in PHP, but it is # necessary for me to add a string copy for freeing purposes. This copy # is only needed in Windows AFAIK, how can I detect that? | ||||
| * | - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq | Christopher Kings-Lynne | 2005-03-23 | 6 | -215/+239 |
| | | |||||
| * | Tweak some #if's to be more orthogonal. | Christopher Kings-Lynne | 2005-03-22 | 2 | -0/+12 |
| | | | | | | | | | | (PHP pg_set_error_verbosity) New function to set PostgreSQL error verbosity (PHP pg_copy_from) Use non-deprecated API if it is available (PHP pg_copy_to) Use non-deprecated API if it is available | ||||
| * | Two of the diagnostic definitions were added in 8.0. Add appropriate #ifdefs. | Christopher Kings-Lynne | 2005-03-20 | 1 | -2/+8 |
| | | |||||
| * | - Add missing skipif part | Marcus Boerger | 2005-03-19 | 2 | -2/+8 |
| | | |||||
| * | Add regression tests for pg_transaction_status and pg_result_error_field | Christopher Kings-Lynne | 2005-03-19 | 2 | -0/+16 |
| | | |||||
| * | Added several new functions to support the PostgreSQL v3 protocol | Christopher Kings-Lynne | 2005-03-19 | 4 | -0/+274 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | introduced in PostgreSQL 7.4. (PHP pg_transaction_status) New function to get in-transaction status of a database connection. (PHP pg_query_params) New function to allow execution of parameterized queries. (PHP pg_prepare) New function to allow preparing named queries. (PHP pg_execute) New function to allow execution of named prepared queries. (PHP pg_send_query_params) New function that is the async equivalent of pg_query_params. (PHP pg_send_prepare) New function that is the async equivalent of pg_prepare. (PHP pg_send_execute) New function that is the async equivalent of pg_execute. (PHP pg_result_error_field) New function that allows highly detailed error information, most importantly the SQLSTATE error code # Regression tests are included for all but 2 functions, the rest will # follow shortly. Docs will also follow shortly. | ||||
| * | Keep BC of pg_fetch_object | Marcus Boerger | 2004-03-15 | 1 | -2/+2 |
| | | |||||
| * | Bugfix #27597 pg_fetch_array not returning false . | Marcus Boerger | 2004-03-15 | 1 | -0/+60 |
| | | |||||
| * | Show the connect result | Marcus Boerger | 2004-03-09 | 1 | -3/+6 |
| | | |||||
| * | Make test work with PostgreSQL 7.4 | Ilia Alshanetsky | 2003-12-23 | 1 | -2/+2 |
| | | |||||
| * | #args, reinsert skipif for extension check | Marcus Boerger | 2003-12-06 | 1 | -0/+3 |
| | | |||||
| * | Do not dynamically load the extension in skipif | Marcus Boerger | 2003-12-06 | 1 | -7/+0 |
| | | |||||
| * | Modify pg_fetch_object() to be able to instantiate a selected class and pass | Marcus Boerger | 2003-09-06 | 4 | -3/+42 |
| | | | | | | parameters to the constructor. Update tests and add a test for these features. | ||||
| * | Fixed tests that failed in ZTS due to incorrect file paths. | Ilia Alshanetsky | 2003-08-28 | 4 | -13/+18 |
| | | | | | | Fixed test that failed due to new array dimension property being fetched. | ||||
