aboutsummaryrefslogtreecommitdiff
path: root/contrib/spi
Commit message (Expand)AuthorAge
* Move contrib/spi testing from core regression tests to contrib/spi.Tom Lane2025-04-08
* Fix some issues in contrib/spi/refint.c.Tom Lane2025-04-07
* Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane2025-03-26
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut2024-10-28
* Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane2024-09-09
* Update copyright for 2024Bruce Momjian2024-01-03
* meson: Install missing example filesPeter Eisentraut2023-11-09
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* meson: Add windows resource filesAndres Freund2022-10-05
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-19
* Remove dependency to system calls for memory allocation in refintMichael Paquier2020-01-08
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-24
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Fix more strcmp() calls using boolean-like comparisons for result checksMichael Paquier2019-04-12
* Remove timetravel extension.Andres Freund2018-10-11
* Hand code string to integer conversion for performance.Andres Freund2018-07-22
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* 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
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane2016-11-08
* Make SPI_fnumber() reject dropped columns.Tom Lane2016-11-08
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-25
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* 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
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-12
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Recode non-ASCII characters in source to UTF-8Peter Eisentraut2011-05-31
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10