aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython.h
Commit message (Expand)AuthorAge
* Update copyright for 2021Bruce Momjian2021-01-02
* Remove support for Python older than 2.6Peter Eisentraut2020-01-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut2019-10-07
* Fix assorted header files that failed to compile standalone.Tom Lane2019-05-31
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix omissions in snprintf.c's coverage of standard *printf functions.Tom Lane2018-10-08
* Clean up *printf macros to avoid conflict with format archetypes.Tom Lane2018-09-26
* Always use our own versions of *printf().Tom Lane2018-09-26
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-26
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-18
* Add transforms featurePeter Eisentraut2015-04-26
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Python 2.2 is no longer supportedPeter Eisentraut2012-05-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Split plpython.c into smaller piecesPeter Eisentraut2011-12-18
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-31
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Error message editing in src/pl. The plpython module could use anotherTom Lane2003-07-25
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Change made to elog:Bruce Momjian2002-03-06
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* PL/Python integration: support in create/droplang, add CVS keywords,Peter Eisentraut2001-05-12
* Add plpython code.Bruce Momjian2001-05-09