summaryrefslogtreecommitdiff
path: root/tuple.c
AgeCommit message (Expand)Author
2017-06-07With GCC, we can check at compilation time whether the first parameter of xxx...Hiroshi Inoue
2017-06-07Clean up the use of sprintf(). Replace sprintf() by snprintf() or the macro S...Hiroshi Inoue
2016-02-27Fix NULL dereferences which causes application crash. Patch by Tsunakawa, Tak...Hiroshi Inoue
2013-04-18Fix references to 'notice.txt'.Heikki Linnakangas
2006-10-13The version is now 8.2.0103.Hiroshi Inoue
2006-09-11The version is now 8.1.0102Hiroshi Inoue
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
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-09-22Provide some initial support for building the ODBC driver forPeter Eisentraut
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
2001-02-11More 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
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-10-06Update source code to Byron's v6.30.0250 sources plus minor cleanupThomas G. Lockhart
1998-06-03Update odbc driver to current version V.0244Byron Nikolaidis
1998-04-13Replace old PostODBC driver with new one...Marc G. Fournier