]> granicus.if.org Git - postgresql/history - src/pl/plpython
Use C99 designated initializers for some structs
[postgresql] / src / pl / plpython /
2018-09-07 Peter EisentrautUse C99 designated initializers for some structs
2018-09-05 Peter EisentrautPL/Python: Remove use of simple slicing API
2018-08-24 Andres FreundRemove test for VA_ARGS, implied by C99.
2018-07-23 Andres FreundMop-up for 3522d0eaba5, which missed some alternative...
2018-07-22 Andres FreundDeduplicate "invalid input syntax" messages for various...
2018-05-21 Peter EisentrautTranslation updates
2018-05-04 Peter EisentrautUpdate expected files for older Python versions
2018-05-03 Peter EisentrautTweak tests to support Python 3.7
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-12 Tom LaneFix YA parallel-make hazard, this one in "make check...
2018-04-10 Tom LanePut back parallel-safety guards in plpython and src...
2018-04-09 Tom LaneFix partial-build problems introduced by having more...
2018-04-08 Tom LaneMerge catalog/pg_foo_fn.h headers back into pg_foo...
2018-04-01 Tom LaneFix a boatload of typos in C comments.
2018-03-28 Peter EisentrautAllow committing inside cursor loop
2018-03-27 Tom LaneAllow memory contexts to have both fixed and variable...
2018-03-14 Peter EisentrautSupport INOUT arguments in procedures
2018-03-05 Peter EisentrautRemove some obsolete procedure-specific code from PLs
2018-03-02 Peter EisentrautAdd prokind column, replacing proisagg and proiswindow
2018-02-16 Tom LaneRemove some inappropriate #includes.
2018-02-14 Tom LaneFix broken logic for reporting PL/Python function names...
2018-02-13 Tom LaneMake plpgsql use its DTYPE_REC code paths for composite...
2018-01-22 Peter EisentrautPL/Python: Fix tests for older Python versions
2018-01-22 Peter EisentrautTransaction control in PL procedures
2018-01-20 Peter EisentrautImprove type conversion of SPI_processed in Python
2018-01-19 Peter EisentrautPL/Python: Simplify PLyLong_FromInt64
2018-01-10 Peter EisentrautUse portal pinning in PL/Perl and PL/Python
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-13 Tom LaneRethink MemoryContext creation to improve performance.
2017-12-13 Peter EisentrautPL/Python: Fix potential NULL pointer dereference
2017-12-03 Tom LaneFix uninitialized-variable compiler warning induced...
2017-11-30 Peter EisentrautSQL procedures
2017-11-29 Peter EisentrautPL/Python: Fix remaining scan-build warnings
2017-11-29 Peter EisentrautAdd compiler hints to PLy_elog()
2017-11-28 Peter EisentrautRevert "PL/Python: Fix potential NULL pointer dereference"
2017-11-28 Peter EisentrautPL/Python: Fix potential NULL pointer dereference
2017-11-18 Peter EisentrautConsistently catch errors from Python _New() functions
2017-11-16 Tom LaneMake PL/Python handle domain-type conversions correctly.
2017-09-29 Peter EisentrautUse Py_RETURN_NONE where suitable
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-08-07 Peter EisentrautTranslation updates
2017-08-04 Peter EisentrautMessage style improvements
2017-07-10 Alvaro HerreraTranslation updates
2017-06-30 Peter EisentrautPL/Python: Fix hint about returning composite type...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-25 Alvaro HerreraUpdate expected file
2017-05-25 Alvaro HerreraFix message case
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-15 Peter EisentrautTranslation updates
2017-04-04 Kevin GrittnerFollow-on cleanup for the transition table patch.
2017-03-27 Peter EisentrautPL/Python: Add cursor and execute methods to plan object
2017-03-27 Peter EisentrautClean up Perl code according to perlcritic
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-02-21 Peter EisentrautDrop support for Python 2.3
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-19 Andres FreundAdapt python regression tests to 69f4b9c85f16.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-09 Tom LaneBe more careful about Python refcounts while creating...
2016-11-08 Tom LaneSimplify code by getting rid of SPI_push, SPI_pop,...
2016-11-08 Tom LaneUse heap_modify_tuple not SPI_modifytuple in pl/python...
2016-10-27 Peter EisentrautAdd function name to PyArg_ParseTuple()
2016-10-27 Peter EisentrautFormat PL/Python module contents test vertically
2016-10-26 Heikki LinnakangasRemove platform-dependent PL/python test case.
2016-10-26 Heikki LinnakangasOnly treat Python Lists as array dimensions.
2016-10-26 Heikki LinnakangasAvoid using platform-dependent floats in test case.
2016-10-26 Heikki LinnakangasFix regression test to also work with Python 2.
2016-10-26 Heikki LinnakangasGive a hint, when [] is incorrectly used for a composit...
2016-10-26 Heikki LinnakangasSupport multi-dimensional arrays in PL/python.
2016-10-13 Andres FreundFix further hash table order dependent tests.
2016-10-01 Tom LaneFix misplacement of submake-generated-headers prerequis...
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-15 Tom LaneFinal pgindent + perltidy run for 9.6.
2016-08-08 Peter EisentrautTranslation updates
2016-07-18 Peter EisentrautTranslation updates
2016-07-03 Peter EisentrautPL/Python: Report argument parsing errors using exceptions
2016-07-01 Tom LaneProvide and use a makefile target to build all generate...
2016-06-20 Peter EisentrautTranslation updates
2016-06-15 Peter EisentrautPL/Python: Clean up extended error reporting docs and...
2016-06-11 Peter EisentrautPL/Python: Rename new keyword arguments of plpy.error...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-07 Peter EisentrautPL/Python: Move ereport wrapper test cases to separate...
2016-05-09 Peter EisentrautTranslation updates
2016-04-11 Tom LaneFix freshly-introduced PL/Python portability bug.
2016-04-11 Peter EisentrautFix whitespace
2016-04-11 Tom LaneFix missing "volatile" in PLy_output().
2016-04-11 Tom LaneFix poorly thought-through code from commit 5c3c3cd0a30...
2016-04-11 Tom LaneFix access-to-already-freed-memory issue in plpython...
2016-04-09 Tom LaneFix PL/Python ereport() test to work on Python 2.3.
2016-04-08 Teodor SigaevEnhanced custom error in PLPythonu
2016-04-05 Tom LaneFix PL/Python for recursion and interleaved set-returni...
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-02-17 Tom LaneMake plpython cope with funny characters in function...
2016-01-12 Tom LaneRemove no-longer-needed old-style check for incompatibl...
2016-01-12 Tom LaneAvoid dump/reload problems when using both plpython2...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-05 Tom LaneFix memory leaks in PL/Python.
2015-10-04 Andres FreundFix hstore_plpython test when python3 is used.
next