index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Remove dead code in nodeGatherMerge.c.
Tom Lane
2017-03-12
*
Improve expression evaluation test coverage.
Andres Freund
2017-03-11
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
*
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-08
*
Improve error reporting for tuple-routing failures.
Robert Haas
2017-03-03
*
Refactor bitmap heap scan in preparation for parallel support.
Robert Haas
2017-03-02
*
Use proper enum constants for LockWaitPolicy
Peter Eisentraut
2017-02-28
*
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-02-27
*
Allow custom and foreign scans to have shutdown callbacks.
Robert Haas
2017-02-26
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
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-22
*
Add optimizer and executor support for parallel index-only scans.
Robert Haas
2017-02-19
*
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-15
*
Allow parallel workers to execute subplans.
Robert Haas
2017-02-14
*
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-09
*
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-07
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Remove redundant comment.
Robert Haas
2017-02-03
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
*
Update copyright years in some recently added files
Peter Eisentraut
2017-01-25
*
Fix things so that updatable views work with partitioned tables.
Robert Haas
2017-01-24
*
Set ecxt_scantuple correctly for tuple routing.
Robert Haas
2017-01-24
*
Reindent table partitioning code.
Robert Haas
2017-01-24
*
Remove no-longer-needed loop in ExecGather().
Tom Lane
2017-01-22
*
Logical replication
Peter Eisentraut
2017-01-20
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
*
Fix RETURNING to work correctly with partition tuple routing.
Robert Haas
2017-01-19
*
Fix failure to enforce partitioning contraint for internal partitions.
Robert Haas
2017-01-19
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.
Tom Lane
2017-01-14
*
Fix incorrect function name in comment.
Robert Haas
2017-01-12
*
Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.
Robert Haas
2017-01-06
*
Fix possible crash reading pg_stat_activity.
Robert Haas
2017-01-05
*
Remove unnecessary arguments from partitioning functions.
Robert Haas
2017-01-04
*
Fix reporting of constraint violations for table partitioning.
Robert Haas
2017-01-04
*
Move partition_tuple_slot out of EState.
Robert Haas
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Remove unnecessary casts of makeNode() result
Peter Eisentraut
2016-12-23
[next]