summaryrefslogtreecommitdiff
path: root/contrib/isn
AgeCommit message (Expand)Author
2025-09-22Fix various incorrect filename referencesDavid Rowley
2025-07-01Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate.Jeff Davis
2025-06-11Revert a few small patches that were intended for version 19.Jeff Davis
2025-06-10isn.c: use pg_ascii_toupper() instead of toupper().Jeff Davis
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-03-16contrib/isn: Make weak mode a GUC setting, and fix related functions.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-07-02Convert some extern variables to staticPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-25Fix thinko in 720e0327bcAndrew Dunstan
2022-12-24Convert contrib/isn's input functions to report errors softlyAndrew Dunstan
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-01-02Update copyright for 2019Bruce Momjian
2018-07-31Provide for contrib and pgxs modules to install include files.Andrew Gierth
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-09-15isn: Fix debug codePeter Eisentraut
2017-09-13Distinguish selectivity of < from <= and > from >=.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-30Fix wording in amvalidate error messagesAlvaro Herrera
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-09-30Remove unnecessary prototypesPeter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-06-07Update isn extension for parallel query.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-08-03contrib/isn now needs a .gitignore file.Tom Lane
2015-08-02Fix output of ISBN-13 numbers beginning with 979.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
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-01-13Fix calculation of ISMN check digit.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian