2013-09-18 07:31  david_nichols

	* RELEASE-NOTES, configure.ac, docs/mainpage.dox.tmpl,
	  qore-pgsql-module.spec, src/QorePGConnection.cpp: treat
	  UNKNOWNOID as string; fixes cases such as selecting string
	  constants (ie "select 'string'")
	  updated version to 2.3

2013-08-03 17:34  david_nichols

	* ChangeLog, qore-pgsql-module.spec: updates for 2.2 release

2013-05-31 11:56  david_nichols

	* src/QorePGConnection.cpp: windows compile fixes

2013-05-29 11:30  david_nichols

	* src/QorePGConnection.cpp: nclude <sys/socket.h> to compile on
	  freebsd

2013-05-14 12:31  david_nichols

	* src/QorePGConnection.cpp: removed debugging assert()

2013-05-14 11:36  david_nichols

	* RELEASE-NOTES, configure.ac, docs/mainpage.dox.tmpl,
	  qore-pgsql-module.spec, src/QorePGConnection.cpp,
	  src/QorePGConnection.h: fixed a bug with the SQLStatement class
	  where bind arguments were not bound on subsequent calls to
	  SQLStatement::exec() or SQLStatement::execArgs()

2013-02-27 10:10  david_nichols

	* ChangeLog, README-BINARIES, RELEASE-NOTES: updated binary
	  location (and changelog for pgsql)

2013-02-04 15:58  david_nichols

	* docs/mainpage.dox.tmpl: release notes update

2013-02-04 15:57  david_nichols

	* RELEASE-NOTES, src/QorePGConnection.cpp: fixed a crashing bug
	  serializing the zero number value (0n) to PostgreSQL's binary
	  decimal representation

2013-01-11 15:09  david_nichols

	* src/QorePGConnection.h: disabled debugging output

2012-12-10 11:54  david_nichols

	* src/pgsql.cpp: added missing #endif

2012-12-10 11:52  david_nichols

	* RELEASE-NOTES, configure.ac, docs/mainpage.dox.tmpl,
	  qore-pgsql-module.spec, src/QorePGConnection.cpp,
	  src/QorePGConnection.h, src/pgsql.cpp: updated the module to 2.1;
	  added support for the new DBI_CAP_AUTORECONNECT capability - DB
	  connections are automatically/transparently reconnected if
	  possible; updated internal APIs

2012-10-28 12:07  david_nichols

	* ChangeLog, README, RELEASE-NOTES: minor doc updates

2012-10-18 10:13  david_nichols

	* src/QorePGConnection.h: updated copyright stmt

2012-09-29 07:15  david_nichols

	* RELEASE-NOTES, docs/mainpage.dox.tmpl: updated docs

2012-09-29 06:30  david_nichols

	* docs/mainpage.dox.tmpl, src/QorePGConnection.cpp,
	  src/QorePGConnection.h, src/pgsql.cpp: added support for
	  DBI_CAP_SERVER_TIME_ZONE and the "timezone" option - updated docs
	  accordingly

2012-09-28 13:28  david_nichols

	* configure.ac, docs/mainpage.dox.tmpl, src/QorePGConnection.cpp,
	  src/QorePGConnection.h: updated docs

2012-09-26 14:22  david_nichols

	* configure.ac, qore-pgsql-module.spec: use bz2 for release file
	  instead of gz

2012-09-26 07:58  david_nichols

	* src/QorePGConnection.cpp: fix warnings

2012-09-26 07:31  david_nichols

	* src/QorePGConnection.h, src/pgsql.cpp: removed clone option API

2012-09-25 18:59  david_nichols

	* RELEASE-NOTES, src/QorePGConnection.cpp, src/QorePGConnection.h,
	  src/pgsql.cpp: implemented support for the new DBI option API
	  with qore 0.8.6+ - the following options are supported:
	  + "optimal-numbers": return numeric types as an integer if
	  possible, if not as an arbitrary-precision number
	  + "string-numbers": return numeric types as strings (for
	  backwards-compatibility)
	  + "numeric-numbers": return numeric types as arbitrary-precision
	  number values

2012-09-19 16:07  david_nichols

	* src/QorePGConnection.cpp, src/QorePGConnection.h: updates to the
	  module will still compile with qore < 0.8.6

2012-09-19 13:46  david_nichols

	* src/QorePGConnection.cpp, src/QorePGConnection.h: several fixes
	  to number -> numeric encoding support

2012-09-19 09:33  david_nichols

	* RELEASE-NOTES, src/QorePGConnection.cpp, src/QorePGConnection.h,
	  src/pgsql.cpp: * enabled support for binding and retrieving
	  number types with qore 0.8.6+
	  * return numeric types as integers if possible

