]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/pgtypeslib/interval.c
Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices.com> to merge the new
[postgresql] / src / interfaces / ecpg / pgtypeslib / interval.c
2008-11-26 Michael MeskesApplied patch by Ron Mayer <rm_pg@cheapcomplexdevices...
2007-08-22 Michael MeskesMore cleaning up and removed some duplicates.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-14 Michael MeskesAdded missing constuctor/destructor for interval and...
2006-09-05 Michael MeskesLost some changes yet again
2006-09-04 Tom LaneFix interval input parser so that fractional weeks...
2006-06-06 Michael MeskesFixed two more memory leaks in ecpglib.
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-09 Tom LaneFix (hopefully for the last time) problems with datetim...
2005-10-07 Bruce MomjianMinor parentheses cleanup.
2005-07-21 Bruce MomjianUpdate DAYS_PER_MONTH comment.
2005-07-21 Bruce MomjianFix integer timestamp build for macro changes.
2005-07-21 Bruce MomjianAdd time/date macros for code clarity:
2005-07-20 Bruce MomjianAdd 'day' field to INTERVAL so 1 day interval can be...
2005-07-12 Bruce MomjianImprove comments for AdjustIntervalForTypmod.
2005-05-27 Bruce MomjianDisplay only 9 subsecond digits instead of 10 for time...
2005-05-27 Bruce MomjianBack out part of patch that should be applied later.
2005-05-27 Bruce MomjianFix compile of entab to use stdarg.h. Clean up includes.
2005-05-26 Bruce MomjianUse Abs() macro to replace ? :.
2005-05-26 Bruce MomjianBack out:
2005-05-26 Bruce MomjianDisplay only 9 not 10 digits of precision for timestamp...
2005-05-24 Bruce MomjianRemove more extraneous parentheses in date/time functions.
2005-05-23 Bruce MomjianMore macro cleanups for date/time.
2005-05-23 Bruce MomjianAdd datetime macros for constants, for clarity:
2005-01-11 Tom Laneinterval_out failed to mention 'ago' for negative inter...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-07-05 Michael MeskesAdded free() calls against memory leak in interval.c.
2003-12-21 Bruce MomjianBack out:
2003-12-20 Bruce MomjianIn my mind there were two categories of open issues
2003-10-03 Michael MeskesHide Informix datatypes. They are not seen by our built...
2003-09-09 Michael Meskes- Added Dave patch for Informix handling of numeric...
2003-08-04 Bruce Momjianpgindent run.
2003-07-02 Michael MeskesFixed initialization bug and added postgres_fe.h to...
2003-06-25 Michael MeskesThe remaining files ...
2003-04-01 Michael MeskesMore patches for informix compatibility.
2003-03-30 Michael MeskesForgot two new files and one that was moved.