[COMMITTERS] libpqtypes - libpqtypes: pqt-composites.3 man page had bug in the

2011-06-20 Thread User Achernow
Log Message: --- pqt-composites.3 man page had bug in the complex example, register types only indicated 1 type rather than 2, updated changelog Modified Files: -- libpqtypes: ChangeLog (r1.62 -> r1.63) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtyp

[COMMITTERS] libpqtypes - libpqtypes: fixed bug in error.c where the global init

2011-04-20 Thread User Achernow
Log Message: --- fixed bug in error.c where the global init function was not being called, looks like a mysterious 'evil name' issue, so I renamed the init function. Modified Files: -- libpqtypes: ChangeLog (r1.61 -> r1.62) (http://cvs.pgfoundry.org/cgi-bi

[COMMITTERS] libpqtypes - libpqtypes: minor changes to groff2html and updated the

2011-04-13 Thread User Achernow
Log Message: --- minor changes to groff2html and updated the docs for PGtypeHanlder Modified Files: -- libpqtypes: ChangeLog (r1.60 -> r1.61) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.60&r2=1.61) groff2html (r

[COMMITTERS] libpqtypes - libpqtypes: shortened lines that exceeded 78 characters

2011-04-12 Thread User Achernow
Log Message: --- shortened lines that exceeded 78 characters wide. Bets to stay below 78 chars for display purposes, including the source code browser on the libpqtypes.esilo.com website Modified Files: -- libpqtypes/src: datetime.c (r1.11 -> r1.12) (ht

[COMMITTERS] libpqtypes - libpqtypes: removed -no-undefined from ldflags in

2011-04-12 Thread User Achernow
Log Message: --- removed -no-undefined from ldflags in Makefile.am Modified Files: -- libpqtypes: ChangeLog (r1.59 -> r1.60) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.59&r2=1.60) Makefile.am (r1.22 -> r1.23)

[COMMITTERS] libpqtypes - libpqtypes: removed the extra 4 members from the

2011-04-12 Thread User Achernow
Log Message: --- removed the extra 4 members from the pg_handlers static declare in handler.c Modified Files: -- libpqtypes/src: handler.c (r1.27 -> r1.28) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/handler.c?r1=1.27&r2=1.28) --

[COMMITTERS] libpqtypes - libpqtypes: remove the orig_xxx and regtype members from

2011-04-12 Thread User Achernow
Log Message: --- remove the orig_xxx and regtype members from PGtypeHanlder struct since it was only there to support connreset event, which was yanked. Modified Files: -- libpqtypes: ChangeLog (r1.58 -> r1.59) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/

[COMMITTERS] libpqtypes - libpqtypes: updated changelog to reflect the correct

2011-04-11 Thread User Achernow
Log Message: --- updated changelog to reflect the correct changes made to Makefile.am Modified Files: -- libpqtypes: ChangeLog (r1.57 -> r1.58) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.57&r2=1.58) -- Sent via pgsql

[COMMITTERS] libpqtypes - libpqtypes: updated PQclearTypes.3 to point at PQinitTypes

