]> granicus.if.org Git - postgresql/history - src/pl
Further fix interaction of Perl and stdbool.h
[postgresql] / src / pl /
2018-03-23 Peter EisentrautFurther fix interaction of Perl and stdbool.h
2018-03-23 Tom LaneFix make rules that generate multiple output files.
2018-03-23 Peter EisentrautFix interaction of Perl and stdbool.h
2018-03-23 Peter EisentrautUse stdbool.h if suitable
2018-03-17 Tom LaneFix overflow handling in plpgsql's integer FOR loops.
2018-03-15 Peter EisentrautFix more format truncation issues
2018-03-14 Peter EisentrautFix compiler warning
2018-03-14 Peter EisentrautSupport INOUT arguments in procedures
2018-03-05 Peter EisentrautRemove some obsolete procedure-specific code from PLs
2018-03-04 Peter EisentrautPL/pgSQL: Simplify RETURN checking for procedures
2018-03-02 Peter EisentrautAdd prokind column, replacing proisagg and proiswindow
2018-02-26 Peter EisentrautFix typo in internal error message
2018-02-23 Peter EisentrautSupport parameters in CALL
2018-02-16 Tom LaneRemove some inappropriate #includes.
2018-02-15 Tom LaneFix plpgsql to enforce domain checks when returning...
2018-02-14 Tom LaneRevert "Stabilize output of new regression test case".
2018-02-14 Tom LaneStabilize new plpgsql_record regression tests.
2018-02-14 Tom LaneFix broken logic for reporting PL/Python function names...
2018-02-14 Tom LaneSupport CONSTANT/NOT NULL/initial value for plpgsql...
2018-02-14 Tom LaneSpeed up plpgsql trigger startup by introducing "promises".
2018-02-14 Tom LaneSpeed up plpgsql function startup by doing fewer pallocs.
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-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-10 Peter EisentrautUse portal pinning in PL/Perl and PL/Python
2018-01-10 Peter EisentrautRevert "Move portal pinning from PL/pgSQL to SPI"
2018-01-10 Peter EisentrautMove portal pinning from PL/pgSQL to SPI
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-31 Tom LaneMerge coding of return/exit/continue cases in plpgsql...
2017-12-31 Tom LaneImprove regression tests' code coverage for plpgsql...
2017-12-21 Tom LaneRearrange execution of PARAM_EXTERN Params for plpgsql...
2017-12-21 Tom LaneAvoid putting build-location-dependent strings into...
2017-12-16 Tom LaneFix oversights in new plpgsql test suite infrastructure.
2017-12-13 Tom LaneRethink MemoryContext creation to improve performance.
2017-12-13 Peter EisentrautStart a separate test suite for plpgsql
2017-12-13 Peter EisentrautPL/Python: Fix potential NULL pointer dereference
2017-12-09 Tom LaneFix plpgsql to reinitialize record variables at block...
2017-12-08 Tom LaneIn plpgsql, unify duplicate variables for record and...
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-29 Robert HaasUpdate typedefs.list and re-run pgindent
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-24 Noah MischSupport linking with MinGW-built Perl.
2017-11-18 Peter EisentrautConsistently catch errors from Python _New() functions
2017-11-16 Tom LaneMake PL/Python handle domain-type conversions correctly.
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-28 Tom LaneSupport domains over composite types in PL/Perl.
2017-10-27 Robert HaasAllow parallel query for prepared statements with gener...
2017-10-26 Tom LaneSupport domains over composite types in PL/Tcl.
2017-09-29 Peter EisentrautUse Py_RETURN_NONE where suitable
2017-09-27 Peter EisentrautFix plperl build
2017-09-27 Peter EisentrautImprove vpath support in plperl build
2017-09-11 Tom LanePrefer argument name over "$n" for the refname of a...
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-08-15 Tom LaneMake simpler-simple-expressions code cope with a Gather...
2017-08-15 Tom LaneSimplify plpgsql's check for simple expressions.
2017-08-07 Peter EisentrautTranslation updates
2017-08-04 Peter EisentrautMessage style improvements
2017-07-31 Tom LaneTighten coding for non-composite case in plperl's retur...
2017-07-28 Tom LanePL/Perl portability fix: absorb relevant -D switches...
2017-07-28 Tom LanePL/Perl portability fix: avoid including XSUB.h in...
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-06-14 Dean RasheedTeach PL/pgSQL about partitioned tables.
2017-05-25 Alvaro HerreraUpdate expected file
2017-05-25 Alvaro HerreraFix message case
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgperltidy run
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-15 Peter EisentrautTranslation updates
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-05 Peter EisentrautCapitalize names of PLs consistently
2017-04-04 Kevin GrittnerFollow-on cleanup for the transition table patch.
2017-04-01 Kevin GrittnerAdd transition table support to plpgsql.
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-26 Tom LaneUpdate some obsolete comments.
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-24 Robert HaasImprove access to parallel query from procedural languages.
2017-03-24 Robert Haasplpgsql: Don't generate parallel plans for RETURN QUERY.
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-03-11 Tom LaneAdd a "subtransaction" command to PL/Tcl.
2017-03-08 Tom LaneBring plpgsql into line with header inclusion policy.
2017-03-07 Tom LaneInvent start_proc parameters for PL/Tcl.
2017-02-27 Tom LaneRemove PL/Tcl's "module" facility.
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-02-21 Peter EisentrautMake more use of castNode()
2017-02-21 Peter EisentrautDrop support for Python 2.3
2017-02-19 Tom LaneAdjust PL/Tcl regression test to dodge a possible bug...
2017-02-06 Heikki LinnakangasFix typos in comments.
next