2012-09-18 20:47  david_nichols

	* src/QorePGConnection.cpp, src/QorePGConnection.h, src/pgsql.cpp:
	  fixed memory error in numeric->server bind, disabled numeric
	  support because it's not completely implemented yet
	  (in binds at least)

2012-09-18 20:37  david_nichols

	* src/QorePGConnection.cpp, src/QorePGConnection.h, src/pgsql.cpp:
	  started to add numeric support to pgsql driver

2012-09-09 06:07  david_nichols

	* configure.ac: fixed test for PQlibVersion

2012-09-08 16:55  david_nichols

	* configure.ac, docs/mainpage.dox.tmpl, src/pgsql.cpp,
	  src/ql_pgsql.qpp: implemented the getClientVersion() DBI function
	  when compiled against pgsql client ver 9.1+

2012-09-08 16:30  david_nichols

	* docs/mainpage.dox.tmpl: doc updates re driver capabilities

2012-09-08 12:28  david_nichols

	* test/sql-stmt.q: take a single string argument for sql-stmt.q

2012-09-08 12:14  david_nichols

	* Makefile.am: fixed "make dist"

2012-09-08 12:13  david_nichols

	* RELEASE-NOTES, src/QorePGConnection.cpp, src/pgsql.cpp,
	  test/sql-stmt.q: * disable warnings messages by default
	  * fixed SQLStatement::fetchRows() and
	  SQLStatement::fetchColumns()
	  * added sql-test.q

2012-09-08 07:12  david_nichols

	* Makefile.am, configure.ac, docs/doxyfile.tmpl,
	  docs/footer_template.html, docs/mainpage.dox.tmpl,
	  docs/pgsql-module-doc.html, old, old/pgsql-module-doc.html,
	  qore-pgsql-module.spec, src/Makefile.am, src/QorePGConnection.cc,
	  src/QorePGConnection.cpp, src/QorePGMapper.cc,
	  src/QorePGMapper.cpp, src/pgsql.cc, src/pgsql.cpp,
	  src/ql_pgsql.qpp, src/single-compilation-unit.cc,
	  src/single-compilation-unit.cpp: * converted docs to doxygen
	  * use qpp to buid module
	  * fixed resetting statements
	  * added sql-stmt.q test file (still not working 100%)

2012-09-07 17:56  david_nichols

	* RELEASE-NOTES, configure.ac, qore-pgsql-module.spec,
	  src/QorePGConnection.cc, src/QorePGConnection.h, src/pgsql.cc:
	  implemented native binary support for the
	  Datasource*::selectRow() method
	  implemented support for the prepared statement API (SQLStatement
	  class)

2012-06-25 08:51  david_nichols

	* configure.ac: updated configure.ac logic to deal with /lib ->
	  /usr/lib and /lib64 -> /usr/lib64 as with Fedora 17 - the
	  previous logic was too clever for its own good

2012-05-07 15:02  david_nichols

	* src/QorePGConnection.cc: eliminate a warning

2012-04-20 14:32  david_nichols

	* configure.ac, src/QorePGConnection.h: compile fixes on Solaris

2012-01-16 13:07  david_nichols

	* configure.ac: updated configure scripts to only set LIBSUFFIX=64
	  on 64-bit platfiorms if /usr/lib64 exists

2011-11-25 14:00  subik

	* configure.ac: version bump

2011-11-25 13:58  subik

	* RELEASE-NOTES, qore-pgsql-module.spec: release notes for 1.0.6

2011-11-24 10:37  david_nichols

	* src/QorePGConnection.cc: removed unnecessary arpa/inet.h include

2011-11-08 14:26  david_nichols

	* configure.ac, src/QorePGConnection.cc, src/QorePGConnection.h:
	  fixed building on UNIX fixed a memory leak

2011-09-22 10:21  david_nichols

	* configure.ac, src/QorePGConnection.cc, src/QorePGConnection.h:
	  fixes to compile with only the pgsql client lib; fixes to compile
	  with mingw32

2011-09-13 15:08  david_nichols

	* configure.ac: more mingw patches

2011-09-13 14:32  david_nichols

	* configure.ac, src/Makefile.am: mingw changes

2011-09-12 16:26  david_nichols

	* configure.ac: added -mt to compile and link lines when building
	  on solaris with CC

2010-12-15 20:04  david_nichols

	* src/QorePGConnection.cc, src/QorePGConnection.h, src/pgsql.cc:
	  compile ocilib as C++, added missing functions

2010-06-21 09:12  david_nichols

	* qore-pgsql-module.spec: updated spec files to generically
	  determine *suse versions for distribution tagging in rpm file
	  names

