summaryrefslogtreecommitdiff
path: root/dbd/apr_dbd_pgsql.c
Commit message (Expand)AuthorAgeFilesLines
* Silence warnings and notices in PostgreSQL DBD driver.bojan2008-06-031-0/+13
* These symbols are always exported.wrowe2008-05-301-1/+1
* Explicitly reject row numbers that are not greater than 0 for random access.bojan2008-05-211-0/+6
* Avoid unnecessary copyingbojan2008-05-181-2/+11
* Do not move if rownum is not greater than zero.bojan2008-05-181-2/+2
* Make sure PGSQL and MySQL drivers count rows from 1, not 0bojan2008-05-181-2/+2
* Introduce apr_dbd_open_ex()bojan2007-10-301-1/+5
* Unify parsing of prepared statements in DBDbojan2007-02-171-98/+422
* Update license headers.jerenkrantz2007-01-151-6/+6
* Implement DBD transaction modesbojan2006-06-141-13/+297
* Don't expect variable argument list to end with NULLbojan2006-06-131-27/+25
* Simplify cleanup run.bojan2006-06-071-2/+1
* Adjust cleanup_kill calls to new wrappers.bojan2006-06-071-1/+1
* Don't cast cleanup functions, provide wrappers instead (PgSQL, SQLite3).bojan2006-06-071-2/+8
* Correct detection of various databases (PostgreSQL, MySQL, SQLite2/3, Oracle).bojan2006-05-241-0/+6
* Check bad transaction state in dbd_pgsql_pquery()/dbd_pgsql_pselect()bojan2006-04-251-0/+10
* Set *nrows in dbd_pgsql_pquerybojan2006-04-141-0/+1
* apr_dbd_get_name driver patches from Bojan Smojverniq2006-03-311-0/+6
* Fix args counting in apr_dbd_prepare in case of double-%niq2005-11-281-2/+7
* Undo revision 321121 (reset doesn't do anything useful enoughniq2005-10-141-5/+0
* Add reset function (TBImpl) to apr_dbd APIniq2005-10-141-0/+5
* Fix EscapeString (Patch from Brian J. France)niq2005-09-021-1/+1
* * include/private/apr_dbd_internal.h: Include public header; removejorton2005-08-111-14/+10
* Be a bit more correct in our handling of varargs in the DBD code.rooneg2005-08-111-8/+3
* Remove conditional include from apr_dbd.h.niq2005-08-101-0/+1
* * dbd/apr_dbd_pgsql.c: Pick up apr_sleep() prototype to fix:jorton2005-02-251-0/+1
* * dbd/apr_dbd_pgsql.crooneg2005-02-051-3/+3
* Move transaction bookkeeping into the apr_dbd_t object, thus avoidingrooneg2005-02-051-42/+45
* * include/apr_dbd.hrooneg2005-02-051-35/+35
* Start preparations to move the transaction handling code inside therooneg2005-02-051-25/+51
* * dbd/apr_dbd_pgsql.c: wrap some overly long lines, add some whitespace.rooneg2005-02-051-4/+31
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Fix license notice in apr_dbd stuffniq2005-02-021-8/+14
* Introducing apr_dbd stuffniq2005-02-021-0/+583