2011-04-11 Thread User Achernow
Log Message: --- updated PQclearTypes.3 to point at PQinitTypes rather than PQregisterTypes man page Modified Files: -- libpqtypes/docs/man3: PQclearTypes.3 (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQclear

[COMMITTERS] libpqtypes - libpqtypes: removed expandRegisterTypes, changed return

2011-04-11 Thread User Achernow
Log Message: --- removed expandRegisterTypes, changed return type of pqt_cleartypes to void, passed -avoid-version and -no-undefined to linker in Makefile.am Modified Files: -- libpqtypes: Makefile.am (r1.21 -> r1.22) (http://cvs.pgfoundry.org/cgi-bin/cvsw

[COMMITTERS] libpqtypes - libpqtypes: added PQclearTypes, PQclearSpecs, PQinitTypes,

2011-04-11 Thread User Achernow
Log Message: --- added PQclearTypes, PQclearSpecs, PQinitTypes, deprecated PQtypesRegister, added SO version info to Makefile.am, bunped version to 1.5.0, and removed automatic re-registration of types during a PQresetXXX Modified Files: -- libpqtypes: ChangeLog (

[COMMITTERS] libpqtypes - libpqtypes: added man page link for PQparamDup, links to

2011-04-10 Thread User Achernow
Log Message: --- added man page link for PQparamDup, links to PQparamCreate.3 man page Added Files: --- libpqtypes/docs/man3: PQparamDup.3 (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQparamDup.3?rev=1.1&content-type=text

[COMMITTERS] libpqtypes - libpqtypes: added PQT_EXPORT to PQregisterTypes function,

2011-04-10 Thread User Achernow
Log Message: --- added PQT_EXPORT to PQregisterTypes function, it was missing Modified Files: -- libpqtypes/src: libpqtypes.h (r1.32 -> r1.33) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/libpqtypes.h?r1=1.32&r2=1.33) -- Sent via

[COMMITTERS] libpqtypes - libpqtypes: updated copyright, added PQregisterTypes,

2011-04-10 Thread User Achernow
Log Message: --- updated copyright, added PQregisterTypes, PQregisterResult, removed PQregisterTypeHandlers, added man pahes for registerTypes and registerResult, updated AUTHORS to include a maintainers section and added some verbage Modified Files: -- libpqtypes:

[COMMITTERS] libpqtypes - libpqtypes: added PQparamDup to duplicate an existing

2011-04-09 Thread User Achernow
Log Message: --- added PQparamDup to duplicate an existing PGparam object. Man pages updated and changelog Modified Files: -- libpqtypes: ChangeLog (r1.54 -> r1.55) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.54&r2=1.

[COMMITTERS] libpqtypes - libpqtypes: add LDFLAGS to build pf regression test, libpq

2011-04-02 Thread User Achernow
Log Message: --- add LDFLAGS to build pf regression test, libpq not always installed or in standard search path Modified Files: -- libpqtypes: Makefile.am (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/Makefile.am?r1=1.

[COMMITTERS] libpqtypes - libpqtypes: renamed libpqtypes to libpqtypes.esilo.com

2011-03-25 Thread User Achernow
Log Message: --- renamed libpqtypes to libpqtypes.esilo.com Modified Files: -- libpqtypes: groff2html (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/groff2html?r1=1.10&r2=1.11) -- Sent via pgsql-committers mailing list

[COMMITTERS] libpqtypes - libpqtypes: bumped version for release 1.4.3

2011-02-26 Thread User Achernow
Log Message: --- bumped version for release 1.4.3 Modified Files: -- libpqtypes: ChangeLog (r1.53 -> r1.54) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.53&r2=1.54) configure.ac (r1.25 -> r1.26) (http://

[COMMITTERS] libpqtypes - libpqtypes: Fixed crash bug in events.c during PQreset

2010-10-03 Thread User Achernow
Log Message: --- Fixed crash bug in events.c during PQreset handler. The handlers are zero'd out but the maxcnt (amount allocated) was not set to zero. Updated version number for new release 1.4.2 Modified Files: -- libpqtypes: ChangeLog (r1.50 -> r1.51)

[COMMITTERS] libpqtypes - libpqtypes: Updated PQgetf documentation and ChangeLog

2010-08-22 Thread User Achernow
Log Message: --- Updated PQgetf documentation and ChangeLog Modified Files: -- libpqtypes: ChangeLog (r1.49 -> r1.50) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.49&r2=1.50) libpqtypes/docs/man3: PQgetf.3 (r

[COMMITTERS] libpqtypes - libpqtypes: Updated ChangeLog

2010-07-25 Thread User Achernow
Log Message: --- Updated ChangeLog Modified Files: -- libpqtypes: ChangeLog (r1.48 -> r1.49) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.48&r2=1.49) -- Sent via pgsql-committers mailing list (pgsql-committers@postgres

[COMMITTERS] libpqtypes - libpqtypes: moved libpq-events.h from libpqtypes.h to

2010-07-25 Thread User Achernow
Log Message: --- moved libpq-events.h from libpqtypes.h to libpqtypes-int.h. added libpq-events.h to libpqtypes-int.h. Originally, libpqtypes.h referenced symbols from libpq-events.h. this is no longer true. Modified Files: -- libpqtypes/src: libpqtypes-int.h (

[COMMITTERS] libpqtypes - libpqtypes:

2010-04-06 Thread User Achernow
Log Message: --- Modified Files: -- libpqtypes: ChangeLog (r1.47 -> r1.48) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.47&r2=1.48) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make c

[COMMITTERS] libpqtypes - libpqtypes: updated version number

2009-12-02 Thread User Achernow
Log Message: --- updated version number Modified Files: -- libpqtypes: configure.ac (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/configure.ac?r1=1.23&r2=1.24) -- Sent via pgsql-committers mailing list (pgsql-committe

[COMMITTERS] libpqtypes - libpqtypes: moved a static function to a different section

2009-12-02 Thread User Achernow
Log Message: --- moved a static function to a different section of handler.c Modified Files: -- libpqtypes/src: handler.c (r1.21 -> r1.22) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/handler.c?r1=1.21&r2=1.22) -- Sent via pgsql-

[COMMITTERS] libpqtypes - libpqtypes: Fixed how missing types are handled during

2009-12-02 Thread User Achernow
Log Message: --- Fixed how missing types are handled during register functions Modified Files: -- libpqtypes: ChangeLog (r1.46 -> r1.47) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.46&r2=1.47) libpqtypes/src:

[COMMITTERS] libpqtypes - libpqtypes: Update ChangeLog

2009-11-23 Thread User Achernow
Log Message: --- Update ChangeLog Modified Files: -- libpqtypes: ChangeLog (r1.45 -> r1.46) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.45&r2=1.46) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresq

[COMMITTERS] libpqtypes - libpqtypes: Update ChnageLog

2009-11-20 Thread User Achernow
Log Message: --- Update ChnageLog Modified Files: -- libpqtypes: ChangeLog (r1.44 -> r1.45) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.44&r2=1.45) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresq

[COMMITTERS] libpqtypes - libpqtypes: Fixed bug in pqt_allowsptr, it was returning

2009-11-20 Thread User Achernow
Log Message: --- Fixed bug in pqt_allowsptr, it was returning FALSE for types registered w/o a schema. It now returns TRUE which is the correct behavior. Modified Files: -- libpqtypes/src: handler.c (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvswe

[COMMITTERS] libpqtypes - libpqtypes: Update changelog

2009-11-10 Thread User Achernow
Log Message: --- Update changelog Modified Files: -- libpqtypes: ChangeLog (r1.43 -> r1.44) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.43&r2=1.44) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresq

[COMMITTERS] libpqtypes - libpqtypes: Leaking type handlers in events.c during

2009-11-10 Thread User Achernow
Log Message: --- Leaking type handlers in events.c during PGEVT_CONNRESET error case. Modified Files: -- libpqtypes/src: events.c (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/events.c?r1=1.11&r2=1.12) -- Sent via

[COMMITTERS] libpqtypes - libpqtypes: compiler warning about initializing a struct to

2009-11-10 Thread User Achernow
Log Message: --- compiler warning about initializing a struct to {0}, wanted it to be {{0}} Modified Files: -- libpqtypes: ChangeLog (r1.42 -> r1.43) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.42&r2=1.43) libpqtype

