psqlodbc.git
17 years agoFix final FreeLibrary of SSL.
Hiroshi Saito [Tue, 22 Jan 2008 12:10:16 +0000 (12:10 +0000)]
Fix final FreeLibrary of SSL.

17 years agoPrep release 08.03.0100
Hiroshi Saito [Mon, 21 Jan 2008 05:45:20 +0000 (05:45 +0000)]
Prep release 08.03.0100

17 years agoPrep release 08.03.0100
Hiroshi Saito [Mon, 21 Jan 2008 05:19:32 +0000 (05:19 +0000)]
Prep release 08.03.0100

17 years agoCompile of SSPI cannot be supported in VC+6. SSPI should use vcproj more than by...
Hiroshi Saito [Mon, 21 Jan 2008 02:27:16 +0000 (02:27 +0000)]
Compile of SSPI cannot be supported in VC+6. SSPI should use vcproj more than by VC+7.

17 years agoFix problem of CRLF code.
Hiroshi Saito [Mon, 21 Jan 2008 02:09:03 +0000 (02:09 +0000)]
Fix problem of CRLF code.

17 years agoVCExpress compile adjustment.
Hiroshi Saito [Sat, 29 Dec 2007 02:12:24 +0000 (02:12 +0000)]
VCExpress compile adjustment.

17 years agoSSPI is enable and delay load specification.
Hiroshi Saito [Fri, 28 Dec 2007 15:40:56 +0000 (15:40 +0000)]
SSPI is enable and delay load specification.

17 years agoFixed include path problem.
Hiroshi Saito [Fri, 28 Dec 2007 14:42:12 +0000 (14:42 +0000)]
Fixed include path problem.

17 years agoExpression was corrected.
Hiroshi Saito [Fri, 28 Dec 2007 14:00:40 +0000 (14:00 +0000)]
Expression was corrected.

17 years agoRelease preparation.
Hiroshi Saito [Fri, 28 Dec 2007 13:51:26 +0000 (13:51 +0000)]
Release preparation.

17 years agoadd the sspi modules.
Hiroshi Saito [Fri, 28 Dec 2007 13:39:41 +0000 (13:39 +0000)]
add the sspi modules.

17 years ago*** empty log message ***
Hiroshi Inoue [Wed, 26 Dec 2007 13:28:36 +0000 (13:28 +0000)]
*** empty log message ***

17 years agoCorrect the flow of trial of multi protocols and fix related bugs about handling...
Hiroshi Inoue [Sun, 4 Nov 2007 00:32:38 +0000 (00:32 +0000)]
Correct the flow of trial of multi protocols and fix related bugs about handling of connection errors.

17 years agoI may have introduced a bug in the last change which may cause an
Hiroshi Inoue [Fri, 2 Nov 2007 23:01:41 +0000 (23:01 +0000)]
I may have introduced a bug in the last change which may cause an
infinite loop of trial to use the same (should be lower) version of
protocols. Also try to use SSPI service for SSL support when libpq
is unavailable.

18 years ago1. Fix a bug in copy_and_convert_field() when fetching bookmark columns.
Hiroshi Inoue [Mon, 29 Oct 2007 15:04:48 +0000 (15:04 +0000)]
1. Fix a bug in copy_and_convert_field() when fetching bookmark columns.
   This bug could occur in case no suitable? lo type is found.
2. Improve the parse statement operation so that it detect srf in
   <from clause>.

18 years agoThe correction of the previous commit message.
Hiroshi Inoue [Sat, 27 Oct 2007 13:16:43 +0000 (13:16 +0000)]
The correction of the previous commit message.
2c2
< 1. Correct the COLUMN_LENGTH return value of SQLColumns() for varchar/bpchar
---
> 1. Correct the DISPLAY_SIZE return value of SQLColumns() for varchar/bpchar

18 years agoThe version is now 8.2.0501.
Hiroshi Inoue [Sat, 27 Oct 2007 01:14:00 +0000 (01:14 +0000)]
The version is now 8.2.0501.
1. Correct the COLUMN_LENGTH return value of SQLColumns() for varchar/bpchar
   type columns (Unicode driver).
2. Change to not return database name if case of MS Query.
3. The first cut to use Windows SSPI. The trial to use Schannel service
   for SSL support.
4. Be more careful about <for locking clause> in UseDeclareFetch mode.
   Add missing? "for read only" clause for read only queries for 8.3
   or later servers for safety.

