summaryrefslogtreecommitdiff
path: root/contrib/spi/refint.c
AgeCommit message (Expand)Author
2025-04-07Fix some issues in contrib/spi/refint.c.Tom Lane
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2020-01-08Remove dependency to system calls for memory allocation in refintMichael Paquier
2019-04-12Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier
2018-07-22Hand code string to integer conversion for performance.Andres Freund
2018-01-30Remove dead assignmentPeter Eisentraut
2017-10-05Document and use SPI_result_code_string()Peter Eisentraut
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-11-08Make SPI_fnumber() reject dropped columns.Tom Lane
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2013-10-13Add use of asprintf()Peter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2010-10-08Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-07Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2007-03-15Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2006-07-11Alphabetically order reference to include files, "N" - "S".Bruce Momjian
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2002-10-03Restore NOTICEs that were mistakenly removed from triggers regressionTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
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-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian
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-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-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