[COMMITTERS] libpqtypes - libpqtypes: Fixed bug in PQregisterSubClasses where a

2009-11-10 Thread User Achernow
Log Message: --- Fixed bug in PQregisterSubClasses where a return value was being incorrectly checked Modified Files: -- libpqtypes/src: handler.c (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/handler.c?r1=1.18&r2=

[COMMITTERS] libpqtypes - libpqtypes: Fixed error in pqt-handlers.3

2009-11-10 Thread User Achernow
Log Message: --- Fixed error in pqt-handlers.3 Modified Files: -- libpqtypes/docs/man3: pqt-handlers.3 (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/pqt-handlers.3?r1=1.9&r2=1.10) -- Sent via pgsql-committers

[COMMITTERS] libpqtypes - libpqtypes: Made PQregisterSubClass to Classes name change,

2009-11-10 Thread User Achernow
Log Message: --- Made PQregisterSubClass to Classes name change, including changing man file name. Modified Files: -- libpqtypes: ChangeLog (r1.41 -> r1.42) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.41&r2=1.42)

[COMMITTERS] libpqtypes - libpqtypes: Added PGregisterType structure to be used with

2009-11-10 Thread User Achernow
Log Message: --- Added PGregisterType structure to be used with all new PQregisterXXX functions. Updated all man pages. Ensured PQreset is properly re-registering type handlers by calling appropriate register function. Added 'regtype' member to PGtypeHandler to indicate which registra

[COMMITTERS] libpqtypes - libpqtypes: added register type tp type handler so PQreset

