aboutsummaryrefslogtreecommitdiff
path: root/contrib/spi/refint.c
Commit message (Expand)AuthorAge
* Remove dead assignmentPeter Eisentraut2018-01-29
* Document and use SPI_result_code_string()Peter Eisentraut2017-10-04
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-05
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Make SPI_fnumber() reject dropped columns.Tom Lane2016-11-08
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Add use of asprintf()Peter Eisentraut2013-10-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* 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
* 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
* 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
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-11
* 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
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-07
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Restore NOTICEs that were mistakenly removed from triggers regressionTom Lane2002-10-03
* 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
* Remove the last traces of datatypes datetime and timespan.Tom Lane2002-05-03
* Change made to elog:Bruce Momjian2002-03-06
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* 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
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-29
* pgindent run over code.Bruce Momjian1999-05-25
* I am sorry, I misinterpreted the still failing trigger regression test.Bruce Momjian1999-05-12
* I send you a attach of my modified refint.c thatBruce Momjian1999-05-10
* Hi All,Bruce Momjian1999-03-15
* > > There is a bug in check_foreign_key of refint.c which is bundled withBruce Momjian1998-10-06
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: plh@opim.uconn.eduMarc G. Fournier1998-02-14
* Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian1998-01-06
* char* --> DatumVadim B. Mikheev1997-09-12
* General trigger functions for referential integrity.Vadim B. Mikheev1997-09-11