18 years agoPrep Version 08.02.0500
Hiroshi Saito [Fri, 21 Sep 2007 06:36:27 +0000 (06:36 +0000)]
Prep Version 08.02.0500
The document addition which I have forgotten.

18 years agoDuplication deletion.
Hiroshi Saito [Wed, 12 Sep 2007 05:49:10 +0000 (05:49 +0000)]
Duplication deletion.

18 years agoOops,typo..
Hiroshi Saito [Wed, 12 Sep 2007 05:43:28 +0000 (05:43 +0000)]
Oops,typo..

18 years agoPrep Ver 08.02.0500
Hiroshi Saito [Wed, 12 Sep 2007 05:40:39 +0000 (05:40 +0000)]
Prep Ver 08.02.0500
and Fixed build of without OpenSSL.

18 years agoCorrect the format of Bind message under 64bit environment.
Hiroshi Inoue [Tue, 11 Sep 2007 14:38:11 +0000 (14:38 +0000)]
Correct the format of Bind message under 64bit environment.

18 years agoPrep Ver 08.02.0500.
Hiroshi Saito [Wed, 5 Sep 2007 12:28:23 +0000 (12:28 +0000)]
Prep Ver 08.02.0500.

18 years agoSome changes.
Hiroshi Saito [Sat, 1 Sep 2007 00:53:55 +0000 (00:53 +0000)]
Some changes.

18 years agoThe version is now 8.2.0403.
Hiroshi Inoue [Fri, 31 Aug 2007 23:40:10 +0000 (23:40 +0000)]
The version is now 8.2.0403.
1. Support SQLColAttribute for MS specific SQL_CA_SS_COLUMN_KEY.
   Some MS applications use this.
2. Improve the check of updatability of queries by checking
   if they have multiple tables.
3. Reduce the round trip overhead in FE/BE communications
   (especially in useDeclareFetch mode).
4. Fix a bug in ResolveOneParam() pointed out by Rainer Bauer.
5. Add a flag which lets SQLTables() show only accessible tables.
6. The unicode driver now can handle utf-16 surrogate pairs.

18 years agomissing break..
Hiroshi Saito [Wed, 22 Aug 2007 01:18:09 +0000 (01:18 +0000)]
missing break..

18 years agoOops, typo..
Hiroshi Saito [Wed, 22 Aug 2007 01:15:22 +0000 (01:15 +0000)]
Oops, typo..

18 years agocomment and code condition correction.
Hiroshi Saito [Wed, 22 Aug 2007 01:11:58 +0000 (01:11 +0000)]
comment and code condition correction.

18 years agoStandard correction and a multibye condition addition.
Hiroshi Saito [Tue, 21 Aug 2007 06:56:24 +0000 (06:56 +0000)]
Standard correction and a multibye condition addition.

18 years agoSHIFT-JIS-2004 Japanese, standard JIS X 0213.
Hiroshi Saito [Tue, 21 Aug 2007 05:23:03 +0000 (05:23 +0000)]
SHIFT-JIS-2004 Japanese, standard JIS X 0213.
Since PostgreSQL Version 8.3.

18 years agoadditional document.
Hiroshi Saito [Tue, 21 Aug 2007 05:19:17 +0000 (05:19 +0000)]
additional document.

18 years agoRecord of progress.(Snapshot version)
Hiroshi Saito [Wed, 8 Aug 2007 02:02:59 +0000 (02:02 +0000)]
Record of progress.(Snapshot version)

18 years agoFix *nix build error.
Hiroshi Saito [Tue, 12 Jun 2007 15:39:28 +0000 (15:39 +0000)]
Fix *nix build error.

18 years agoFix a bug which doesn't free connection list properly.
Hiroshi Inoue [Tue, 12 Jun 2007 14:24:56 +0000 (14:24 +0000)]
Fix a bug which doesn't free connection list properly.

18 years agoFix DelayLoadDLL was made explicit.
Hiroshi Saito [Tue, 12 Jun 2007 06:22:07 +0000 (06:22 +0000)]
Fix DelayLoadDLL was made explicit.
However, The DEBUG mode of /MTd contains some problems by the reason Release DLL is /MT.
This problem is closely related to the release of OpenSSL. Therefore, we are going
to still investigate this problem and to cope with it. Then, please understand having
not solved yet.

18 years agoAdd the How to specify as a connection option.
Hiroshi Saito [Mon, 11 Jun 2007 02:21:36 +0000 (02:21 +0000)]
Add the How to specify as a connection option.

