]> granicus.if.org Git - postgresql/history - contrib/spi/refint.c
Fix more strcmp() calls using boolean-like comparisons for result checks
[postgresql] / contrib / spi / refint.c
2019-04-12 Michael PaquierFix more strcmp() calls using boolean-like comparisons...
2018-07-22 Andres FreundHand code string to integer conversion for performance.
2018-01-30 Peter EisentrautRemove dead assignment
2017-10-05 Peter EisentrautDocument and use SPI_result_code_string()
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-02-06 Heikki LinnakangasFix typos in comments.
2016-11-08 Tom LaneMake SPI_fnumber() reject dropped columns.
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2013-10-13 Peter EisentrautAdd use of asprintf()
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2010-10-08 Tom LaneFix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
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...
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...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2003-08-04 Bruce Momjianpgindent run.
2003-07-24 Tom LaneError message editing in contrib (mostly by Joe Conway...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2002-10-03 Tom LaneRestore NOTICEs that were mistakenly removed from trigg...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
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-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
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-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
1999-05-25 Bruce Momjianpgindent run over code.
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-10-06 Bruce Momjian> > There is a bug in check_foreign_key of refint.c...
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-06 Bruce MomjianChange some labels in bootparse to make ctags happy...
1997-09-12 Vadim B. Mikheevchar* --> Datum
1997-09-11 Vadim B. MikheevGeneral trigger functions for referential integrity.