summaryrefslogtreecommitdiff
path: root/src/test/modules/plsample/plsample.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-04-07Extend plsample example to include a trigger handler.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-18Fix use-after-release issue in PL/SampleMichael Paquier
2020-08-18Add PL/Sample to src/test/modules/Michael Paquier