summaryrefslogtreecommitdiff
path: root/contrib/spi/moddatetime.c
Commit message (Expand)AuthorAgeFilesLines
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-1/+1
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-1/+1
* Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane2016-11-081-14/+7
* Make SPI_fnumber() reject dropped columns.Tom Lane2016-11-081-2/+2
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-2/+0
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Allow moddatetime's target column to be of type timestamptz.Tom Lane2010-11-041-14/+22
* Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane2010-10-081-4/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-071-3/+5
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-3/+3
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-5/+4
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-10/+21
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-3/+3
* Call timestamp_in with proper arguments, per gripe from Mark Halliwell.Tom Lane2003-01-091-2/+4
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-1/+1
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-0/+2
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-1/+2
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-22/+20
* pgindent run over code.Bruce Momjian1999-05-251-23/+27
* New moddatetime contrib from Terry Mackintosh.Bruce Momjian1998-12-121-0/+106