summaryrefslogtreecommitdiff
path: root/contrib/spi/timetravel.c
AgeCommit message (Expand)Author
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-05-31Recode non-ASCII characters in source to UTF-8Peter Eisentraut
2010-10-08Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-07Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2007-03-15Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-29Clean up the rather historically encumbered interface to now() andTom Lane
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2003-09-11on my timetravel.c I find a bug: after theBruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-27Remove unportable // comments.Tom Lane
2003-07-27Cleanup of timetravel compile warnings.Bruce Momjian
2003-07-27Here is 4 file in tgz:Bruce Momjian
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-08-15The attached patch changes most of the usages of sprintf() toBruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-08-03More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-01-06Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian
1997-10-02General function for SERIAL/IDENTITY/AUTOINCREMENT feature.Vadim B. Mikheev
1997-09-24General trigger functions for time-travelVadim B. Mikheev