Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
index
:
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
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
/
plpython.h
Age
Commit message (
Expand
)
Author
2025-04-27
Remove circular #include's between plpython.h and plpy_util.h.
Tom Lane
2025-03-14
Activate Python "Limited API" in PL/Python
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-26
Hide warnings from Python headers when using gcc-compatible compiler.
Tom Lane
2023-01-25
plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCE
Andres Freund
2023-01-25
plpython: Avoid the need to redefine *printf macros
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-03-08
plpython: Code cleanup related to removal of Python 2 support.
Andres Freund
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-25
Remove unneeded Python includes
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-01-08
Remove support for Python older than 2.6
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-07
Simplify PGAC_STRUCT_TIMEZONE Autoconf macro
Peter Eisentraut
2019-05-31
Fix assorted header files that failed to compile standalone.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-10-08
Fix omissions in snprintf.c's coverage of standard *printf functions.
Tom Lane
2018-09-26
Clean up *printf macros to avoid conflict with format archetypes.
Tom Lane
2018-09-26
Always use our own versions of *printf().
Tom Lane
2018-09-26
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-19
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-18
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-04-26
Add transforms feature
Peter Eisentraut
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-10
Python 2.2 is no longer supported
Peter Eisentraut
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-18
Split plpython.c into smaller pieces
Peter Eisentraut
2004-07-31
Restructure error handling as recently discussed. It is now really
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-07-25
Error message editing in src/pl. The plpython module could use another
Tom Lane
2003-05-27
Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in
Bruce Momjian
2002-03-06
Change made to elog:
Bruce Momjian
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-10-28
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-05-12
PL/Python integration: support in create/droplang, add CVS keywords,
Peter Eisentraut
2001-05-09
Add plpython code.
Bruce Momjian