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