~phatforge/freeswitch/+git/master:core_pgsql

Last commit made on 2012-10-08
Get this branch:
git clone -b core_pgsql https://git.launchpad.net/~phatforge/freeswitch/+git/master

Branch merges

Branch information

Name:
core_pgsql
Repository:
lp:~phatforge/freeswitch/+git/master

Recent commits

0dca8c2... by Eliot Gable

Update modules to include support for core-pgsql mode.

b8341ca... by Eliot Gable

Put type definition in switch_types.h.

ea0c985... by Eliot Gable

Fix incomplete type for switch_sql_manager_t.

6a4d881... by Eliot Gable

Patch to fix some segs.

0385d32... by Eliot Gable

Abstract the sql_manager and cache_db stuff so that modules can utilize the core functionality to run their own instance of a cached SQL connection.

28860b2... by Eliot Gable

Added some comments to switch_pgsql API and updated mod_cidlookup to be PGSQL-aware.

b574018... by Eliot Gable

Another example of using the PGSQL support, but with odbc-dsn.

e183786... by Eliot Gable

Add documentation line for how to set a PGSQL DSN.

0c1180d... by Eliot Gable

Initial core-pgsql support based on native libpq; FS starts and stops without errors using core-pgsql.

5bc1f53... by Eliot Gable

Fix compiler warnings.