2010-06-20 06:03  david_nichols

	* ChangeLog: fixed ChangeLogs with non-broken svn2cl

2010-06-19 09:35  david_nichols

	* ChangeLog, README-BINARIES, configure.ac, qore-pgsql-module.spec:
	  added a readme file; updated version to 1.0.6 for next release

2010-06-19 05:37  david_nichols

	* qore-pgsql-module.spec: spec file updates

2010-06-15 18:49  david_nichols

	* docs/pgsql-module-doc.html: updated tikiwiki and added updated
	  color scheme

2010-06-10 14:23  david_nichols

	* RELEASE-NOTES, docs/pgsql-module-doc.html: updated docs for new
	  release

2010-05-12 11:49  david_nichols

	* configure.ac: solaris and sun studio compile and warning
	  fixes/enhancements

2010-04-28 10:15  david_nichols

	* test/db-test.q: updates for new qore API and to address new
	  warnings in test scripts

2010-04-23 13:41  david_nichols

	* src/QorePGConnection.cc: updated to new date/time APIs

2010-04-21 11:09  david_nichols

	* src/pgsql.cc: added DBI_CAP_TIME_ZONE_SUPPORT if compiled with
	  qore library with time zone support

2010-04-21 10:58  david_nichols

	* qore-pgsql-module.spec, src/QorePGConnection.cc,
	  src/QorePGConnection.h, test/db-test.q: updated to new Qore API
	  with time zone support

2010-04-16 09:32  subik

	* RELEASE-NOTES, src/pgsql.cc: sql drivers versions bump to spot
	  execRaw. execRaw feature promoted to all drivers' feature lists.
	  execRaw constant naming unified.

2010-02-22 09:32  subik

	* src/QorePGConnection.cc, src/QorePGConnection.h, src/pgsql.cc:
	  backward compatibility for execRaw

2010-02-22 09:21  subik

	* src/QorePGConnection.cc, src/QorePGConnection.h, src/pgsql.cc:
	  execRaw implemented for pgsql

2009-12-09 12:58  david_nichols

	* configure.ac: fixed all modules to use decimal comparisons with
	  the qore version string instead of octal so that they will still
	  compile with qore v0.8.0 and up...

2009-11-22 06:03  david_nichols

	* configure.ac: updated configure to assume 64-bit build if
	  host_cpu = "amd64"

2009-11-11 09:59  david_nichols

	* RELEASE-NOTES, configure.ac, qore-pgsql-module.spec,
	  src/pgsql.cc: updated version to 1.0.5 and fixed module version
	  reporting - before it was reporting the postgresql client version
	  used to compile the module as the module version

2009-10-30 08:22  david_nichols

	* configure.ac: updated all module configure scripts to use gnutar
	  on darwin to avoid picking up OSX resource files in source
	  releases

2009-09-21 11:07  david_nichols

	* configure.ac: updated module configure scripts to select 64-bit
	  target mode by default on snow leopard i386

2009-09-10 06:49  david_nichols

	* configure.ac: updated configure.ac to properly compile in 32-bit
	  mode on OSX snow leopard (10.6)

2009-07-20 13:20  david_nichols

	* ChangeLog: updated changelog

2009-07-20 13:16  david_nichols

	* qore-pgsql-module.spec: added opensuse 11.2 detection to spec
	  file, fixed rhel detection in spec files, updated configure.ac to
	  work with older versions of autotools

2009-07-20 12:51  david_nichols

	* qore-pgsql-module.spec: fixed rhel distribution detection

2009-07-20 12:20  david_nichols

	* configure.ac, qore-pgsql-module.spec: updated for building with
	  older autotools and or rhel distribution detection

2009-07-20 12:11  david_nichols

	* ChangeLog, RELEASE-NOTES: changelog and release notes updates

2009-07-07 09:01  david_nichols

	* RELEASE-NOTES, configure.ac, reconf.sh, src/QorePGConnection.cc:
	  fixed functionality on MSB (big endian) machines

2009-07-01 15:43  david_nichols

	* src/pgsql.cc: updated web site home page in modules' url

2009-06-25 13:54  david_nichols

	* RELEASE-NOTES: udpated release notes

2009-06-25 13:53  david_nichols

	* configure.ac, qore-pgsql-module.spec, src/QorePGConnection.cc,
	  src/pgsql.cc: added support for setting with port number for the
	  connection when compiled with qore 0.7.5 or greater

2009-06-18 07:22  david_nichols

	* RELEASE-NOTES, configure.ac, qore-pgsql-module.spec,
	  src/QorePGConnection.cc: updated version to 1.0.4
	  updated query parsing for '%*' placeholders to ignore '%'
	  characters when they
	  are preceded by an alphanumeric character in order to avoid
	  having to use
	  backslashes to escape them in SQL functions, etc

