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
/
hstore_plpython
Commit message (
Expand
)
Author
Age
Files
Lines
*
In hstore_plpython, avoid crashing when return value isn't a mapping.
Tom Lane
2023-04-27
3
-1
/
+29
*
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
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-2
/
+2
*
plpython: Code cleanup related to removal of Python 2 support.
Andres Freund
2022-03-07
1
-8
/
+4
*
plpython: Remove regression test infrastructure for Python 2.
Andres Freund
2022-03-07
4
-28
/
+20
*
plpython: Remove plpythonu, plpython2u and associated transform extensions.
Andres Freund
2022-03-07
5
-52
/
+2
*
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2021-01-25
2
-6
/
+19
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
1
-1
/
+3
*
PG_FINALLY
Peter Eisentraut
2019-11-01
1
-4
/
+1
*
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-10-24
1
-2
/
+2
*
Avoid Python memory leaks in hstore_plpython and jsonb_plpython.
Tom Lane
2019-04-06
1
-5
/
+6
*
Fix volatile vs. pointer confusion
Peter Eisentraut
2019-03-14
1
-5
/
+4
*
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 PL/Python handle domain-type conversions correctly.
Tom Lane
2017-11-16
2
-2
/
+34
*
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-09-18
1
-1
/
+1
*
Drop support for Python 2.3
Peter Eisentraut
2017-02-21
2
-12
/
+4
*
Code review for avoidance of direct cross-module links.
Noah Misch
2017-02-02
1
-6
/
+1
*
Fix hstore_plpython for Python 3.
Tom Lane
2016-10-04
1
-13
/
+21
*
Convert contrib/hstore_plpython to not use direct linking to other modules.
Tom Lane
2016-10-03
5
-25
/
+74
*
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
*
Dodge a macro-name conflict with Perl.
Tom Lane
2015-11-19
1
-3
/
+5
*
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
*
Make Python tests more portable
Peter Eisentraut
2015-05-31
2
-16
/
+8
*
Remove no-longer-required function declarations.
Tom Lane
2015-05-24
1
-2
/
+0
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-7
/
+7
*
Use += not = to set makefile variables after including base makefiles.
Tom Lane
2015-05-17
1
-2
/
+2
*
hstore_plpython: Fix regression tests under Python 3
Peter Eisentraut
2015-05-16
2
-4
/
+4
*
hstore_plpython: Support tests on Python 2.3
Peter Eisentraut
2015-05-04
2
-4
/
+12
*
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
/
+463