summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_util.c
AgeCommit message (Expand)Author
2022-03-08plpython: Code cleanup related to removal of Python 2 support.Andres Freund
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-02-16Remove some inappropriate #includes.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2015-11-05Fix memory leaks in PL/Python.Tom Lane
2015-04-26Add transforms featurePeter Eisentraut
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-23Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2012-08-06Perform conversion from Python unicode to string/bytes object via UTF-8.Heikki Linnakangas
2012-07-05Revert part of the previous patch that avoided using PLy_elog().Heikki Linnakangas
2012-07-05Fix mapping of PostgreSQL encodings to Python encodings.Heikki Linnakangas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2011-12-18Split plpython.c into smaller piecesPeter Eisentraut