Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-27Remove circular #include's between plpython.h and plpy_util.h.Tom Lane
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-09Use @extschema:name@ notation in contrib transform modules.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
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-03-08plpython: Code cleanup related to removal of Python 2 support.Andres Freund
2022-03-08plpython: Remove regression test infrastructure for Python 2.Andres Freund
2022-03-08plpython: Remove plpythonu, plpython2u and associated transform extensions.Andres Freund
2020-03-31Improve error messages in ltree_in and lquery_in.Tom Lane
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2018-09-16Fix out-of-tree build for transform modules.Andrew Gierth
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2017-11-18Consistently catch errors from Python _New() functionsPeter Eisentraut
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-02-02Code review for avoidance of direct cross-module links.Noah Misch
2016-10-04Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane
2016-06-14Minor fixes in contrib installation scripts.Tom Lane
2016-01-12Use LOAD not actual code execution to pull in plpython library.Tom Lane
2016-01-05Sort $(wildcard) output where needed for reproducible build output.Tom Lane
2015-10-03Add CASCADE support for CREATE EXTENSION.Andres Freund
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-07-18Enable transforms modules to build and test on Cygwin.Andrew Dunstan
2015-07-16AIX: Link TRANSFORM modules with their dependencies.Noah Misch
2015-07-16MinGW: Link ltree_plpython with plpython.Noah Misch
2015-05-24Remove no-longer-required function declarations.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-18Use += not = to set makefile variables after including base makefiles.Tom Lane
2015-05-03Enable transforms modules to build and run with Mingw builds.Andrew Dunstan
2015-04-26Add transforms featurePeter Eisentraut