index
:
psqlodbc.git
PRE_LIBPQ
REL-07_03_ENHANCED
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL8_1_STABLE
master
Official repository of the psqlodbc driver.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tuple.c
Age
Commit message (
Expand
)
Author
2017-06-07
With GCC, we can check at compilation time whether the first parameter of xxx...
Hiroshi Inoue
2017-06-07
Clean up the use of sprintf(). Replace sprintf() by snprintf() or the macro S...
Hiroshi Inoue
2016-02-27
Fix NULL dereferences which causes application crash. Patch by Tsunakawa, Tak...
Hiroshi Inoue
2013-04-18
Fix references to 'notice.txt'.
Heikki Linnakangas
2006-10-13
The version is now 8.2.0103.
Hiroshi Inoue
2006-09-11
The version is now 8.1.0102
Hiroshi Inoue
2006-04-08
Commit the changed files from the enhanced branch
Dave Page
2005-10-20
Massive compiler warnings cleanup.
Peter Eisentraut
2002-12-16
1) Separate APD and IPD more explicitly.
Hiroshi Inoue
2001-10-28
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
REL7_2_BETA1
Bruce Momjian
2001-09-22
Provide some initial support for building the ODBC driver for
Peter Eisentraut
2001-05-08
ODBC source code cleanup patch. Should match rest of PostgreSQL code better.
Bruce Momjian
2001-03-27
ODBC source code cleanup. Mostly alignment of #define constants.
Bruce Momjian
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-02-14
Back out all ODBC formatting changes, and back out removal of <6.4
Bruce Momjian
2001-02-11
More cleanup.
Bruce Momjian
2001-02-10
Run pgindent over ODBC source. We couldn't do this years ago because we
Bruce Momjian
2001-02-10
Properly exit ODBC with 'X', allow linking on BSD/OS.
Bruce Momjian
2000-05-27
Remove // comments from ODBC.
Bruce Momjian
2000-05-17
Back out odbc changes until 7.1.
Bruce Momjian
2000-05-16
Several compilation and run-time problems occur when building on SGI
Bruce Momjian
1998-10-06
Update source code to Byron's v6.30.0250 sources plus minor cleanup
Thomas G. Lockhart
1998-06-03
Update odbc driver to current version V.0244
Byron Nikolaidis
1998-04-13
Replace old PostODBC driver with new one...
Marc G. Fournier