18 years agoVarious problems of configure cleared.
Hiroshi Saito [Mon, 11 Jun 2007 01:51:12 +0000 (01:51 +0000)]
Various problems of configure cleared.
These problems were fixed by Peter Eisentraut.

18 years agoHandle standard_conforming_strings also in case via libpq.
Hiroshi Inoue [Mon, 4 Jun 2007 11:49:49 +0000 (11:49 +0000)]
Handle standard_conforming_strings also in case via libpq.

18 years ago. Add CC_set_autocommit to psqlodbc(a).def files.
Hiroshi Inoue [Mon, 4 Jun 2007 10:24:49 +0000 (10:24 +0000)]
. Add CC_set_autocommit to psqlodbc(a).def files.
. Handle Standard_conforming_strings.

18 years agoThe version is now 8.2.0402.
Hiroshi Inoue [Sat, 2 Jun 2007 05:32:19 +0000 (05:32 +0000)]
The version is now 8.2.0402.
. Fix some bugs in case without MSDTC support.
. Refine the realloc handling.
. Put back the @@IDENTITY implementation so as not to use lastval().
. Change SQLColumns() to return correct column length in the Unicode driver.
. Remove the connection count limitation.
. Fix Protocol=7.4--1 notation (should be Protocol=7.4).
. Fix a typo in socket.c (bug report from Rainer bauer).

18 years agoFixed HANDLE_ENLIST_IN_DTC.
Hiroshi Saito [Fri, 4 May 2007 13:17:20 +0000 (13:17 +0000)]
Fixed HANDLE_ENLIST_IN_DTC.
(*nix compile error)

18 years agoClean up some of the accumulated Autoconf mess here. Put back the
Peter Eisentraut [Fri, 4 May 2007 12:20:24 +0000 (12:20 +0000)]
Clean up some of the accumulated Autoconf mess here.  Put back the
PGAC_ARG_ macros so that the options parsing is more robust, put the
macro calls in the right order, and make the detection of the driver
manager behave less oddly.  All the required macros are now in-tree, so
everything can be bootstrapped without external PostgreSQL source trees.

18 years agoPut Autotools-generated files into subdirectory config/; add macro files
Peter Eisentraut [Fri, 4 May 2007 10:39:02 +0000 (10:39 +0000)]
Put Autotools-generated files into subdirectory config/; add macro files
used from PostgreSQL there so you don't need a PostgreSQL source tree to
bootstrap the code.

18 years agoRevert pg_config breakage
Peter Eisentraut [Fri, 4 May 2007 10:22:32 +0000 (10:22 +0000)]
Revert pg_config breakage

18 years agoThe version is now 8.2.0401.
Hiroshi Inoue [Wed, 2 May 2007 21:44:13 +0000 (21:44 +0000)]
The version is now 8.2.0401.
[Windows]
 Handle AUTOCOMMIT mode more carefully in a distributed transaction
 so as not to issue COMMIT unexpectedly.
[UNIX}
 Allow the UNIX domain configuration (the same as libpq).

18 years agoJapanese garbage was removed.
Hiroshi Saito [Wed, 2 May 2007 00:16:07 +0000 (00:16 +0000)]
Japanese garbage was removed.

18 years agoPrep for 08.02.0400 release. REL-08_02_0400
Hiroshi Saito [Fri, 27 Apr 2007 01:49:10 +0000 (01:49 +0000)]
Prep for 08.02.0400 release.

18 years agoPrep for 08.02.0400 release.
Hiroshi Saito [Fri, 27 Apr 2007 01:38:44 +0000 (01:38 +0000)]
Prep for 08.02.0400 release.

18 years agoFix a bug which checking join is confused by CR+LF.
Hiroshi Inoue [Thu, 26 Apr 2007 20:15:28 +0000 (20:15 +0000)]
Fix a bug which checking join is confused by CR+LF.

18 years agoPATH setting mistake of else.
Hiroshi Saito [Thu, 26 Apr 2007 13:59:06 +0000 (13:59 +0000)]
PATH setting mistake of else.

18 years agoPrep for 08.02.0400 release.
Hiroshi Saito [Thu, 26 Apr 2007 13:29:07 +0000 (13:29 +0000)]
Prep for 08.02.0400 release.
(It is still confirming)

18 years agoRemove an unnecessary message.
Hiroshi Inoue [Wed, 25 Apr 2007 13:41:46 +0000 (13:41 +0000)]
Remove an unnecessary message.

