]> granicus.if.org Git - postgresql/history - src/pl
Use C99 designated initializers for some structs
[postgresql] / src / pl /
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-27 Peter EisentrautFix snapshot leak warning for some procedures
2018-08-24 Andres FreundRemove test for VA_ARGS, implied by C99.
2018-08-23 Peter EisentrautPL/pgSQL: Extend test case
2018-07-26 Tom LaneProvide plpgsql tests for cases involving record field...
2018-07-24 Tomas VondraAdd strict_multi_assignment and too_many_rows plpgsql...
2018-07-23 Andres FreundMop-up for 3522d0eaba5, which missed some alternative...
2018-07-22 Andres FreundDeduplicate "invalid input syntax" messages for various...
2018-07-18 Heikki LinnakangasFix misc typos, mostly in comments.
2018-07-13 Peter EisentrautProhibit transaction commands in security definer proce...
2018-07-06 Peter EisentrautFix assert in nested SQL procedure call
2018-06-26 Peter EisentrautReword SPI_ERROR_TRANSACTION errors in PL/pgSQL
2018-06-18 Tom LaneAllow plperl_sv_to_datum to look through scalar refs.
2018-05-27 Andrew DunstanDon't fall off the end of perl functions
2018-05-25 Tom LaneFix misidentification of SQL statement type in plpgsql...
2018-05-21 Peter EisentrautTranslation updates
2018-05-18 Tom LaneSmall improvement for plpgsql regression test.
2018-05-16 Tom LaneDetoast plpgsql variables if they might live across...
2018-05-07 Andrew DunstanClean up some perlcritic warnings
2018-05-04 Peter EisentrautUpdate expected files for older Python versions
2018-05-03 Peter EisentrautTweak tests to support Python 3.7
2018-05-02 Tom LaneSuppress some compiler warnings in plperl on Windows.
2018-05-01 Tom LaneClean up warnings from -Wimplicit-fallthrough.
2018-04-30 Peter EisentrautRemove plperl isnan hack
2018-04-27 Peter Eisentrautperltidy: Add option --nooutdent-long-comments
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-14 Peter EisentrautSupport named and default arguments in CALL
2018-04-12 Tom LaneFix YA parallel-make hazard, this one in "make check...
2018-04-12 Simon RiggsRevert MERGE patch
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-05 Peter EisentrautPL/pgSQL: Add support for SET TRANSACTION
2018-04-05 Peter EisentrautFix plan cache issue in PL/pgSQL CALL
2018-04-03 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Simon RiggsRevert "Modified files for MERGE"
2018-04-02 Simon RiggsModified files for MERGE
2018-04-01 Tom LaneFix a boatload of typos in C comments.
2018-03-28 Peter EisentrautAllow committing inside cursor loop
2018-03-28 Peter EisentrautPL/pgSQL: Nested CALL with transactions
2018-03-27 Tom LaneAllow memory contexts to have both fixed and variable...
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
next