- 25 Jan, 2001 2 commits
-
-
Bruce Momjian authored
problems with char array sizes having set a couple of constants to 0 for unlimited query length and row length. This additional patch cleans those problems up by defining a new constant (STD_STATEMENT_LEN) to 65536 and using that in place of MAX_STATEMENT_LEN. Another constant (MAX_MESSAGE_LEN) was defined as 2*BLCKSZ, but is now 65536. This is used to define the length of the message buffer in a number of places and as I understand it (probably not that well!) therefore also places a limit on the query length. Fixing this properly is beyond my capabilities but 65536 should hopefully be large enough for most people. Apologies for being over-enthusiastic and posting 3 patches in one day rather than 1 better tested one! Regards, Dave Page
-
Bruce Momjian authored
following but it does *not* check whether the user is connected to PostgreSQL 7.0.x or 7.1 first (as would be required for some of the features) - the driver doesn't do this at all afaik and it's beyond my capabilities to implement such checking in code that doesn't look like it was written by my 1 year old daughter! 1) The driver now reports no maximum query length (SQL_MAX_QUERY_SIZE). 2) The driver now reports no maximum row length (SQL_MAX_ROW_SIZE). 3) The driver now reports that Outer Joins are supported (SQL_OUTER_JOINS), but still does not report oj capabilities (SQL_OJ_CAPABILITIES). 4) The version number has been incremented to 7.1.0000 in psqlodbc.h *and* psqlodbc.rc Regards, Dave Page
-
- 11 Dec, 2000 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
not match.
-
- 10 Dec, 2000 1 commit
-
-
Bruce Momjian authored
all forms of foreign keys be exposed to SQLForeignKeys. This patch is in addition to the ones I mailed yesterday (forget had I changed that as well....) Michael Fork - CCNA - MCP - A+ Network Support - Toledo Internet Access - Toledo Ohio
-
- 08 Jun, 2000 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 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
-
- 28 Feb, 2000 1 commit
-
-
Byron Nikolaidis authored
such as BLCKSZ and MAXPGPATHLEN?
-
- 30 Jan, 2000 1 commit
-
-
Byron Nikolaidis authored
Bug fix for LongVarBinary -- begin transaction
-
- 30 Nov, 1999 1 commit
-
-
Bruce Momjian authored
-
- 03 Sep, 1999 1 commit
-
-
Byron Nikolaidis authored
-
- 13 May, 1999 1 commit
-
-
Byron Nikolaidis authored
-
- 03 May, 1999 1 commit
-
-
Bruce Momjian authored
been applied. The patches are in the .tar.gz attachment at the end: varchar-array.patch this patch adds support for arrays of bpchar() and varchar(), which where always missing from postgres. These datatypes can be used to replace the _char4, _char8, etc., which were dropped some time ago. block-size.patch this patch fixes many errors in the parser and other program which happen with very large query statements (> 8K) when using a page size larger than 8192. This patch is needed if you want to submit queries larger than 8K. Postgres supports tuples up to 32K but you can't insert them because you can't submit queries larger than 8K. My patch fixes this problem. The patch also replaces all the occurrences of `8192' and `1<<13' in the sources with the proper constants defined in include files. You should now never find 8192 hardwired in C code, just to make code clearer. -- Massimo Dal Zotto
-
- 08 Jan, 1999 1 commit
-
-
Byron Nikolaidis authored
-
- 06 Jan, 1999 1 commit
-
-
Byron Nikolaidis authored
-
- 31 Dec, 1998 1 commit
-
-
Byron Nikolaidis authored
-
- 29 Dec, 1998 1 commit
-
-
Byron Nikolaidis authored
-
- 11 Nov, 1998 1 commit
-
-
Byron Nikolaidis authored
Update for version 06-40-0001
-
- 06 Oct, 1998 1 commit
-
-
Thomas G. Lockhart authored
to get rid of unused variables. Get clean compile on Linux (Thomas and Gerald). Implement autoconf/configure for standalone builds and use the existing autoconf/configure system when in the Postgres source tree. Code tests and functions with ApplixWare-4.4.1beta on a Linux box. Changes should be backward compatible with WIN32 but still needs testing.
-
- 22 Jul, 1998 1 commit
-
-
Byron Nikolaidis authored
-
- 16 Jun, 1998 1 commit
-
-
Byron Nikolaidis authored
-
- 08 Jun, 1998 1 commit
-
-
Byron Nikolaidis authored
-
- 03 Jun, 1998 1 commit
-
-
Byron Nikolaidis authored
-
- 13 Apr, 1998 1 commit
-
-
Marc G. Fournier authored
This one is based on an older PostODBC driver, rewritten and maintained by InsightDist(?)
-