18 years agoSnapshot mark(08.02.0XXX)
Hiroshi Saito [Wed, 25 Apr 2007 01:51:55 +0000 (01:51 +0000)]
Snapshot mark(08.02.0XXX)

18 years agoFixed control binding of SetField problem.
Hiroshi Saito [Wed, 25 Apr 2007 01:29:27 +0000 (01:29 +0000)]
Fixed control binding of SetField problem.

18 years agopgenlist.h was lost.
Hiroshi Saito [Tue, 24 Apr 2007 19:54:11 +0000 (19:54 +0000)]
pgenlist.h was lost.
report from Tom lane.

18 years agoUpdate the installer for WiX3.
Hiroshi Saito [Sat, 21 Apr 2007 01:06:48 +0000 (01:06 +0000)]
Update the installer for WiX3.
He has forgotten then. sorry..

18 years agoCorrect the version number registration.
Dave Page [Mon, 16 Apr 2007 11:11:41 +0000 (11:11 +0000)]
Correct the version number registration.

18 years agoCorrect the path for the ANSI DTC enlist DLL.
Dave Page [Mon, 16 Apr 2007 11:04:34 +0000 (11:04 +0000)]
Correct the path for the ANSI DTC enlist DLL.

18 years agoAdd a missing .def file.
Hiroshi Inoue [Sat, 14 Apr 2007 21:07:38 +0000 (21:07 +0000)]
Add a missing .def file.

18 years agoPrep for 08.02.0300 release. REL-08_02_0300
Hiroshi Saito [Sat, 14 Apr 2007 18:58:30 +0000 (18:58 +0000)]
Prep for 08.02.0300 release.

18 years agoUpdate installer images.
Dave Page [Fri, 13 Apr 2007 10:14:21 +0000 (10:14 +0000)]
Update installer images.

18 years agoUse '(0,0)' instead of '(,)' as a dummy CTID.
Hiroshi Inoue [Thu, 12 Apr 2007 16:16:41 +0000 (16:16 +0000)]
Use '(0,0)' instead of '(,)' as a dummy CTID.

18 years agoFixed *nix build.
Hiroshi Saito [Wed, 11 Apr 2007 16:36:47 +0000 (16:36 +0000)]
Fixed *nix build.
(errno and PATH_MAX)

18 years agoAllow non-admin or Vista users to create log fils in the home
Hiroshi Inoue [Wed, 11 Apr 2007 15:22:23 +0000 (15:22 +0000)]
Allow non-admin or Vista users to create log fils in the home
directory.

18 years agoOops, Fixed mistake of tag
Hiroshi Saito [Mon, 9 Apr 2007 14:00:14 +0000 (14:00 +0000)]
Oops, Fixed mistake of tag

18 years agoAddition and correction.
Hiroshi Saito [Mon, 9 Apr 2007 13:53:42 +0000 (13:53 +0000)]
Addition and correction.
with Dave:-)

18 years ago. Use different dll name for Unicode and ANSI DTC enlist DLL
Hiroshi Inoue [Thu, 5 Apr 2007 12:06:17 +0000 (12:06 +0000)]
. Use different dll  name for Unicode and ANSI DTC enlist DLL
  so that they can be placed in the same folder.
. Simplify the makefile.
. Added an experimental makefile for 64bit mode Windows.

18 years agoCompilation correction VisualStudio.
Hiroshi Saito [Thu, 5 Apr 2007 03:17:38 +0000 (03:17 +0000)]
Compilation correction VisualStudio.
However,this supports a minimum composition.
If MSDTC is used,it is necessary to use win32.mak by nmake.exe.

18 years agoFix an index over bug which causes a crash or an unexpected result.
Hiroshi Inoue [Wed, 4 Apr 2007 14:42:35 +0000 (14:42 +0000)]
Fix an index over bug which causes a crash or an unexpected result.

18 years agoSnap version is 8.2.0205.
Hiroshi Saito [Tue, 3 Apr 2007 16:17:20 +0000 (16:17 +0000)]
Snap version is 8.2.0205.
and change usage configure.

18 years agoFixed problem pg_config and use the AC_SEARCH_LIBS.
Hiroshi Saito [Tue, 3 Apr 2007 16:14:05 +0000 (16:14 +0000)]
Fixed problem pg_config and use the AC_SEARCH_LIBS.

