summaryrefslogtreecommitdiff
path: root/contrib/spi
AgeCommit message (Expand)Author
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-01-08Remove dependency to system calls for memory allocation in refintMichael Paquier
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-04-12Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier
2018-10-11Remove timetravel extension.Andres Freund
2018-07-22Hand code string to integer conversion for performance.Andres Freund
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
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-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2016-11-08Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane
2016-11-08Make SPI_fnumber() reject dropped columns.Tom Lane
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-02-21Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
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-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-05-31Recode non-ASCII characters in source to UTF-8Peter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-04Allow moddatetime's target column to be of type timestamptz.Tom Lane
2010-10-08Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-07-05Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane
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