index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
spi
Commit message (
Expand
)
Author
Age
*
Move contrib/spi testing from core regression tests to contrib/spi.
Tom Lane
2025-04-08
*
Fix some issues in contrib/spi/refint.c.
Tom Lane
2025-04-07
*
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-03-26
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-10-28
*
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-09-09
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
meson: Install missing example files
Peter Eisentraut
2023-11-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-02-19
*
Remove dependency to system calls for memory allocation in refint
Michael Paquier
2020-01-08
*
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-10-24
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix more strcmp() calls using boolean-like comparisons for result checks
Michael Paquier
2019-04-12
*
Remove timetravel extension.
Andres Freund
2018-10-11
*
Hand code string to integer conversion for performance.
Andres Freund
2018-07-22
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
*
Remove dead assignment
Peter Eisentraut
2018-01-29
*
Document and use SPI_result_code_string()
Peter Eisentraut
2017-10-04
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-08
*
Make SPI_fnumber() reject dropped columns.
Tom Lane
2016-11-08
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
*
Fix typos in some error messages thrown by extension scripts when fed to psql.
Andres Freund
2014-08-25
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-10-12
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Recode non-ASCII characters in source to UTF-8
Peter Eisentraut
2011-05-31
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
[next]