Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into test | Dmitry Stogov | 2014-07-07 | 1 | -1/+3 |
|\ | |||||
| * | Fix ext/pgsql builds against libpq 7.3. | Adam Harvey | 2014-07-02 | 1 | -0/+2 |
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Adam Harvey | 2014-07-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2014-07-01 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fix ext/pgsql builds with libpq < 7.3. | Adam Harvey | 2014-07-01 | 1 | -1/+1 |
* | | | | Avoid useless merge | Dmitry Stogov | 2014-06-04 | 1 | -2/+8 |
* | | | | Use new zend_hash API | Dmitry Stogov | 2014-05-28 | 1 | -37/+12 |
* | | | | Fixed incorrect Z_LVAL() usage | Dmitry Stogov | 2014-05-19 | 1 | -2/+2 |
* | | | | Fixed memleak (3 tests fails now) | Xinchen Hui | 2014-05-19 | 1 | -1/+1 |
* | | | | Fixed resources apply_dtor | Xinchen Hui | 2014-05-19 | 1 | -1/+2 |
* | | | | It's a zend_array not Hashtable (fixed segfault) | Xinchen Hui | 2014-05-19 | 1 | -1/+2 |
* | | | | Fixed segfault | Xinchen Hui | 2014-05-19 | 1 | -1/+3 |
* | | | | Refactoring ext/pgsql (incompleted, only compilable) | Xinchen Hui | 2014-05-19 | 2 | -725/+655 |
* | | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 19 | -583/+1452 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix bug #66015 by reverting "Removed operations on constant arrays." | Bob Weinand | 2014-04-11 | 1 | -3/+1 |
| * | | | Remove some usages of hashtable internals | Nikita Popov | 2014-04-09 | 1 | -17/+6 |
| * | | | Support async pgsql connections and non-blocking queries | Daniel Lowrey | 2014-03-17 | 7 | -98/+761 |
| * | | | simplify the metadata part | Anatol Belski | 2014-02-17 | 1 | -18/+6 |
| * | | | Imprement FR #25854 Return value for pg_insert should be resource instead of ... | Yasuo Ohgaki | 2014-02-17 | 4 | -5/+67 |
| * | | | Implement FR #41146 - Add "description" with exteneded flag pg_meta_data(). | Yasuo Ohgaki | 2014-02-17 | 4 | -47/+132 |
| * | | | updated pgsql/config.w32 | Anatol Belski | 2014-02-16 | 1 | -1/+1 |
| * | | | Travis has old PostgreSQL server. Avoid test error. | Yasuo Ohgaki | 2014-02-16 | 1 | -1/+2 |
| * | | | It seems travis needs ending >? | Yasuo Ohgaki | 2014-02-16 | 1 | -0/+1 |
| * | | | EXPERIMENTAL flags for pg_select/pg_insert/pg_update/pg_delete are removed. | Yasuo Ohgaki | 2014-02-16 | 11 | -92/+193 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Yasuo Ohgaki | 2014-02-16 | 1 | -10/+20 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Yasuo Ohgaki | 2014-02-16 | 1 | -10/+20 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_sele... | Yasuo Ohgaki | 2014-02-16 | 1 | -10/+20 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Yasuo Ohgaki | 2014-02-16 | 1 | -27/+8 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Yasuo Ohgaki | 2014-02-16 | 1 | -27/+8 |
| | |\ \ | | | |/ | |||||
| | | * | Refactor build_tablename() | Yasuo Ohgaki | 2014-02-16 | 1 | -27/+8 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Yasuo Ohgaki | 2014-02-16 | 1 | -4/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Yasuo Ohgaki | 2014-02-16 | 1 | -4/+3 |
| | |\ \ | | | |/ | |||||
| | | * | Revise encoding blacklist | Yasuo Ohgaki | 2014-02-16 | 1 | -4/+3 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Felipe Pena | 2014-02-15 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2014-02-15 | 1 | -0/+2 |
| | |\ \ | | | |/ | |||||
| | | * | - Fix ZTS build when HAVE_PQESCAPELITERAL is not set | Felipe Pena | 2014-02-15 | 1 | -0/+2 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Yasuo Ohgaki | 2014-02-15 | 2 | -285/+268 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Yasuo Ohgaki | 2014-02-15 | 2 | -285/+268 |
| | |\ \ | | | |/ | |||||
| | | * | Refactor and cleanup. WS is cleaned up. Use -b if it is needed. | Yasuo Ohgaki | 2014-02-15 | 2 | -285/+268 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Lior Kaplan | 2014-02-14 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-02-14 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | a few typofixes | Veres Lajos | 2014-02-14 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-01-22 | 1 | -0/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2014-01-22 | 1 | -0/+3 |
| | |\ \ | | | |/ | |||||
| | | * | fixed missing usleep() prototype in pgsql | Anatol Belski | 2014-01-22 | 1 | -0/+3 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
* | | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -35/+23 |
|/ / / | |||||
* | | | Added pg_lo_truncate() and 64bit large object support from PostgreSQL 9.3 and up | Yasuo Ohgaki | 2014-01-15 | 3 | -3/+70 |
* | | | Always initialize pg_version() result array elements to prevent failed test w... | Yasuo Ohgaki | 2014-01-15 | 2 | -34/+27 |