summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into testDmitry Stogov2014-07-071-1/+3
|\
| * Fix ext/pgsql builds against libpq 7.3.Adam Harvey2014-07-021-0/+2
| * Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-07-011-1/+1
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-07-011-1/+1
| | |\
| | | * Fix ext/pgsql builds with libpq < 7.3.Adam Harvey2014-07-011-1/+1
* | | | Avoid useless mergeDmitry Stogov2014-06-041-2/+8
* | | | Use new zend_hash APIDmitry Stogov2014-05-281-37/+12
* | | | Fixed incorrect Z_LVAL() usageDmitry Stogov2014-05-191-2/+2
* | | | Fixed memleak (3 tests fails now)Xinchen Hui2014-05-191-1/+1
* | | | Fixed resources apply_dtorXinchen Hui2014-05-191-1/+2
* | | | It's a zend_array not Hashtable (fixed segfault)Xinchen Hui2014-05-191-1/+2
* | | | Fixed segfaultXinchen Hui2014-05-191-1/+3
* | | | Refactoring ext/pgsql (incompleted, only compilable)Xinchen Hui2014-05-192-725/+655
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-2619-583/+1452
|\ \ \ \ | |/ / /
| * | | Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-3/+1
| * | | Remove some usages of hashtable internalsNikita Popov2014-04-091-17/+6
| * | | Support async pgsql connections and non-blocking queriesDaniel Lowrey2014-03-177-98/+761
| * | | simplify the metadata partAnatol Belski2014-02-171-18/+6
| * | | Imprement FR #25854 Return value for pg_insert should be resource instead of ...Yasuo Ohgaki2014-02-174-5/+67
| * | | Implement FR #41146 - Add "description" with exteneded flag pg_meta_data().Yasuo Ohgaki2014-02-174-47/+132
| * | | updated pgsql/config.w32Anatol Belski2014-02-161-1/+1
| * | | Travis has old PostgreSQL server. Avoid test error.Yasuo Ohgaki2014-02-161-1/+2
| * | | It seems travis needs ending >?Yasuo Ohgaki2014-02-161-0/+1
| * | | EXPERIMENTAL flags for pg_select/pg_insert/pg_update/pg_delete are removed.Yasuo Ohgaki2014-02-1611-92/+193
| * | | Merge branch 'PHP-5.5' into PHP-5.6Yasuo Ohgaki2014-02-161-10/+20
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-161-10/+20
| | |\ \ | | | |/
| | | * Fixed possbile injections against pg_insert()/pg_delete()/pg_update()/pg_sele...Yasuo Ohgaki2014-02-161-10/+20
| * | | Merge branch 'PHP-5.5' into PHP-5.6Yasuo Ohgaki2014-02-161-27/+8
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-161-27/+8
| | |\ \ | | | |/
| | | * Refactor build_tablename()Yasuo Ohgaki2014-02-161-27/+8
| * | | Merge branch 'PHP-5.5' into PHP-5.6Yasuo Ohgaki2014-02-161-4/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-161-4/+3
| | |\ \ | | | |/
| | | * Revise encoding blacklistYasuo Ohgaki2014-02-161-4/+3
| * | | Merge branch 'PHP-5.5' into PHP-5.6Felipe Pena2014-02-151-0/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2014-02-151-0/+2
| | |\ \ | | | |/
| | | * - Fix ZTS build when HAVE_PQESCAPELITERAL is not setFelipe Pena2014-02-151-0/+2
| * | | Merge branch 'PHP-5.5' into PHP-5.6Yasuo Ohgaki2014-02-152-285/+268
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Yasuo Ohgaki2014-02-152-285/+268
| | |\ \ | | | |/
| | | * Refactor and cleanup. WS is cleaned up. Use -b if it is needed.Yasuo Ohgaki2014-02-152-285/+268
| * | | Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-02-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-02-141-1/+1
| | |\ \ | | | |/
| | | * a few typofixesVeres Lajos2014-02-141-1/+1
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-01-221-0/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-01-221-0/+3
| | |\ \ | | | |/
| | | * fixed missing usleep() prototype in pgsqlAnatol Belski2014-01-221-0/+3
| | | * Bump yearXinchen Hui2014-01-032-2/+2
| | * | Bump yearXinchen Hui2014-01-032-2/+2
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-35/+23
|/ / /
* | | Added pg_lo_truncate() and 64bit large object support from PostgreSQL 9.3 and upYasuo Ohgaki2014-01-153-3/+70
* | | Always initialize pg_version() result array elements to prevent failed test w...Yasuo Ohgaki2014-01-152-34/+27