summaryrefslogtreecommitdiff
path: root/columninfo.c
AgeCommit message (Expand)Author
2021-08-29Use ODBC 3 column names for the result set of catalog functions.Hiroshi Inoue
2017-09-24Change QLOG() so that it calls corresponding MYLOG() as well.Hiroshi Inoue
2017-09-01Improve QLOG.Hiroshi Inoue
2017-08-27Further Mylog renewal.Hiroshi Inoue
2017-08-15Review the use of mylog().Hiroshi Inoue
2017-07-11Fix more bugs with returning NULL for malloc(0).Hiroshi Inoue
2017-03-17Modify the code about UNKNOWNS_AS_LONGEST of the Unknown Sizes option so that...Hiroshi Inoue
2014-12-31Use libpq for everything.Heikki Linnakangas
2014-10-29Remove support for protocol versions older than 3.Heikki Linnakangas
2014-03-12Use "function(void)" instead of "function()" to declare 0-arg functions.Heikki Linnakangas
2013-04-24Fix bug with VARCHAR(5) parameter and UseServerSidePrepare=0Heikki Linnakangas
2013-04-18Fix references to 'notice.txt'.Heikki Linnakangas
2010-12-09Change to read and skip the rest of result data when out of memory occurs whi...Hiroshi Inoue
2006-09-11The version is now 8.1.0102Hiroshi Inoue
2006-06-12The version is now 8.2.0005.Hiroshi Inoue
2006-05-21Fix an Access Violation bug.Hiroshi Inoue
2006-04-08Commit the changed files from the enhanced branchDave Page
2005-09-19Socket code is removed from the source. Now, psqlodbc driver relies complete...Anoop Kumar
2005-07-13New version of the driver with libpq based comms layer, courtesy of Anoop Kum...Dave Page
2002-09-06Change NAMEDATALEN to 64 for 7.3 servers.Hiroshi Inoue
2001-11-051) Fix a few bugs about SQLGetData()Hiroshi Inoue
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionREL7_2_BETA1Bruce Momjian
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-08-181) Change all internal SQL function calls fromHiroshi Inoue
2001-05-08Run pgindent on ODBC code only, to reformat new comments.Bruce Momjian
2001-05-08ODBC source code cleanup patch. Should match rest of PostgreSQL code better.Bruce Momjian
2001-04-231) Decrease the size of needlessly large buffers. For example, itHiroshi Inoue
2001-03-27ODBC source code cleanup. Mostly alignment of #define constants.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-14Back out all ODBC formatting changes, and back out removal of <6.4Bruce Momjian
2001-02-11More cleanup.Bruce Momjian
2001-02-10More ODBC formatting cleanup.Bruce Momjian
2001-02-10Run pgindent over ODBC source. We couldn't do this years ago because weBruce Momjian
2001-02-10Properly exit ODBC with 'X', allow linking on BSD/OS.Bruce Momjian
2001-02-06Improved version handling introduced by Dave Page.Hiroshi Inoue
2000-12-19Remove inclusions of <malloc.h>.Peter Eisentraut
2000-05-27Remove // comments from ODBC.Bruce Momjian
2000-05-17Back out odbc changes until 7.1.Bruce Momjian
2000-05-16Several compilation and run-time problems occur when building on SGIBruce Momjian
1998-11-11Update for version 06-40-0001Byron Nikolaidis
1998-10-06Update source code to Byron's v6.30.0250 sources plus minor cleanupThomas G. Lockhart
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-07-22Version 06-30-0248Byron Nikolaidis
1998-06-03Update odbc driver to current version V.0244Byron Nikolaidis
1998-04-13Replace old PostODBC driver with new one...Marc G. Fournier