index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
ltree_plpython
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
meson: Add windows resource files
Andres Freund
2022-10-05
1
-0
/
+6
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+37
*
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-17
1
-2
/
+0
*
plpython: Code cleanup related to removal of Python 2 support.
Andres Freund
2022-03-07
1
-5
/
+1
*
plpython: Remove regression test infrastructure for Python 2.
Andres Freund
2022-03-07
4
-17
/
+9
*
plpython: Remove plpythonu, plpython2u and associated transform extensions.
Andres Freund
2022-03-07
5
-38
/
+2
*
Improve error messages in ltree_in and lquery_in.
Tom Lane
2020-03-31
1
-1
/
+1
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
1
-1
/
+3
*
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-10-24
1
-1
/
+1
*
Fix out-of-tree build for transform modules.
Andrew Gierth
2018-09-16
2
-3
/
+5
*
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-03
1
-1
/
+1
*
Consistently catch errors from Python _New() functions
Peter Eisentraut
2017-11-18
1
-0
/
+4
*
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-18
1
-1
/
+1
*
Code review for avoidance of direct cross-module links.
Noah Misch
2017-02-02
1
-6
/
+1
*
Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.
Tom Lane
2016-10-04
5
-25
/
+38
*
Minor fixes in contrib installation scripts.
Tom Lane
2016-06-14
3
-0
/
+15
*
Use LOAD not actual code execution to pull in plpython library.
Tom Lane
2016-01-11
3
-3
/
+3
*
Sort $(wildcard) output where needed for reproducible build output.
Tom Lane
2016-01-05
1
-2
/
+2
*
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-10-03
2
-4
/
+3
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
1
-2
/
+0
*
Enable transforms modules to build and test on Cygwin.
Andrew Dunstan
2015-07-18
1
-0
/
+5
*
AIX: Link TRANSFORM modules with their dependencies.
Noah Misch
2015-07-15
1
-1
/
+6
*
MinGW: Link ltree_plpython with plpython.
Noah Misch
2015-07-15
1
-1
/
+1
*
Remove no-longer-required function declarations.
Tom Lane
2015-05-24
1
-1
/
+0
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-1
/
+1
*
Use += not = to set makefile variables after including base makefiles.
Tom Lane
2015-05-17
1
-2
/
+2
*
Enable transforms modules to build and run with Mingw builds.
Andrew Dunstan
2015-05-03
1
-1
/
+7
*
Add transforms feature
Peter Eisentraut
2015-04-26
11
-0
/
+205