2009-06-08 07:58  david_nichols

	* qore-pgsql-module.spec: better qore module dir fix

2009-06-08 07:54  david_nichols

	* qore-pgsql-module.spec: fixed spec file for when another qore
	  binary is installed not in /usr/bin

2009-05-29 07:02  david_nichols

	* qore-pgsql-module.spec: fixed typo in sles distribution detection

2009-04-03 07:18  david_nichols

	* ChangeLog: updated changelog

2009-04-02 13:36  david_nichols

	* qore-pgsql-module.spec: fixed typo in changelog entry

2009-03-23 14:10  david_nichols

	* src/QorePGConnection.cc: fixed result allocation (again)

2009-03-23 13:55  david_nichols

	* src/QorePGConnection.cc: do not double the allocated size, add 5
	  like before

2009-03-23 13:44  david_nichols

	* src/QorePGConnection.cc: cosmetic changes

2009-03-11 17:30  david_nichols

	* RELEASE-NOTES, configure.ac, qore-pgsql-module.spec, reconf.sh,
	  src/QorePGConnection.cc: updated release to 1.0.3; fixed a bug
	  returning numeric values when the significant value was given as
	  a round number multiple of 10,000 due to an error decoding
	  internal postgresql data

2009-01-27 11:17  david_nichols

	* ChangeLog: updated changelog

2009-01-08 18:43  david_nichols

	* qore-pgsql-module.spec: simplified spec files a little

2009-01-08 15:13  david_nichols

	* qore-pgsql-module.spec: commented-out additional "Source0" line
	  so that packages will build on Fedora 10 (OBS)

2009-01-08 14:44  david_nichols

	* reconf.sh: updated reconf.sh to look for glibtoolize as well as
	  libtoolize

2009-01-07 13:04  david_nichols

	* Makefile.am, configure.ac, ltmain.sh, qore-pgsql-module.spec,
	  reconf.sh: updated reconf.sh to use libtoolize and generate
	  ltmain.sh

2009-01-03 22:35  david_nichols

	* RELEASE-NOTES, configure.ac, qore-pgsql-module.spec: updated
	  configure to check the directory specified with --prefix first
	  when looking for dependent libraries; updated the spec file with
	  the new version (1.0.2) and for better detection of newer *suse
	  versions

2008-11-03 14:23  david_nichols

	* ChangeLog, src/QorePGConnection.cc, src/QorePGMapper.cc,
	  src/pgsql.cc, src/pgsql.h: make module version reflect package
	  version

2008-10-30 10:54  david_nichols

	* ChangeLog, Makefile.am, RELEASE-NOTES, configure.ac,
	  qore-pgsql-module.spec, src/Makefile.am: updated module handling
	  to qore 0.7.1, qore 0.7.1 is minimum required qore
	  version for compilation

2008-10-23 06:30  david_nichols

	* configure.ac: updated to set 64-bit compile mode by default on
	  itanium with g++ and aCC

2008-10-21 13:23  david_nichols

	* qore-pgsql-module.spec: updated to dynamically find out the
	  module api and module directory in the spec file without
	  hardcoding these values

2008-10-08 20:16  david_nichols

	* qore-pgsql-module.spec, src/Makefile.am: spec file and module
	  build fixes using prefix=/usr and make install
	  DESTDIR=$RPM_BUILD_ROOT

2008-10-07 05:12  david_nichols

	* ChangeLog: updated changelog

2008-09-29 20:27  david_nichols

	* README: updated readme

2008-09-09 09:11  david_nichols

	* docs/pgsql-module-doc.html: updated docs

2008-09-09 07:15  david_nichols

	* ChangeLog, qore-pgsql-module.spec: corrected license tag to LGPL
	  in spec file, added ChangeLog

2008-09-08 17:54  david_nichols

	* Makefile.am: fixed typo

2008-09-07 19:22  david_nichols

	* Makefile.am, docs, docs/pgsql-module-doc.html,
	  qore-pgsql-module.spec: added module documentation

2008-09-03 14:31  david_nichols

	* README: corrected README

2008-09-03 14:19  david_nichols

	* ., AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS,
	  README, configure.ac, ltmain.sh, m4, m4/acx_pthread.m4,
	  qore-pgsql-module.spec, reconf.sh, src, src/Makefile.am,
	  src/QorePGConnection.cc, src/QorePGConnection.h,
	  src/QorePGMapper.cc, src/QorePGMapper.h, src/pgsql.cc,
	  src/pgsql.h, src/single-compilation-unit.cc, test,
	  test/db-test.q: initial import as separate project

