index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Age
Commit message (
Expand
)
Author
2017-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
Ensure that ExecPrepareExprList's result is all in one memory context.
Tom Lane
2017-04-07
Clean up after insufficiently-researched optimization of tuple conversions.
Tom Lane
2017-04-06
Allow avoiding tuple copy within tuplesort_gettupleslot().
Andres Freund
2017-04-06
Identity columns
Peter Eisentraut
2017-04-05
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-04
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
Fix thinko in BitmapAdjustPrefetchIterator.
Robert Haas
2017-04-01
Fix two undocumented parameters to functions from ENR patch.
Kevin Grittner
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-04-01
Avoid GatherMerge crash when there are no workers.
Robert Haas
2017-03-28
Make new expression eval code reject references to dropped columns.
Tom Lane
2017-03-27
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-26
Improve performance of ExecEvalWholeRowVar.
Tom Lane
2017-03-26
Improve implementation of EEOP_BOOLTEST_* opcodes.
Tom Lane
2017-03-25
Remove unreachable code in expression evaluation.
Andres Freund
2017-03-25
git rm execQual.c
Tom Lane
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-24
Improve access to parallel query from procedural languages.
Robert Haas
2017-03-23
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-14
Spelling fixes
Peter Eisentraut
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
Remove dead code in nodeGatherMerge.c.
Tom Lane
2017-03-11
Improve expression evaluation test coverage.
Andres Freund
2017-03-09
Add a Gather Merge executor node.
Robert Haas
2017-03-08
Silence compiler warnings in BitmapHeapNext().
Tom Lane
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
Fix parallel index and index-only scans to fall back to serial.
Robert Haas
2017-03-08
tidbitmap: Support shared iteration.
Robert Haas
2017-03-03
Improve error reporting for tuple-routing failures.
Robert Haas
2017-03-02
Refactor bitmap heap scan in preparation for parallel support.
Robert Haas
2017-02-28
Use proper enum constants for LockWaitPolicy
Peter Eisentraut
2017-02-27
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-02-26
Allow custom and foreign scans to have shutdown callbacks.
Robert Haas
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-22
Pass the source text for a parallel query to the workers.
Robert Haas
2017-02-22
Shut down Gather's children before shutting down Gather itself.
Robert Haas
2017-02-19
Add optimizer and executor support for parallel index-only scans.
Robert Haas
2017-02-15
Make sure that hash join's bulk-tuple-transfer loops are interruptible.
Tom Lane
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-14
Allow parallel workers to execute subplans.
Robert Haas
2017-02-09
simplehash: Additional tweaks to make specifying an allocator work.
Robert Haas
2017-02-09
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-07
Revise the way the element allocator for a simplehash is specified.
Robert Haas
2017-02-07
Allow the element allocator for a simplehash to be specified.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-04
Remove redundant comment.
Robert Haas
2017-01-27
Use castNode() in a bunch of statement-list-related code.
Tom Lane
[prev]
[next]