summaryrefslogtreecommitdiff
path: root/ext/pgsql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-5.6Yasuo Ohgaki2015-02-032-10/+66
|\
| * Fixed Bug #65199 pg_copy_from() modifies input array variableYasuo Ohgaki2015-02-032-10/+66
| * Bump yearXinchen Hui2015-01-152-2/+2
* | bump yearXinchen Hui2015-01-152-2/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-12-301-3/+3
|\ \ | |/
| * Check the return value of lo_export.Adam Harvey2014-12-301-3/+3
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-232-4/+4
* | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-10-311-4/+6
|\ \ | |/
| * Added PGSQL_TEST_CONNSTR env var support for ext/pgsql testsMatteo Beccati2014-10-311-3/+6
* | 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
* | | 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
* | | 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
* | | Fixed pg_version() crash with older postgresqlYasuo Ohgaki2014-01-151-10/+31
* | | Made pg_version() return full connection info.Yasuo Ohgaki2014-01-142-2/+30