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
/
columninfo.c
Age
Commit message (
Expand
)
Author
2021-08-29
Use ODBC 3 column names for the result set of catalog functions.
Hiroshi Inoue
2017-09-24
Change QLOG() so that it calls corresponding MYLOG() as well.
Hiroshi Inoue
2017-09-01
Improve QLOG.
Hiroshi Inoue
2017-08-27
Further Mylog renewal.
Hiroshi Inoue
2017-08-15
Review the use of mylog().
Hiroshi Inoue
2017-07-11
Fix more bugs with returning NULL for malloc(0).
Hiroshi Inoue
2017-03-17
Modify the code about UNKNOWNS_AS_LONGEST of the Unknown Sizes option so that...
Hiroshi Inoue
2014-12-31
Use libpq for everything.
Heikki Linnakangas
2014-10-29
Remove support for protocol versions older than 3.
Heikki Linnakangas
2014-03-12
Use "function(void)" instead of "function()" to declare 0-arg functions.
Heikki Linnakangas
2013-04-24
Fix bug with VARCHAR(5) parameter and UseServerSidePrepare=0
Heikki Linnakangas
2013-04-18
Fix references to 'notice.txt'.
Heikki Linnakangas
2010-12-09
Change to read and skip the rest of result data when out of memory occurs whi...
Hiroshi Inoue
2006-09-11
The version is now 8.1.0102
Hiroshi Inoue
2006-06-12
The version is now 8.2.0005.
Hiroshi Inoue
2006-05-21
Fix an Access Violation bug.
Hiroshi Inoue
2006-04-08
Commit the changed files from the enhanced branch
Dave Page
2005-09-19
Socket code is removed from the source. Now, psqlodbc driver relies complete...
Anoop Kumar
2005-07-13
New version of the driver with libpq based comms layer, courtesy of Anoop Kum...
Dave Page
2002-09-06
Change NAMEDATALEN to 64 for 7.3 servers.
Hiroshi Inoue
2001-11-05
1) Fix a few bugs about SQLGetData()
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-08-24
Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of
Peter Eisentraut
2001-08-18
1) Change all internal SQL function calls from
Hiroshi Inoue
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-04-23
1) Decrease the size of needlessly large buffers. For example, it
Hiroshi Inoue
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
2001-02-06
Improved version handling introduced by Dave Page.
Hiroshi Inoue
2000-12-19
Remove inclusions of <malloc.h>.
Peter Eisentraut
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-11-11
Update for version 06-40-0001
Byron Nikolaidis
1998-10-06
Update source code to Byron's v6.30.0250 sources plus minor cleanup
Thomas G. Lockhart
1998-09-01
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-07-22
Version 06-30-0248
Byron Nikolaidis
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