aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAge
* Mark read/write expanded values as read-only in ExecProject().Tom Lane2016-06-03
* Fix latent crash in do_text_output_multiline().Tom Lane2016-05-23
* Rework custom scans to work more like the new extensible node stuff.Robert Haas2016-03-29
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Allow parallel custom and foreign scans.Robert Haas2016-02-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas2015-12-09
* Avoid aggregating worker instrumentation multiple times.Robert Haas2015-11-18
* Make sequential scans parallel-aware.Robert Haas2015-11-11
* Modify tqueue infrastructure to support transient record types.Robert Haas2015-11-06
* Update parallel executor support to reuse the same DSM.Robert Haas2015-10-30
* Rewrite interaction of parallel mode with parallel executor support.Robert Haas2015-10-16
* Fix some issues in new hashtable size calculations in nodeHash.c.Tom Lane2015-10-04
* Add a Gather executor node.Robert Haas2015-09-30
* Parallel executor support.Robert Haas2015-09-28
* Glue layer to connect the executor to the shm_mq mechanism.Robert Haas2015-09-18
* Remove ExecGetScanType functionAlvaro Herrera2015-08-21
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* pgindent run for 9.5Bruce Momjian2015-05-23
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-14
* Add support for doing late row locking in FDWs.Tom Lane2015-05-12
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-24
* Move functions related to index maintenance to separate source file.Heikki Linnakangas2015-04-24
* Define integer limits independently from the system definitions.Andres Freund2015-04-02
* Centralize definition of integer limits.Andres Freund2015-03-25
* Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane2015-03-15
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* Rearrange CustomScan API.Tom Lane2014-11-21
* Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.Tom Lane2014-11-20
* Initial code review for CustomScan patch.Tom Lane2014-11-20
* Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane2014-11-10
* Introduce custom path and scan providers.Robert Haas2014-11-07
* Increase number of hash join buckets for underestimate.Kevin Grittner2014-10-13
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Pack tuples in a hash join batch densely, to save memory.Heikki Linnakangas2014-09-10
* Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera2014-08-27
* Avoid leaking memory while evaluating arguments for a table function.Tom Lane2014-06-19
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-25
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* Incidental cleanup of matviews code.Tom Lane2013-04-27
* Add a materialized view relations.Kevin Grittner2013-03-03
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-30
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-04