summaryrefslogtreecommitdiff
path: root/contrib/spi
AgeCommit message (Expand)Author
2002-09-04pgindent run.Bruce Momjian
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-15The attached patch changes most of the usages of sprintf() toBruce Momjian
2002-05-03Remove the last traces of datatypes datetime and timespan.Tom Lane
2002-03-06Change made to elog:Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-06To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut
2001-08-16Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane
2001-04-04Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane
2001-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2000-12-04Seems to have been missed in GetPgUserName updates.Tom Lane
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-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-08-03More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut
2000-07-05Update textin() and textout() to new fmgr style. This is just phaseTom Lane
2000-07-04Makefile cleanup from Karel.Bruce Momjian
2000-07-03 Very small changes in the contrib's pg_dumplo in the attache.Bruce Momjian
2000-06-19Remove old README files.Bruce Momjian
2000-06-19Add missing /contrib filesBruce Momjian
2000-06-19Update to /contrib from Karel.Bruce Momjian
2000-06-16Cleanup README Makefile installs.Bruce Momjian
2000-06-15Add missing /contrib files to CVS.Bruce Momjian
2000-06-15/contrib patch from Karel.Bruce Momjian
2000-06-11Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane
2000-06-09Another round of updates for new fmgr, mostly in the datetime code.Tom Lane
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-29Second round of fmgr changes: triggers are now invoked in new style,Tom Lane
1999-05-25pgindent run over code.Bruce Momjian
1999-05-17Updates for 6.5.Bruce Momjian
1999-05-16Undo collateral damage from recent patch: Makefile hadTom Lane
1999-05-12I am sorry, I misinterpreted the still failing trigger regression test.Bruce Momjian
1999-05-10I send you a attach of my modified refint.c thatBruce Momjian
1999-03-15Hi All,Bruce Momjian
1998-12-14OK, here is a diff for the README file in /usr/src/pgsql/contrib/spi/.Bruce Momjian
1998-12-12New moddatetime contrib from Terry Mackintosh.Bruce Momjian
1998-10-06> > There is a bug in check_foreign_key of refint.c which is bundled withBruce Momjian
1998-04-22From: Jun Kuwamura <juk@rccm.co.jp>Marc G. Fournier
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-14From: plh@opim.uconn.eduMarc G. Fournier
1998-01-17From: "Michael J. Maravillo" <mmj@philonline.com>Marc G. Fournier
1998-01-06Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian
1997-10-17Trigger function for inserting user names.Vadim B. Mikheev
1997-10-02General function for SERIAL/IDENTITY/AUTOINCREMENT feature.Vadim B. Mikheev