18 years agoWSACleanup() evades with *nix.
Hiroshi Saito [Tue, 3 Apr 2007 15:43:14 +0000 (15:43 +0000)]
WSACleanup() evades with *nix.

18 years agowsaData evades with *nix.
Hiroshi Saito [Tue, 3 Apr 2007 15:20:31 +0000 (15:20 +0000)]
wsaData evades with *nix.

18 years agoThe version is now 8.2.0205.
Hiroshi Inoue [Tue, 3 Apr 2007 14:49:02 +0000 (14:49 +0000)]
The version is now 8.2.0205.
. Append DETAIL messages to GetDiag...() messages.
. Use SQL_SUCCEEDED macros so as to simplify the code.
. Use lastval() function to replace IDENTITY on 8.1 or later servers.
. Remove WSAStartup() and WSACleanup() from DllMain.
. Load libpq from the driver's folder.
. Use QR_get_value_backend_int/_text() funcs instead of
  QR_get_value_backend_row().
. Improve the implemetation of SQLSetPos(.., SQL_ADD/SQL_UPDATE)
  using the 8.2 new feature INSERT/UPDATE .. returning .
. Seaparate DTC code as a Delayload DLL.

18 years agoUpdate the installer for WiX 3
Dave Page [Fri, 30 Mar 2007 20:13:37 +0000 (20:13 +0000)]
Update the installer for WiX 3

18 years agoOption of the link generation was necessary.
Hiroshi Saito [Thu, 29 Mar 2007 16:59:32 +0000 (16:59 +0000)]
Option of the link generation was necessary.
It was remarkable in MAC-OSX or FreeBSD.
And, it was confirmed that there was no problem
in other platforms.

Thanks.! Report From: "Sean Davis"

18 years agoFixed without-openssl.
Hiroshi Saito [Tue, 27 Mar 2007 14:24:57 +0000 (14:24 +0000)]
Fixed without-openssl.

18 years agowithout of openssl cannot have been done.
Hiroshi Saito [Tue, 27 Mar 2007 13:40:02 +0000 (13:40 +0000)]
without of openssl cannot have been done.
Fix did this. However,The compilation doesn't succeed
if OpenSSL is not made effective now.
This problem is still continued....

18 years agoThe lib verification of OpenSSL was added.
Hiroshi Saito [Tue, 27 Mar 2007 01:49:23 +0000 (01:49 +0000)]
The lib verification of OpenSSL was added.
It was confirmed in Linux.
This might correspond to the problem report of Darwin.
from Sean Davis.
Thanks!

18 years agoRegistryValue has a slightly different meaning in Wix 2 - use Registry instead.
Dave Page [Mon, 26 Mar 2007 10:02:22 +0000 (10:02 +0000)]
RegistryValue has a slightly different meaning in Wix 2 - use Registry instead.

18 years agoUse PostgreSQL 8.2 libs & headers by default.
Dave Page [Mon, 26 Mar 2007 09:54:42 +0000 (09:54 +0000)]
Use PostgreSQL 8.2 libs & headers by default.
Write the version number to the registry when installing on Windows.
Don't use deprecated compiler flags when building with > VC++ 6.0

18 years agoUpdate document(8.2.0204snapshots).
Hiroshi Saito [Fri, 9 Mar 2007 23:58:09 +0000 (23:58 +0000)]
Update document(8.2.0204snapshots).

18 years agoThe version is now 8.2.0204.
Hiroshi Inoue [Sun, 4 Mar 2007 10:41:49 +0000 (10:41 +0000)]
The version is now 8.2.0204.

. Configure the combination of time.h and sys/time.h.
. Treat the tables in information_schema as system tables.
. Correct the precision of SQL_NUMERIC_STRUCT.
. Change the default max varchar size from 254 to 255.
. Reset the fields information properly in case of SQLMoreResults.
. Implement SQLDescribeParam() also in case of multi-command queries.
. Handle dollar-quotes more properly.
. Provide a make option to link dynamic multithread library.
. Set the default nullablity to TRUE.
. Parse command delimiters(;) more correctly.
. Use QR_get_value_backend_text() or QR_get_value_backend_int()
   instead of QR_get_value_backend_row().
. Apply Parse statement or disallow premature properly.
. Reset current_schema cache in case 'set search_path ..' command
   is issued.

18 years ago1. Correct the command/responce sequence of Function Call used for large
Hiroshi Inoue [Mon, 18 Dec 2006 14:45:54 +0000 (14:45 +0000)]
1. Correct the command/responce sequence of Function Call used for large
   object handling.
