TopicMailing ListsActivityParticipants
pageinspect option to forgo buffer locking?
hackers
7 replies
Feb 21, 2018
Andres FreundPeter GeogheganRobert HaasTom Lane
3 commits
Do execGrouping.c via expression eval machinery, take two.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Do execGrouping.c via expression eval machinery.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Introduce ExecQualAndReset() helper.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Expression based grouping equality implementation
Expression based grouping equality implementation
hackers
1 reply
Jan 09, 2018
Andres Freund
1 commit
Simplify representation of aggregate transition values a bit.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
Expression based aggregate transition / combine function invocation
Expression based aggregate transition / combine function invocation
hackers
2 replies
Jan 07, 2018
Andres Freund
1 commit
Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Add some regression tests that exercise hash join code.
pgsql: Add some regression tests that exercise hash join code.
comitters
12 replies
Dec 05, 2017
Thomas MunroAndres FreundTom Lane
1 commit
Fix handling of NULLs returned by aggregate combine functions.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+4 more
Combine function returning NULL unhandled?
Combine function returning NULL unhandled?
hackers
3 replies
Dec 01, 2017
Andres FreundRobert HaasDavid Rowley
pgsql: Add a barrier primitive for synchronizing backends.
comitters
0 replies
Nov 30, 2017
Andres Freund
1 commit
Update buffile.h/.c comments for removal of non-temp option.
master11beta1REL_19_STABLE11beta1REL_18_STABLE11beta1REL_17_STABLE11beta1REL_16_STABLE11beta1REL_15_STABLE11beta1REL_14_STABLE11beta1REL_13_STABLE11beta1+2 more
pgsql: Remove BufFile's isTemp flag.
pgsql: Remove BufFile's isTemp flag.
comitters
12 replies
Nov 25, 2017
Tom LaneAndres FreundPeter GeogheganThomas Munro
pgsql: Fix handling of NULLs returned by aggregate combine functions.
comitters
0 replies
Nov 24, 2017
Andres Freund
pgsql: Fix handling of NULLs returned by aggregate combine functions.
comitters
0 replies
Nov 24, 2017
Andres Freund
pgsql: Fix handling of NULLs returned by aggregate combine functions.
comitters
0 replies
Nov 24, 2017
Andres Freund
pgsql: Provide DSM segment to ExecXXXInitializeWorker functions.
comitters
0 replies
Nov 17, 2017
Andres Freund
Display number of heap accesses for index scans
hackers
3 replies
Nov 06, 2017
Andres FreundPeter GeogheganTom LaneAlexander Korotkov