summaryrefslogtreecommitdiff
path: root/src/include/executor/executor.h
AgeCommit message (Expand)Author
2017-07-30Move ExecProcNode from dispatch to function pointer based model.Andres Freund
2017-07-18Use a real RT index when setting up partition tuple routing.Robert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Check relkind of tables in CREATE/ALTER SUBSCRIPTIONPeter Eisentraut
2017-05-16Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas
2017-04-18Provide an error cursor for "can't call an SRF here" errors.Tom Lane
2017-04-10Fix reporting of violations in ExecConstraints, again.Robert Haas
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-03-21Don't scan partitioned tables.Robert Haas
2017-01-20Logical replicationPeter Eisentraut
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-19Fix failure to enforce partitioning contraint for internal partitions.Robert Haas
2017-01-18Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund
2017-01-04Fix reporting of constraint violations for table partitioning.Robert Haas
2017-01-04Move partition_tuple_slot out of EState.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-21Refactor partition tuple routing code to reduce duplication.Robert Haas
2016-12-16Unbreak Finalize HashAggregate over Partial HashAggregate.Robert Haas
2016-12-07Implement table partitioning.Robert Haas
2016-10-15Use more efficient hashtable for execGrouping.c to speed up hash aggregation.Andres Freund
2016-05-23Fix latent crash in do_text_output_multiline().Tom Lane
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-30Add a Gather executor node.Robert Haas
2015-08-21Remove ExecGetScanType functionAlvaro Herrera
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-12Add support for doing late row locking in FDWs.Tom Lane
2015-05-10Code review for foreign/custom join pushdown patch.Tom Lane
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-04-25Perform RLS WITH CHECK before constraints, etcStephen Frost
2015-04-24Move functions related to index maintenance to separate source file.Heikki Linnakangas
2015-03-15Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-20Initial code review for CustomScan patch.Tom Lane
2014-11-10Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane
2014-11-07Introduce custom path and scan providers.Robert Haas
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-08-27Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera
2014-06-20Avoid leaking memory while evaluating arguments for a table function.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-04-27Incidental cleanup of matviews code.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian