aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Remove dead code in nodeGatherMerge.c.Tom Lane2017-03-12
* Improve expression evaluation test coverage.Andres Freund2017-03-11
* Add a Gather Merge executor node.Robert Haas2017-03-09
* Silence compiler warnings in BitmapHeapNext().Tom Lane2017-03-08
* Support parallel bitmap heap scans.Robert Haas2017-03-08
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Fix parallel index and index-only scans to fall back to serial.Robert Haas2017-03-08
* tidbitmap: Support shared iteration.Robert Haas2017-03-08
* Improve error reporting for tuple-routing failures.Robert Haas2017-03-03
* Refactor bitmap heap scan in preparation for parallel support.Robert Haas2017-03-02
* Use proper enum constants for LockWaitPolicyPeter Eisentraut2017-02-28
* Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane2017-02-27
* Allow custom and foreign scans to have shutdown callbacks.Robert Haas2017-02-26
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Pass the source text for a parallel query to the workers.Robert Haas2017-02-22
* Shut down Gather's children before shutting down Gather itself.Robert Haas2017-02-22
* Add optimizer and executor support for parallel index-only scans.Robert Haas2017-02-19
* Make sure that hash join's bulk-tuple-transfer loops are interruptible.Tom Lane2017-02-15
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-15
* Allow parallel workers to execute subplans.Robert Haas2017-02-14
* simplehash: Additional tweaks to make specifying an allocator work.Robert Haas2017-02-09
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-09
* Revise the way the element allocator for a simplehash is specified.Robert Haas2017-02-07
* Allow the element allocator for a simplehash to be specified.Robert Haas2017-02-07
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Remove redundant comment.Robert Haas2017-02-03
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-26
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Update copyright years in some recently added filesPeter Eisentraut2017-01-25
* Fix things so that updatable views work with partitioned tables.Robert Haas2017-01-24
* Set ecxt_scantuple correctly for tuple routing.Robert Haas2017-01-24
* Reindent table partitioning code.Robert Haas2017-01-24
* Remove no-longer-needed loop in ExecGather().Tom Lane2017-01-22
* Logical replicationPeter Eisentraut2017-01-20
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Fix RETURNING to work correctly with partition tuple routing.Robert Haas2017-01-19
* Fix failure to enforce partitioning contraint for internal partitions.Robert Haas2017-01-19
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.Tom Lane2017-01-14
* Fix incorrect function name in comment.Robert Haas2017-01-12
* Repair commit b81b5a96f424531b97cdd1dba97d9d1b9c9d372e.Robert Haas2017-01-06
* Fix possible crash reading pg_stat_activity.Robert Haas2017-01-05
* Remove unnecessary arguments from partitioning functions.Robert Haas2017-01-04
* Fix reporting of constraint violations for table partitioning.Robert Haas2017-01-04
* Move partition_tuple_slot out of EState.Robert Haas2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove unnecessary casts of makeNode() resultPeter Eisentraut2016-12-23