2. Add support for NaN and (-)Infinity float values.

18 years agoaddendum of correction.
Hiroshi Saito [Sat, 16 Dec 2006 21:48:40 +0000 (21:48 +0000)]
addendum of correction.

18 years agoThe version is now 8.2.0203.
Hiroshi Inoue [Sat, 16 Dec 2006 12:02:54 +0000 (12:02 +0000)]
The version is now 8.2.0203.
1. Fix a bug which forgets unnamed plans too early especially
   when handling large objects.
2. Don't treat charcters whose value >= 128 as alphanumeric in case
   of conversion of binary data to bytea.
3. Change ConfigDSN() so that it takes the options in Setup Dialog
   page 1 into account.
4. Simplify the memory management of statements'columns info
   so as to prevent memory leaks or a crash in parse_statement etc.
5. SQLTables("", SQL_ALL_SCHEMAS. "", ..) now returns a list of
   valid schemas.
6. SQLTables("", "", "", SQL_ALL_TABLE_TYPES) now returns a list
   of valid table types.
7. SQLGetInfo SQL_DATABASE_NAME now returns the database name.
8. Improve the automatic setting mechanism of the client_encoding
   for Windows code page 125x (ANSI drivers only) .

18 years agoCorrection of site information.
Hiroshi Saito [Thu, 14 Dec 2006 17:46:35 +0000 (17:46 +0000)]
Correction of site information.

18 years agoMore changes for setup Dialog test button operation.
Hiroshi Inoue [Mon, 11 Dec 2006 11:34:28 +0000 (11:34 +0000)]
More changes for setup Dialog test button operation.
Fix the bug SQLStatistics ORDINAL_POSITION starts at 2 for PK index.

18 years agoFix a bug about test button operation.
Hiroshi Inoue [Fri, 8 Dec 2006 10:47:13 +0000 (10:47 +0000)]
Fix a bug about test button operation.

18 years agoAdd WIN1252 to the list of encoding in multibyte.c .
Hiroshi Inoue [Wed, 6 Dec 2006 16:37:28 +0000 (16:37 +0000)]
Add WIN1252 to the list of encoding in multibyte.c .

18 years agoFixed typo,and added a revision history.
Hiroshi Saito [Mon, 20 Nov 2006 15:24:10 +0000 (15:24 +0000)]
Fixed typo,and added a revision history.

18 years agoThe version is now 8.2.0202.
Hiroshi Inoue [Mon, 20 Nov 2006 11:35:27 +0000 (11:35 +0000)]
The version is now 8.2.0202.
1) Change to use NULL indicator instead of the length buffer
   in SQLFetch.
2) Fix long -> serial conversion error in MS Access.

18 years agoadded a revision history.
Hiroshi Saito [Tue, 14 Nov 2006 18:11:25 +0000 (18:11 +0000)]
added a revision history.

18 years agoThe version is now 8.2.0201.
Hiroshi Inoue [Tue, 14 Nov 2006 15:29:26 +0000 (15:29 +0000)]
The version is now 8.2.0201.
1. Ditinguish the indicaitor and the octet_length field of APD
   clcearly.
2. Handle @@IDENTITY more generally.
3. Take outer join into account so as to evaluate nullability.
4. Fix a bug about Keyset-driven cursors.

18 years agoTest commit
Dave Page [Thu, 9 Nov 2006 08:20:26 +0000 (08:20 +0000)]
Test commit

18 years agoAdd missing macros.
Hiroshi Inoue [Fri, 3 Nov 2006 10:41:19 +0000 (10:41 +0000)]
Add missing macros.

19 years agoFix a typo.
Hiroshi Inoue [Tue, 31 Oct 2006 12:21:28 +0000 (12:21 +0000)]
Fix a typo.

19 years agoDon't pull in libraries and cflags from pg_config; put in link against
Peter Eisentraut [Mon, 30 Oct 2006 20:05:13 +0000 (20:05 +0000)]
Don't pull in libraries and cflags from pg_config; put in link against
libpq the proper way.

19 years agoFix some bugs or warnings on 64 bit OS.
Hiroshi Inoue [Sat, 28 Oct 2006 05:14:35 +0000 (05:14 +0000)]
Fix some bugs or warnings on 64 bit OS.

19 years agoAdd a missing header for *nix
Dave Page [Tue, 24 Oct 2006 15:01:39 +0000 (15:01 +0000)]
Add a missing header for *nix