OSDN Git Service

Fix typo
[pg-rex/syncrep.git] / contrib / spi /
2011-05-31 Peter EisentrautRecode non-ASCII characters in source to UTF-8
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-04 Tom LaneAllow moddatetime's target column to be of type timesta...
2010-10-08 Tom LaneFix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-07-05 Tom LaneFix a few single-file (MODULES, not MODULE_big) contrib...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-07 Tom LaneFix executor/spi.h to follow our usual conventions...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2007-12-03 Tom LaneRemove contrib/spi/preprocessor, which has been uninter...
2007-12-03 Tom LaneRemove obsoleted README files.
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-03-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2004-11-17 Tom LaneMiscellaneous Cygwin build fixes from Reini Urban.
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-11 Bruce Momjianon my timetravel.c I find a bug: after the
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneRemove unportable // comments.
2003-07-27 Bruce MomjianCleanup of timetravel compile warnings.
2003-07-27 Bruce MomjianHere is 4 file in tgz:
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-06-11 Tom LaneRemove platform-specific executable; does not belong...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-01-09 Tom LaneCall timestamp_in with proper arguments, per gripe...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-10-03 Tom LaneRestore NOTICEs that were mistakenly removed from trigg...
2002-09-05 Tom LaneFix bit-rotted reference to GetUserName() ...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-15 Bruce MomjianThe attached patch changes most of the usages of sprint...
2002-05-03 Tom LaneRemove the last traces of datatypes datetime and timespan.
2002-03-06 Bruce MomjianChange made to elog:
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-06 Peter EisentrautTo fix the perpetually broken makefiles in the contrib...
2001-08-16 Tom LaneSequences are now based on int8, not int4, arithmetic...
2001-04-04 Tom LaneFix/cleanup DLLLIBS handling for Cygwin port. If it...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-20 Peter EisentrautMake sure -L and -I's for our source tree are always...
2000-12-04 Tom LaneSeems to have been missed in GetPgUserName updates.
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-07-09 Peter EisentrautAnother round of those unportable config/build changes :-/
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-07-04 Bruce MomjianMakefile cleanup from Karel.
2000-07-03 Bruce Momjian Very small changes in the contrib's pg_dumplo in the...
2000-06-19 Bruce MomjianRemove old README files.
2000-06-19 Bruce MomjianAdd missing /contrib files
2000-06-19 Bruce MomjianUpdate to /contrib from Karel.
2000-06-16 Bruce MomjianCleanup README Makefile installs.
2000-06-15 Bruce MomjianAdd missing /contrib files to CVS.
2000-06-15 Bruce Momjian/contrib patch from Karel.
2000-06-11 Tom LaneUpdate sequence-related functions to new fmgr style...
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-17 Bruce MomjianUpdates for 6.5.
1999-05-16 Tom LaneUndo collateral damage from recent patch: Makefile had
1999-05-12 Bruce MomjianI am sorry, I misinterpreted the still failing trigger...
1999-05-10 Bruce MomjianI send you a attach of my modified refint.c that
1999-03-15 Bruce MomjianHi All,
1998-12-14 Bruce MomjianOK, here is a diff for the README file in /usr/src...
1998-12-12 Bruce MomjianNew moddatetime contrib from Terry Mackintosh.
1998-10-06 Bruce Momjian> > There is a bug in check_foreign_key of refint.c...
1998-04-22 Marc G. FournierFrom: Jun Kuwamura <juk@rccm.co.jp>
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-14 Marc G. FournierFrom: plh@opim.uconn.edu
1998-01-17 Marc G. FournierFrom: "Michael J. Maravillo" <mmj@philonline.com>
1998-01-06 Bruce MomjianChange some labels in bootparse to make ctags happy...
1997-10-17 Vadim B. MikheevTrigger function for inserting user names.
1997-10-02 Vadim B. MikheevGeneral function for SERIAL/IDENTITY/AUTOINCREMENT...
1997-09-24 Vadim B. MikheevGeneral trigger functions for time-travel
1997-09-12 Vadim B. Mikheevchar* --> Datum
next