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
/
lobj.c
Age
Commit message (
Expand
)
Author
2017-01-12
Use lo_lseek64(lo_tell64) instead of lo_lseek(lo_tell) if the server's versio...
Hiroshi Inoue
2015-01-26
Remove dead function.
Heikki Linnakangas
2014-12-31
Use libpq for everything.
Heikki Linnakangas
2013-04-18
Fix references to 'notice.txt'.
Heikki Linnakangas
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-09-19
These files are no longer used by the Libpq version of psqlodbc.
Anoop Kumar
2005-07-13
New version of the driver with libpq based comms layer, courtesy of Anoop Kum...
Dave Page
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
Run pgindent on ODBC code only, to reformat new comments.
Bruce Momjian
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
More ODBC formatting 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-06-08
Update driver to official 6.30.0244 release.
Byron Nikolaidis