- 24 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
places that were including the wrong files.
-
- 21 Aug, 2001 1 commit
-
-
Hiroshi Inoue authored
Fix '\\' handling for bytea type.
-
- 18 Aug, 2001 1 commit
-
-
Hiroshi Inoue authored
SQLxxxx() to PGAPI_xxxx(). 2) Handle an escaped date/time format as a parameter. 3) Improve the tuple allocation a little. 4) The preparation of ODBC 3.0 a little. 5) Updatable cursors(may be deprecated before long).
-
- 27 Jun, 2001 1 commit
-
-
Hiroshi Inoue authored
Now the version is 7.01.0006.
-
- 22 Jun, 2001 1 commit
-
-
Hiroshi Inoue authored
other than tablename_pkey.
-
- 20 Jun, 2001 1 commit
-
-
Hiroshi Inoue authored
by multiple SQLError calls.
-
- 19 Jun, 2001 1 commit
-
-
Hiroshi Inoue authored
1) ERRORs cause an SQL_ERROR and the SQLSTATE='S1000'. 2) NOTICEs cause an SQL_SUCCESS_WITH_INFO and the succeeding SQLError() returns the NOTICE message.
-
- 25 May, 2001 1 commit
-
-
Hiroshi Inoue authored
1) Query size limit(was 65536) for >=7.0 servers. 2) Text size limit(was 8190) for 7.1 servers.
-
- 08 May, 2001 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 23 Apr, 2001 1 commit
-
-
Hiroshi Inoue authored
1) [ODBC] Psqlodbc and Centura: here it is a patch posted by Matteo Cavalleli 2) [ODBC] pgsqODBC binding parameters II posted by Ludek Finstrle 3) Invalid Page Fault in PSQLODBC.DLL personal mail from Johann Zuschlag Hiroki Kataoka kataoka@interwiz.koganei.tokyo.jp
-
- 27 Mar, 2001 1 commit
-
-
Bruce Momjian authored
-
- 22 Mar, 2001 1 commit
-
-
Bruce Momjian authored
-
- 10 Mar, 2001 1 commit
-
-
Hiroshi Inoue authored
2)Fix some memory leaks. 3)Change some bogus error messages.
-
- 15 Feb, 2001 1 commit
-
-
Hiroshi Inoue authored
per recent discussion in pgsql-odbc. Now SELECT is a boundary but VACUUM isn't. 2) Put back the error handling behavior. When elog(ERROR) was detected the driver automatically issue "ABORT" if a transaction is in progress. 3) Driver version is 7.01.0003(Dave already set it but it was put back).
-
- 14 Feb, 2001 1 commit
-
-
Bruce Momjian authored
protocol. I have left in Tom's SOCK_get_next_byte() fix, and the new win32.mak file addition. I have also left in the 'X' connection close fix.
-
- 11 Feb, 2001 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 10 Feb, 2001 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
weren't the master source. We are now, and it really needs it.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
so that ODBC driver doesn't go belly up by failing to recognize a SELECT as such.
-
- 09 Feb, 2001 1 commit
-
-
Hiroshi Inoue authored
-
- 30 Dec, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 15 Dec, 2000 1 commit
-
-
Bruce Momjian authored
if we set autocommit off and issued COMMIT (or ROLLBACK) on a connection new transaction is not started Max Khon
-
- 25 Oct, 2000 1 commit
-
-
Thomas G. Lockhart authored
I modified the current ODBC driver for * referential integrity error reporting, * SELECT in transactions and * disabling autocommit. I tested these changes with Borland C++ Builder -> ODBCExpress -> WinODBC driver (DLL) -> Postgres 7.0beta1 and Borland C++ Builder -> BDE -> WinODBC driver (DLL) -> Postgres 7.0beta1. The patch is based on snapshot of 22th April (I don't think that someone has modified it since that: Byron hasn't gave any sign of living for about a month and I didn't find any comments about the ODBC driver on the list).
-
- 27 May, 2000 1 commit
-
-
Bruce Momjian authored
-
- 17 May, 2000 1 commit
-
-
Bruce Momjian authored
-
- 16 May, 2000 1 commit
-
-
Bruce Momjian authored
IRIX systems using the native compilers. A summary is: - Various files use "//" as a comment delimiter in c files. - Problems caused by assuming "char" is signed. cash.in: building -signed the rules regression test fails as described in FAQ_QNX4. If CHAR_MAX is "255U" then ((signed char)CHAR_MAX) is -1. postmaster.c: random number regression test failed without this change. - Some generic build issues and warning message cleanup. David Kaelbling
-
- 14 Feb, 2000 1 commit
-
-
Bruce Momjian authored
where else to mail it. I am the maintainer of unixODBC, and we have a set of code in our project that started life as the Postgres windows ODBC driver, which has been ported back to unix. Anyway I have just fixed a memory leak in the driver, and I cant see any mention of the fix being done in the main Postgres code, so I thougth I would let you know. Its in the statement.c module, after the COMMIT statement has been executed in SC_Execute, the code was Nick Gorham
-
- 05 Jan, 2000 1 commit
-
-
Bruce Momjian authored
-
- 29 Nov, 1999 1 commit
-
-
Bruce Momjian authored
You have CommLog and Debug enabled You encounter in error in any operation (SQLConnect/SQLExec). Previously, the extra logging didn't check for NULL pointers when trying to print some of the strings- the socket error message could frequently be NULL by design (if there was no socket error) and Solaris does not handle NULLS passed to things like printf ("%s\n",string); gracefully. This basically duplicates the functionality found in Linux where passing a null pointer to printf prints "(NULL)". No very elegant, but the logging is for debug only anyway. Dirk Niggemann
-
- 25 Oct, 1999 1 commit
-
-
Byron Nikolaidis authored
-
- 03 Sep, 1999 1 commit
-
-
Byron Nikolaidis authored
-
- 08 Jan, 1999 1 commit
-
-
Byron Nikolaidis authored
-
- 29 Dec, 1998 2 commits
-
-
Byron Nikolaidis authored
-
Byron Nikolaidis authored
-