0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
OK, I have tidied up todays (13th) snapshot with the attached patch, I have'nt r un autoconf to create a new configure, I guess that's done by the smapshot process, I had to remove a line from interface/odbc/ GNUMakefile to get it to build, it was a autoconf variable that looks to not be used anymore, I am assuming that this is ok. More... almost 25 years ago
Back out old unixodbc patches and apply new ones. Nick Gorham More... almost 25 years ago
I have made the couple of mods required to make the odbc driver with postgres build and use unixODBC (http://www.unixodbc.org) More... about 25 years ago
More odbc include cleanups More... about 25 years ago
Update odbc include More... about 25 years ago
Fix ODBC for new binary fopen/open params More... about 25 years ago
Moved configure script from src/ to the top level directory. Moved configuration helper things into config/ dir. Adjusted some relative paths in makefiles. More... about 25 years ago
Remove NT-specific file open defines by defining our own open macros for "rb" and "wb". More... about 25 years ago
Cleanup of <> and "" More... about 25 years ago
Remove // comments from ODBC. More... about 25 years ago
Irix fixes from Murad Nayal More... about 25 years ago
Back out odbc changes until 7.1. More... about 25 years ago
Several compilation and run-time problems occur when building on SGI 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. More... about 25 years ago
Remove configure check for how to abbreviate 'tr A-Z a-z', and instead just use the portable form, tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz There were a bunch of places that weren't paying attention to configure's result anyway (including configure itself!?); clean them up too. More... about 25 years ago
Add transcendental math functions (sine, cosine, etc) Add a random number generator and seed setter (random(), SET SEED) Fix up the interval*float8 math to carry partial months into the time field. Add float8*interval so we have symmetry in the available math. Fix the parser and define.c to accept SQL92 types as field arguments. Fix the parser to accept SQL92 types for CREATE TYPE, etc. This is necessary to allow... Bit/varbit support in contrib/bit cleaned up to compile and load cleanly. Still needs some work before final release. Implement the "SOME" keyword as a synonym for "ANY" per SQL92. Implement ascii(text), ichar(int4), repeat(text,int4) to help support the ODBC driver. Enable the TRUNCATE() function mapping in the ODBC driver. More... about 25 years ago
Correct off-by-one error in strncat() usage. More... about 25 years ago
Augment the function call map logic with code from Tom Lane. Should be more robust to overflows. Pass through an unmapped function unchanged, rather than rejecting it. Add a few more functions, but comment out those which can go through as-is. Can be used with contrib/odbc/ package, though that isn't committed yet. More... about 25 years ago
Change form of query which used "DISTINCT ON" to help support primary keys. We still have an internal limit in the ODBC code of 8 columns per key, but this should lay the groundwork for resolving that. Includes reformulated query from Tom Lane. More... about 25 years ago
Forgot that odbc had its own copies of config.sub/config.guess. Update those to latest Autoconf sources, too. More... about 25 years ago
Fix query for primary keys to reflect new DISTINCT ON () syntax. Reported by "Tibor Laszlo" <[email protected]> and fix suggested by "Hiroshi Inoue" <[email protected]>. More... about 25 years ago
Clean up minor compiler warnings. More... about 25 years ago
Patch for Irix from Mark Dalphin. More... over 25 years ago
update to 6.40.0009 and provide WIN32 defines for auto-configured items such as BLCKSZ and MAXPGPATHLEN? More... over 25 years ago
missing state transition More... over 25 years ago
Package: postgresql Version: 6.5.3-11 Severity: important More... over 25 years ago
I suspect that you are not the person to send this to, but I wasn't sure 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. More... over 25 years ago
Added numeric and int8 types. Bug fix for LongVarBinary -- begin transaction More... over 25 years ago
Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. More... over 25 years ago
Update int28out and out8out and _in_ functions to handle trailing zeros properly. More... over 25 years ago
Fix it's and its to be correct. More... over 25 years ago