Module: sip-router
Branch: janakj/postgres
Commit: ca7cc3fe8c2455b2c57b4b1027394e92283298f4
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ca7cc3f…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Sun Feb 15 16:49:02 2009 +0100
Merge commit 'pg/master' into postgres
* commit 'pg/master': (46 commits)
Fix problem in the previous commit: use ntohl() instead of ntohs() when
- support for timestamptz column type
- support for conversions from int to str
Handle conversion between DB_BITMAP and postgresql int8 type.
Put back functionality lost during DB API 2.0 conversion. Allo '/' to be
We also need <sys/types.h> and <sys/socket.h> to get AF_INET on FreeBSD.
Despite what some people believe there is no such thing
- parameter name corrected
- fixed wrong parameter value passed to PQexecPrepared
- removing forgotten files
- New postgres driver for the new db api in ser
Pass parmeter types to PQexecParams() explicitly, otherwise PostgreSQL
- relax db_init BUG check (allow db init from fixup functions)
- fix the yesterday's fix: allow db_init from main if it's done from mod_init
- fix: db connections should not be opened from child_init(PROC_MAIN),
- more warnings fixes
- removed reference to serhelp(a)iptel.org, we will be using serusers(a)iptel.org instead
- remove test function
- DB_FLOAT support
- export param types adjusted to PARAM_STR/STRING & PARAM_INT
...
---
Module: sip-router
Branch: janakj/postgres
Commit: 6140cbfd4857ccf0a2df37b356f2c3b54b386990
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6140cbf…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Wed Nov 29 12:23:58 2006 +0000
- removed reference to serhelp(a)iptel.org, we will be using serusers(a)iptel.org instead
---
modules/db_postgres/README | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/db_postgres/README b/modules/db_postgres/README
index 6e2bd9c..e943699 100644
--- a/modules/db_postgres/README
+++ b/modules/db_postgres/README
@@ -127,8 +127,6 @@ Chapter 3. Frequently Asked Questions
<serusers(a)iptel.org> and e-mail regarding development versions
or CVS snapshots should be send to <serdev(a)iptel.org>.
- If you want to keep the mail private, send it to
- <serhelp(a)iptel.org>.
3.3. How can I report a bug?