summaryrefslogtreecommitdiff
path: root/tuple.c
AgeCommit message (Collapse)Author
2017-06-07With GCC, we can check at compilation time whether the first parameter of ↵Hiroshi Inoue
xxxxx_FIXED() macros is not a pointer. Fixed some inappropriate use of STRCPY_FIXED().
2017-06-07Clean up the use of sprintf(). Replace sprintf() by snprintf() or the macro ↵Hiroshi Inoue
SPRINTF_FIXED().
2016-02-27Fix NULL dereferences which causes application crash. Patch by Tsunakawa, ↵Hiroshi Inoue
Takayuki.
2013-04-18Fix references to 'notice.txt'.Heikki Linnakangas
notice.txt doesn't exist anymore, the copyright and license information is in readme.txt now. Update references in comments.
2006-10-13The version is now 8.2.0103.Hiroshi Inoue
1.Improve the handling of connection error messages. 2.Add an option to convert empty strings to NULL. 3.Handle domain type as the basetype. 4.Fake MSS in case of not only SQLExecute but also SQLParamData. 5.Prevent SQLColumns from displaying system columns. 6.Unload delayLoaded libraries on dll detach (not on disconnect time). 7.Fix a SQLGetDiagField crash bug. 8.Fix a insertion count bug. 9.Take win98 cases into account a little.
2006-09-11The version is now 8.1.0102Hiroshi Inoue
1. Compensate a loss of report of being Jet when using MS Access. 2. Add NULL <-> "" date converion function for FOXPRO and revise parse/describe/execute mechanism. 3. Miscellaneous type changes for 64 bit drivers.
2006-04-08Commit the changed files from the enhanced branchDave Page
2005-10-20Massive compiler warnings cleanup.Peter Eisentraut
2002-12-161) Separate APD and IPD more explicitly.Hiroshi Inoue
2) Add a conversion functionality between SQL_C_CHAR and SQL_VARBINARY. 3) The first cut of the use of server side prepare. 4) Check if a relation is a view more precisely. 5) Fix a crash bug with no parameter binding for prepare statements with parameter markers(bug report from Han). 6) Fix a bug about SQLGetDiagField(bug report from Han). 7) Add a missing ENTER_STMT_CS at the start of SQLForeignKey().
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
spacing. Also adds space for one-line comments.
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionREL7_2_BETA1Bruce Momjian
tests pass.
2001-09-22Provide some initial support for building the ODBC driver forPeter Eisentraut
an already installed iODBC or unixODBC driver manager. In particular, use the include files provided by the driver manager over our own, and use the odbcinst library of the driver manager rather than gpps.c. Migrate portability sections common to several files into psqlodbc.h.
2001-05-08ODBC source code cleanup patch. Should match rest of PostgreSQL code better.Bruce Momjian
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
protocol. I have left in Tom's SOCK_get_next_byte() fix, and the new win32.mak file addition. I have also left in the 'X' connection close fix.
2001-02-11More cleanup.Bruce Momjian
2001-02-10Run pgindent over ODBC source. We couldn't do this years ago because weBruce Momjian
weren't the master source. We are now, and it really needs it.
2001-02-10Properly exit ODBC with 'X', allow linking on BSD/OS.Bruce Momjian
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
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. David Kaelbling
1998-10-06Update source code to Byron's v6.30.0250 sources plus minor cleanupThomas G. Lockhart
to get rid of unused variables. Get clean compile on Linux (Thomas and Gerald). Implement autoconf/configure for standalone builds and use the existing autoconf/configure system when in the Postgres source tree. Code tests and functions with ApplixWare-4.4.1beta on a Linux box. Changes should be backward compatible with WIN32 but still needs testing.
1998-06-03Update odbc driver to current version V.0244Byron Nikolaidis
1998-04-13Replace old PostODBC driver with new one...Marc G. Fournier
This one is based on an older PostODBC driver, rewritten and maintained by InsightDist(?)