2009-11-09 Thread User Achernow
Log Message: --- added register type tp type handler so PQreset can call appropriate function Modified Files: -- libpqtypes/src: libpqtypes-int.h (r1.17 -> r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/libpqtypes-int.h?r1=1.1

[COMMITTERS] libpqtypes - libpqtypes: Updated makefile to include installation of

2009-11-09 Thread User Achernow
Log Message: --- Updated makefile to include installation of PQregisterXXX.3 man pages Modified Files: -- libpqtypes: Makefile.am (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/Makefile.am?r1=1.16&r2=1.17) -- Sent via

[COMMITTERS] libpqtypes - libpqtypes: Added man pages for PQregisterSubClass,

2009-11-09 Thread User Achernow
Log Message: --- Added man pages for PQregisterSubClass, PQregisterUserDefinedTypes and PQregisterComposites. Fixed small in inet/cidr windows text handling. Modified Files: -- libpqtypes: ChangeLog (r1.40 -> r1.41) (http://cvs.pgfoundry.org/cgi-bin/cvswe

[COMMITTERS] libpqtypes - libpqtypes: Several bug fixes, add PQregisterComposites,

2009-11-09 Thread User Achernow
Log Message: --- Several bug fixes, add PQregisterComposites, PQregisterSubClass, PQregisterUserDefinedTypes. Deprecated PQregisterTypeHandler (now just a wrapper to new PQregisterXXX functions), updated change log with details, bumped libpqtypes versioning to 1.4 due to API changes Mo

[COMMITTERS] libpqtypes - libpqtypes: updated comment in handler.c,

2009-10-05 Thread User Achernow
Log Message: --- updated comment in handler.c, __HANDLER_DEFAULTS__ comment Modified Files: -- libpqtypes/src: handler.c (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/handler.c?r1=1.14&r2=1.15) -- Sent via pgsql-c

[COMMITTERS] libpqtypes - libpqtypes: Added a 63% performance improvement to

2009-10-05 Thread User Achernow
Log Message: --- Added a 63% performance improvement to pqt_duphandlers, fixed bug in regression test IPv6 handling Modified Files: -- libpqtypes: ChangeLog (r1.38 -> r1.39) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.

[COMMITTERS] libpqtypes - libpqtypes: Fixed typo in PQspecPrepare.3 man page

2009-09-20 Thread User Achernow
Log Message: --- Fixed typo in PQspecPrepare.3 man page Modified Files: -- libpqtypes/docs/man3: PQspecPrepare.3 (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQspecPrepare.3?r1=1.9&r2=1.10) -- Sent via pgsql

[COMMITTERS] libpqtypes - libpqtypes: Fixed typo in PQspecPrepare.3 man page

2009-09-20 Thread User Achernow
Log Message: --- Fixed typo in PQspecPrepare.3 man page Modified Files: -- libpqtypes/docs/man3: PQspecPrepare.3 (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQspecPrepare.3?r1=1.8&r2=1.9) -- Sent via pgsql-c

[COMMITTERS] libpqtypes - libpqtypes: Fixed typo in PQspecPrepare.3 man page

2009-09-20 Thread User Achernow
Log Message: --- Fixed typo in PQspecPrepare.3 man page Modified Files: -- libpqtypes/docs/man3: PQspecPrepare.3 (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQspecPrepare.3?r1=1.7&r2=1.8) -- Sent via pgsql-c

[COMMITTERS] libpqtypes - libpqtypes: added PQgetvf.3 page, link to PQgetf.3

2009-09-16 Thread User Achernow
Log Message: --- added PQgetvf.3 page, link to PQgetf.3 Added Files: --- libpqtypes/docs/man3: PQgetvf.3 (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQgetvf.3?rev=1.1&content-type=text/x-cvsweb-markup) -- Sent via pgsql

[COMMITTERS] libpqtypes - libpqtypes: Added PQgetvf and made PQgetf a light-weight

2009-09-16 Thread User Achernow
Log Message: --- Added PQgetvf and made PQgetf a light-weight wrapper. Modified Files: -- libpqtypes: ChangeLog (r1.37 -> r1.38) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.37&r2=1.38) Makefile.am (r1.15 -> r1.1

[COMMITTERS] libpqtypes - libpqtypes: prepared 1.3.4 release, fixed memory leak in

2009-09-15 Thread User Achernow
Log Message: --- prepared 1.3.4 release, fixed memory leak in windows threaded code (error.c) Modified Files: -- libpqtypes: ChangeLog (r1.36 -> r1.37) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.36&r2=1.37) libpqty

[COMMITTERS] libpqtypes - libpqtypes: fixed typos in changelog

2009-07-19 Thread User Achernow
Log Message: --- fixed typos in changelog Modified Files: -- libpqtypes: ChangeLog (r1.35 -> r1.36) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.35&r2=1.36) -- Sent via pgsql-committers mailing list (pgsql-committers@p

[COMMITTERS] libpqtypes - libpqtypes: update PQexecf man page

2009-07-06 Thread User Achernow
Log Message: --- update PQexecf man page Modified Files: -- libpqtypes/docs/man3: PQexecf.3 (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQexecf.3?r1=1.4&r2=1.5) -- Sent via pgsql-committers mailing list (pgs

[COMMITTERS] libpqtypes - libpqtypes: Added PQsendf and PQsendvf to Makefile.am's

2009-07-06 Thread User Achernow
Log Message: --- Added PQsendf and PQsendvf to Makefile.am's list of installed man pages. Modified Files: -- libpqtypes: Makefile.am (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/Makefile.am?r1=1.14&r2=1.15) -- Sent v

[COMMITTERS] libpqtypes - libpqtypes: Continued work on PQsendf and PQsendvf.

2009-07-06 Thread User Achernow
Log Message: --- Continued work on PQsendf and PQsendvf. Added prototypes to libpqtypes.h and man page documentation. Regression tested changes as well. Updated change log. Added Files: --- libpqtypes/docs/man3: PQsendf.3 (r1.1) (http://cvs.pgfoundry.org/cg

[COMMITTERS] libpqtypes - libpqtypes: Continued work on PQsendf and PQsendvf.

2009-07-06 Thread User Achernow
Log Message: --- Continued work on PQsendf and PQsendvf. Added prototypes to libpqtypes.h and man page documentation. Regression tested changes as well. Updated change log. Modified Files: -- libpqtypes: ChangeLog (r1.34 -> r1.35) (http://cvs.pgfoundry.

[COMMITTERS] libpqtypes - libpqtypes: add PQsendf and PQsendvf

2009-07-05 Thread User Achernow
Log Message: --- add PQsendf and PQsendvf Modified Files: -- libpqtypes/src: exec.c (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/exec.c?r1=1.20&r2=1.21) -- Sent via pgsql-committers mailing list (pgsql-committers

[COMMITTERS] libpqtypes - libpqtypes: Fixed a man page layout issue in

2009-07-01 Thread User Achernow
Log Message: --- Fixed a man page layout issue in PQspecPrepared.3 Modified Files: -- libpqtypes/docs/man3: PQspecPrepare.3 (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQspecPrepare.3?r1=1.5&r2=1.6) -- Sent

[COMMITTERS] libpqtypes - libpqtypes: Fixed a man page layout issue in

2009-07-01 Thread User Achernow
Log Message: --- Fixed a man page layout issue in PQspecPrepared.3 Modified Files: -- libpqtypes/docs/man3: pqt-specs.3 (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/pqt-specs.3?r1=1.11&r2=1.12) -- Sent via

[COMMITTERS] libpqtypes - libpqtypes: fixed possible null pointer access in

2009-06-27 Thread User Achernow
Log Message: --- fixed possible null pointer access in PQparamExec and PQparamSendQuery. Both functions could have passed the native libpq counterparts a NULL command string Modified Files: -- libpqtypes/src: exec.c (r1.19 -> r1.20) (http://cvs.pgfoundry.

[COMMITTERS] libpqtypes - libpqtypes: fixed possible null pointer access in

2009-06-27 Thread User Achernow
Log Message: --- fixed possible null pointer access in PQparamExec and PQparamSendQuery. Both functions could have passed the native libpq counterparts a NULL command string Modified Files: -- libpqtypes/src: exec.c (r1.18 -> r1.19) (http://cvs.pgfoundry.

[COMMITTERS] libpqtypes - libpqtypes: Added PQparamExec and PQparamSendQuery to the

2009-06-26 Thread User Achernow
Log Message: --- Added PQparamExec and PQparamSendQuery to the list of supported prepared type spec functions Modified Files: -- libpqtypes/docs/man3: PQspecPrepare.3 (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/ma

[COMMITTERS] libpqtypes - libpqtypes: Finalized the PQspecPrepare API and behavior,

2009-06-26 Thread User Achernow
Log Message: --- Finalized the PQspecPrepare API and behavior, fixed a few bugs as well. Modified Files: -- libpqtypes/docs/man3: PQexecf.3 (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQexecf.3?r1=1.2&r2=1.3)

[COMMITTERS] libpqtypes - libpqtypes: Updated configure.ac to reflect version 1.3.4

2009-06-25 Thread User Achernow
Log Message: --- Updated configure.ac to reflect version 1.3.4 Modified Files: -- libpqtypes: configure.ac (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/configure.ac?r1=1.20&r2=1.21) -- Sent via pgsql-committers maili

[COMMITTERS] libpqtypes - libpqtypes: update PQspecPrepare.3 man page

2009-06-25 Thread User Achernow
Log Message: --- update PQspecPrepare.3 man page Modified Files: -- libpqtypes/docs/man3: PQspecPrepare.3 (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQspecPrepare.3?r1=1.2&r2=1.3) -- Sent via pgsql-committe

[COMMITTERS] libpqtypes - libpqtypes: ironed out a few bugs in PQspecPrepare function

2009-06-25 Thread User Achernow
Log Message: --- ironed out a few bugs in PQspecPrepare function Modified Files: -- libpqtypes/src: events.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/events.c?r1=1.8&r2=1.9) param.c (r1.18 -> r1.19)

[COMMITTERS] libpqtypes - libpqtypes: Modified the PQspecPrepare interface to work

2009-06-25 Thread User Achernow
Log Message: --- Modified the PQspecPrepare interface to work off prepared names. Names are referenced in putf and getf spec format strings using $name. $name must be used alone. Modified Files: -- libpqtypes/docs/man3: PQspecPrepare.3 (r1.1 -> r1.2) (h

[COMMITTERS] libpqtypes - libpqtypes: Fixed a doc error in v1.3.4

2009-06-25 Thread User Achernow
Log Message: --- Fixed a doc error in v1.3.4 Modified Files: -- libpqtypes: ChangeLog (r1.33 -> r1.34) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog?r1=1.33&r2=1.34) -- Sent via pgsql-committers mailing list (pgsql-committer

[COMMITTERS] libpqtypes - libpqtypes: Added support for PQspecPrepare.

2009-06-25 Thread User Achernow
Log Message: --- Added support for PQspecPrepare. This required centralizing spec format parsing code into spec.c, so several functions like putf and getf can make use of it. Added a man page for the new function, a regression test and updated the change log. Added Files: ---

[COMMITTERS] libpqtypes - libpqtypes: Added support for PQspecPrepare.

2009-06-25 Thread User Achernow
Log Message: --- Added support for PQspecPrepare. This required centralizing spec format parsing code into spec.c, so several functions like putf and getf can make use of it. Added a man page for the new function, a regression test and updated the change log. Added Files: ---

[COMMITTERS] libpqtypes - libpqtypes: Added support for PQspecPrepare.

2009-06-25 Thread User Achernow
Log Message: --- Added support for PQspecPrepare. This required centralizing spec format parsing code into spec.c, so several functions like putf and getf can make use of it. Added a man page for the new function, a regression test and updated the change log. Modified Files: -

[COMMITTERS] libpqtypes - libpqtypes: Updated ChangeLog, added release date for

2009-05-29 Thread User Achernow
Log Message: --- Updated ChangeLog, added release date for v1.3.3 Modified Files: -- libpqtypes: ChangeLog (r1.31 -> r1.32) (http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2Flibpqtypes%2Flibpqtypes%2FChangeLog%3Fr1%3D1.31%26r2%3D1.32) libpqtypes/

[COMMITTERS] libpqtypes - libpqtypes: code doc update in exec.c:PQexecvf

2009-05-29 Thread User Achernow
Log Message: --- code doc update in exec.c:PQexecvf Modified Files: -- libpqtypes/src: exec.c (r1.13 -> r1.14) (http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2Flibpqtypes%2Flibpqtypes%2Fsrc%2Fexec.c%3Fr1%3D1.13%26r2%3D1.14) -- Sent via pgsql-commi

[COMMITTERS] libpqtypes - libpqtypes: Updated ChangeLog to reflect datetime.c bug fix

2009-05-28 Thread User Achernow
Log Message: --- Updated ChangeLog to reflect datetime.c bug fix Modified Files: -- libpqtypes: ChangeLog (r1.30 -> r1.31) (http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2Flibpqtypes%2Flibpqtypes%2FChangeLog%3Fr1%3D1.30%26r2%3D1.31) -- Sent via pg

[COMMITTERS] libpqtypes - libpqtypes: Updated ChangeLog, configure.ac version and

2009-05-28 Thread User Achernow
Log Message: --- Updated ChangeLog, configure.ac version and PQputf.3 documentation Modified Files: -- libpqtypes: ChangeLog (r1.29 -> r1.30) (http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2Flibpqtypes%2Flibpqtypes%2FChangeLog%3Fr1%3D1.29%26r2%3D1.3

[COMMITTERS] libpqtypes - libpqtypes: Add PQexecf and PQexecvf functions and man

2009-05-28 Thread User Achernow
Log Message: --- Add PQexecf and PQexecvf functions and man pages Modified Files: -- libpqtypes: Makefile.am (r1.12 -> r1.13) (http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2Flibpqtypes%2Flibpqtypes%2FMakefile.am%3Fr1%3D1.12%26r2%3D1.13) libpqty

[COMMITTERS] libpqtypes - libpqtypes: Fixed bug that accessed an arry index that was

2009-05-28 Thread User Achernow
Log Message: --- Fixed bug that accessed an arry index that was out of bounds Modified Files: -- libpqtypes/src: datetime.c (r1.8 -> r1.9) (http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2Flibpqtypes%2Flibpqtypes%2Fsrc%2Fdatetime.c%3Fr1%3D1.8%26r2%3D

[COMMITTERS] libpqtypes - libpqtypes: Bumped version to 1.3.2

2009-04-27 Thread User Achernow
Log Message: --- Bumped version to 1.3.2 Modified Files: -- libpqtypes: ChangeLog (r1.28 -> r1.29) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog.diff?r1=1.28&r2=1.29) configure.ac (r1.18 -> r1.19) (http://cvs.

[COMMITTERS] libpqtypes - libpqtypes: Changed email addresses in AUTHORS file #2

2009-04-27 Thread User Achernow
Log Message: --- Changed email addresses in AUTHORS file #2 Modified Files: -- libpqtypes: AUTHORS (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/AUTHORS.diff?r1=1.2&r2=1.3) -- Sent via pgsql-committers mailing list (pgs

[COMMITTERS] libpqtypes - libpqtypes: Changed email addresses in AUTHORS file

2009-04-27 Thread User Achernow
Log Message: --- Changed email addresses in AUTHORS file Modified Files: -- libpqtypes: AUTHORS (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/AUTHORS.diff?r1=1.1&r2=1.2) -- Sent via pgsql-committers mailing list (pgsql-

[COMMITTERS] libpqtypes - libpqtypes: Added NULL composite array item test and

2009-04-13 Thread User Achernow
Log Message: --- Added NULL composite array item test and updated ChangeLog Modified Files: -- libpqtypes: ChangeLog (r1.27 -> r1.28) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog.diff?r1=1.27&r2=1.28) libpqtypes/src:

[COMMITTERS] libpqtypes - libpqtypes: fixed bug in array.c.

2009-04-13 Thread User Achernow
Log Message: --- fixed bug in array.c. composite arrays had bug on gets when there was a NULL item. Modified Files: -- libpqtypes/src: array.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/array.c.diff?r1=1.8&r2=1.9

[COMMITTERS] libpqtypes - libpqtypes: added a warning about getf failing after it has

2009-03-21 Thread User Achernow
Log Message: --- added a warning about getf failing after it has retrieved an array/composite. memory leaks can occur is the programmer is not aware that the PGresult must still be cleared. the docs now make it very loud and clear that this must occur. Modified Files: --

[COMMITTERS] libpqtypes - libpqtypes: Updated changelog

2009-03-12 Thread User Achernow
Log Message: --- Updated changelog Modified Files: -- libpqtypes: ChangeLog (r1.25 -> r1.26) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog.diff?r1=1.25&r2=1.26) -- Sent via pgsql-committers mailing list (pgsql-committers@pos

[COMMITTERS] libpqtypes - libpqtypes: cflags was not being carried through to

2009-03-12 Thread User Achernow
Log Message: --- cflags was not being carried through to makefiles Modified Files: -- libpqtypes: configure.ac (r1.17 -> r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/configure.ac.diff?r1=1.17&r2=1.18) -- Sent via pgsql-committ

[COMMITTERS] libpqtypes - libpqtypes: fixed typo in PQregisterTypeHandler man page.

2009-02-12 Thread User Achernow
Log Message: --- fixed typo in PQregisterTypeHandler man page. Modified Files: -- libpqtypes/docs/man3: PQregisterTypeHandler.3 (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQregisterTypeHandler.3.diff?r1=1.5&r

[COMMITTERS] libpqtypes - libpqtypes: Update PQparamCreate and PQregisterTypeHandler

2009-02-12 Thread User Achernow
Log Message: --- Update PQparamCreate and PQregisterTypeHandler man pages to include a warning about what types will be available to a PGparam. Obviously, you must first register a type before you can use it. But, it is better to document this to avoid confusion. Modified Files: -

[COMMITTERS] libpqtypes - libpqtypes: bug fix for previous bug fix :) message length

2009-02-12 Thread User Achernow
Log Message: --- bug fix for previous bug fix :) message length was calculated before auto-filling composite fields, resulting in insufficient data left in message Modified Files: -- libpqtypes/src: record.c (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bi

[COMMITTERS] libpqtypes - libpqtypes: made PQputf auto-fill unset composite fields

2009-02-12 Thread User Achernow
Log Message: --- made PQputf auto-fill unset composite fields with SQL NULLs (it used to error). The error still occurs but only if the number of params exceeds the number of composite fields. Auto-filling occurs when the number of params falls short. Updated ChangeLog. Modified File

[COMMITTERS] libpqtypes - libpqtypes: Fixed empty array issue, getf always returned a

2009-02-11 Thread User Achernow
Log Message: --- Fixed empty array issue, getf always returned a result with a single tuple but it should have been zero. Added a regression-test for empty arrays. Updated configure to reflect new release 1.3.1. Modified Files: -- libpqtypes: ChangeLog (r1.23 ->

[COMMITTERS] libpqtypes - libpqtypes: libpqtypes-int.h needed to include Wspiapi.h on

2009-02-06 Thread User Achernow
Log Message: --- libpqtypes-int.h needed to include Wspiapi.h on windows. this made getaddrinfo available on windows 2000 and older versions Modified Files: -- libpqtypes: ChangeLog (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/

[COMMITTERS] libpqtypes - libpqtypes: set new version in changlog and configure.ac

2009-02-03 Thread User Achernow
Log Message: --- set new version in changlog and configure.ac Modified Files: -- libpqtypes: ChangeLog (r1.21 -> r1.22) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog.diff?r1=1.21&r2=1.22) configure.ac (r1.15 -> r1.16)

[COMMITTERS] libpqtypes - libpqtypes: Fixed spelling error in ChangeLog

2009-01-31 Thread User Achernow
Log Message: --- Fixed spelling error in ChangeLog Modified Files: -- libpqtypes: ChangeLog (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog.diff?r1=1.20&r2=1.21) -- Sent via pgsql-committers mailing list (pgsq

[COMMITTERS] libpqtypes - libpqtypes: updated changelog

2009-01-28 Thread User Achernow
Log Message: --- updated changelog Modified Files: -- libpqtypes: ChangeLog (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog.diff?r1=1.19&r2=1.20) -- Sent via pgsql-committers mailing list (pgsql-committers@pos

[COMMITTERS] libpqtypes - libpqtypes: va_arg was passed as an argument to the

2009-01-28 Thread User Achernow
Log Message: --- va_arg was passed as an argument to the internal pqt_buf_putxxx macros for int2 and int4 put routines. This corrupted the value being put and caused the regression-test to fail. Problem has only been seen on UnixWare 7.1.4. Solution was to store the return of va_arg i

[COMMITTERS] libpqtypes - libpqtypes: fix a few compiler warnings

2009-01-25 Thread User Achernow
Log Message: --- fix a few compiler warnings Modified Files: -- libpqtypes/src: numerics.c (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/numerics.c.diff?r1=1.7&r2=1.8) -- Sent via pgsql-committers mailing list (pgsq

[COMMITTERS] libpqtypes - libpqtypes: fix a few compiler warnings

2009-01-25 Thread User Achernow
Log Message: --- fix a few compiler warnings Modified Files: -- libpqtypes/src: misc.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/misc.c.diff?r1=1.6&r2=1.7) numerics.c (r1.6 -> r1.7) (http://cvs.pg

[COMMITTERS] libpqtypes - libpqtypes: Renemaned PGinet.sa_len to sa_buf_len due to

2009-01-25 Thread User Achernow
Log Message: --- Renemaned PGinet.sa_len to sa_buf_len due to sa_len macros being defined on some systems (like UnixWare) in sys/socket.h. Modified Files: -- libpqtypes: ChangeLog (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/lib

[COMMITTERS] libpqtypes - libpqtypes: removed unwanted tabs from ChangeLog, made them

2009-01-23 Thread User Achernow
Log Message: --- removed unwanted tabs from ChangeLog, made them spaces Modified Files: -- libpqtypes: ChangeLog (r1.17 -> r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog.diff?r1=1.17&r2=1.18) -- Sent via pgsql-committe

[COMMITTERS] libpqtypes - libpqtypes: Update ChangeLog and added -fsigned-char to

2009-01-23 Thread User Achernow
Log Message: --- Update ChangeLog and added -fsigned-char to configure.ac Modified Files: -- libpqtypes: ChangeLog (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/ChangeLog.diff?r1=1.16&r2=1.17) configure.ac (r1.1

[COMMITTERS] libpqtypes - libpqtypes: backed out a change made during debugging

2009-01-23 Thread User Achernow
Log Message: --- backed out a change made during debugging Modified Files: -- libpqtypes/src: regression-test.c (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/regression-test.c.diff?r1=1.10&r2=1.11) -- Sent via pgs

[COMMITTERS] libpqtypes - libpqtypes: AIX busted inet/cidr types by not properly

2009-01-23 Thread User Achernow
Log Message: --- AIX busted inet/cidr types by not properly zeroing sockaddr structs. Defined AI_NUMERICHOST for AIX 4.3, if getaddrinfo fails with EAI_BADFLAGS, getaddrinfo runs again w/o numeric host flag. Modified Files: -- libpqtypes/src: network.c (r1.5 -> r

[COMMITTERS] libpqtypes - libpqtypes: changed PGchar typedef to be signed char, AIX

2009-01-23 Thread User Achernow
Log Message: --- changed PGchar typedef to be signed char, AIX defaults to unsigned. Modified Files: -- libpqtypes/src: libpqtypes.h (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/libpqtypes.h.diff?r1=1.16&r2=1.17)

  1   2   3   >