summaryrefslogtreecommitdiff
path: root/contrib/spi
Commit message (Expand)AuthorAgeFilesLines
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-195-29/+4
* Remove dependency to system calls for memory allocation in refintMichael Paquier2020-01-081-6/+20
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-1/+1
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-1/+1
* Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier2019-04-121-3/+6
* Remove timetravel extension.Andres Freund2018-10-116-670/+3
* Hand code string to integer conversion for performance.Andres Freund2018-07-221-1/+1
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-2/+0
* Remove dead assignmentPeter Eisentraut2018-01-291-1/+0
* Document and use SPI_result_code_string()Peter Eisentraut2017-10-042-4/+4
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-052-3/+3
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-212-2/+2
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+1
* Spelling fixes in code commentsPeter Eisentraut2017-03-141-1/+1
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-121-1/+1
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-1/+1
* Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane2016-11-084-38/+33
* Make SPI_fnumber() reject dropped columns.Tom Lane2016-11-085-8/+9
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-121-1/+1
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+1
* Add new OID alias type regroleAndrew Dunstan2015-05-092-2/+2
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-211-9/+16
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-255-5/+5
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-0/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-185-13/+0
* Add use of asprintf()Peter Eisentraut2013-10-132-4/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+1
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-1210-0/+30
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-162-12/+9
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-045-0/+5
* Recode non-ASCII characters in source to UTF-8Peter Eisentraut2011-05-311-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-135-8/+8
* Convert contrib modules to use the extension facility.Tom Lane2011-02-1320-41/+72
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-238-31/+31
* Allow moddatetime's target column to be of type timestamptz.Tom Lane2010-11-041-14/+22
* Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane2010-10-085-17/+17
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-2011-11/+11
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-1/+0
* Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane2010-07-051-3/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-113-10/+10
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-075-24/+34
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-173-0/+9
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-253-6/+4