aboutsummaryrefslogtreecommitdiff
path: root/contrib/spi/timetravel.c
Commit message (Expand)AuthorAge
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* pgindent run for 9.4Bruce Momjian2014-05-06
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Add use of asprintf()Peter Eisentraut2013-10-13
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Recode non-ASCII characters in source to UTF-8Peter Eisentraut2011-05-31
* Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane2010-10-08
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-07
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-15
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-07
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* on my timetravel.c I find a bug: after theBruce Momjian2003-09-11
* pgindent run.Bruce Momjian2003-08-04
* Remove unportable // comments.Tom Lane2003-07-27
* Cleanup of timetravel compile warnings.Bruce Momjian2003-07-27
* Here is 4 file in tgz:Bruce Momjian2003-07-27
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* pgindent run.Bruce Momjian2002-09-04
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* The attached patch changes most of the usages of sprintf() toBruce Momjian2002-08-15
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-29
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian1998-01-06
* General function for SERIAL/IDENTITY/AUTOINCREMENT feature.Vadim B. Mikheev1997-10-02
* General trigger functions for time-travelVadim B. Mikheev1997-09-24