TopicMailing ListsActivityParticipants
1 commit
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
2018-03Committed
Patch#1439
CINot processed
CommitterTom Lane (tgl)
Converting plpgsql to use DTYPE_REC for named composite typeshackers
hackers
9 replies
Feb 13, 2018
Tom LanePavel Stehule
2 commits
Speed up plpgsql trigger startup by introducing "promises".
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Speed up plpgsql function startup by doing fewer pallocs.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
2018-03Committed
Patch#1440
CINot processed
ReviewersPavel Stehule (okbobcz)
CommitterTom Lane (tgl)
plpgsql function startup-time improvementshackers
hackers
8 replies
Jan 25, 2018
Tom LaneTelsPavel StehulePeter Eisentraut
1 commit
Support CONSTANT/NOT NULL/initial value for plpgsql composite variables.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
2018-03Committed
Patch#1453
CINot processed
ReviewersDaniel Gustafsson (d_gustafsson)
CommitterTom Lane (tgl)
CONSTANT/NOT NULL/initializer properties for plpgsql record variableshackers
hackers
5 replies
Jan 25, 2018
Tom LaneDaniel GustafssonDavid G. Johnston
2 commits
Merge coding of return/exit/continue cases in plpgsql's loop statements.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Improve regression tests' code coverage for plpgsql control structures.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Better testing coverage and unified coding for plpgsql loopshackers
hackers
11 replies
Jan 03, 2018
Tom LaneAlvaro HerreraRobert HaasPavel StehuleDarafei "Komяpa" Praliaskouski
comitters
0 replies
Dec 31, 2017
Tom Lane
comitters
0 replies
Dec 31, 2017
Tom Lane
hackers
2 replies
Dec 29, 2017
Tom LaneJack Christensen