]> granicus.if.org Git - postgresql/history - src/interfaces/ecpg/pgtypeslib/dt.h
ecpg: Move function prototype into header file
[postgresql] / src / interfaces / ecpg / pgtypeslib / dt.h
2013-07-23 Peter Eisentrautecpg: Move function prototype into header file
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-14 Peter EisentrautImprove EncodeDateTime and EncodeTimeOnly APIs
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-26 Tom LaneRemove unused declarations of EncodeTimeOnly and Decode...
2009-05-20 Michael MeskesRemoved some unneeded variables and comparisons
2009-02-04 Michael MeskesAdded result checks for calls to gmtime().
2008-11-26 Michael MeskesApplied patch by Ron Mayer <rm_pg@cheapcomplexdevices...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-22 Michael MeskesMore cleaning up and removed some duplicates.
2007-08-14 Michael Meskes- Finished major rewrite to use new protocol version
2007-02-19 Bruce MomjianAdd "isodow" option to EXTRACT() and date_part() where...
2007-02-16 Bruce MomjianAdd two new format fields for use with to_char(), to_da...
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-08 Bruce MomjianAdd spacing around operators.
2005-07-22 Bruce MomjianUpdate date/time comments.
2005-07-22 Bruce MomjianCode spacing improvement, particularly *tm spacing.
2005-07-21 Bruce MomjianMore comment update of time macros.
2005-07-21 Bruce MomjianUpdate DAYS_PER_MONTH comment.
2005-07-21 Bruce MomjianAdd comment about void* use in MemSet.
2005-07-21 Bruce MomjianAdd comment marking non-exact time conversion macros.
2005-07-21 Bruce MomjianAdd time/date macros for code clarity:
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-23 Bruce MomjianMore macro cleanups for date/time.
2004-12-23 Michael MeskesAdded PGTYPEStimestamp_add_interval written by Dave...
2004-09-08 Bruce MomjianUse _timezone global on Cygwin instead of timezone.
2004-09-01 Bruce MomjianBack out Cygwin timezone change until we have a more...
2004-09-01 Bruce MomjianCast _timezone to int from time_t for Cygwin.
2004-01-19 Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2003-12-21 Bruce MomjianBack out:
2003-12-20 Bruce MomjianIn my mind there were two categories of open issues
2003-10-05 Michael MeskesFixed bug in day of week processing.
2003-09-09 Michael Meskes- Added Dave patch for Informix handling of numeric...
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneFix inconsistent static-vs-not-static declarations.
2003-08-01 Tom LaneFix compile warning.
2003-07-17 Tom LaneAdd an upper limit to IS_VALID_JULIAN() to defend again...
2003-07-17 Tom LaneMake EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow...
2003-07-04 Tom LaneFix missing code for HAVE_INT64_TIMESTAMP.
2003-06-25 Michael MeskesThe remaining files ...
2003-05-09 Bruce MomjianAdd rint() to /port, remove from qnx/.
2003-04-18 Bruce MomjianMake Win32 tests to match existing Cygwin tests, where...
2003-04-01 Michael MeskesMore patches for informix compatibility.
2003-03-30 Michael MeskesMoved Informix stuff to its own compat library. Interva...
2003-03-20 Michael MeskesStarted adding date and timestamp.