openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
psqlodbc
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 09, 2024 — Jun 09, 2025
Showing page 69 of 71
Search / Filter on:
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.
Bruce Momjian
More...
almost 25 years ago
Back out old unixodbc patches and apply new ones. Nick Gorham
Bruce Momjian
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)
Bruce Momjian
More...
about 25 years ago
More odbc include cleanups
Bruce Momjian
More...
about 25 years ago
Update odbc include
Bruce Momjian
More...
about 25 years ago
Fix ODBC for new binary fopen/open params
Bruce Momjian
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.
Peter Eisentraut
More...
about 25 years ago
Remove NT-specific file open defines by defining our own open macros for "rb" and "wb".
Bruce Momjian
More...
about 25 years ago
Cleanup of <> and ""
Bruce Momjian
More...
about 25 years ago
Remove // comments from ODBC.
Bruce Momjian
More...
about 25 years ago
Irix fixes from Murad Nayal
Bruce Momjian
More...
about 25 years ago
Back out odbc changes until 7.1.
Bruce Momjian
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.
Bruce Momjian
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.
Tom Lane
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.
Thomas G. Lockhart
More...
about 25 years ago
Correct off-by-one error in strncat() usage.
Tom Lane
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.
Thomas G. Lockhart
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.
Thomas G. Lockhart
More...
about 25 years ago
Forgot that odbc had its own copies of config.sub/config.guess. Update those to latest Autoconf sources, too.
Tom Lane
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]
>.
Thomas G. Lockhart
More...
about 25 years ago
Clean up minor compiler warnings.
Tom Lane
More...
about 25 years ago
Patch for Irix from Mark Dalphin.
Bruce Momjian
More...
over 25 years ago
update to 6.40.0009 and provide WIN32 defines for auto-configured items such as BLCKSZ and MAXPGPATHLEN?
Byron Nikolaidis
More...
over 25 years ago
missing state transition
Byron Nikolaidis
More...
over 25 years ago
Package: postgresql Version: 6.5.3-11 Severity: important
Bruce Momjian
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.
Bruce Momjian
More...
over 25 years ago
Added numeric and int8 types. Bug fix for LongVarBinary -- begin transaction
Byron Nikolaidis
More...
over 25 years ago
Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.
Bruce Momjian
More...
over 25 years ago
Update int28out and out8out and _in_ functions to handle trailing zeros properly.
Bruce Momjian
More...
over 25 years ago
Fix it's and its to be correct.
Bruce Momjian
More...
over 25 years ago
←
1
2
…
63
64
65
66
67
68
69
70
71
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree