index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execMain.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix partitioning crashes during error reporting.
Robert Haas
2017-07-24
1
-0
/
+4
*
Reverse-convert row types in ExecWithCheckOptions.
Robert Haas
2017-07-17
1
-0
/
+19
*
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-17
1
-1
/
+2
*
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
1
-1
/
+1
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-46
/
+46
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Fix typo in comment.
Heikki Linnakangas
2017-06-21
1
-2
/
+2
*
Re-run pgindent.
Tom Lane
2017-06-13
1
-3
/
+3
*
Prevent BEFORE triggers from violating partitioning constraints.
Robert Haas
2017-06-07
1
-70
/
+68
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-12
/
+12
*
Fix relcache leak when row triggers on partitions are fired by COPY.
Robert Haas
2017-05-16
1
-18
/
+21
*
Fix typos in comments.
Robert Haas
2017-05-09
1
-3
/
+3
*
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-05-01
1
-5
/
+50
*
Fix reporting of violations in ExecConstraints, again.
Robert Haas
2017-04-10
1
-11
/
+47
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
1
-0
/
+5
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-21
/
+18
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
1
-12
/
+26
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
1
-1
/
+21
*
Improve error reporting for tuple-routing failures.
Robert Haas
2017-03-03
1
-19
/
+113
*
Pass the source text for a parallel query to the workers.
Robert Haas
2017-02-22
1
-0
/
+2
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Remove redundant comment.
Robert Haas
2017-02-03
1
-4
/
+0
*
Set ecxt_scantuple correctly for tuple routing.
Robert Haas
2017-01-24
1
-2
/
+0
*
Reindent table partitioning code.
Robert Haas
2017-01-24
1
-12
/
+12
*
Logical replication
Peter Eisentraut
2017-01-20
1
-1
/
+2
*
Fix RETURNING to work correctly with partition tuple routing.
Robert Haas
2017-01-19
1
-2
/
+2
*
Fix failure to enforce partitioning contraint for internal partitions.
Robert Haas
2017-01-19
1
-9
/
+33
*
Remove unnecessary arguments from partitioning functions.
Robert Haas
2017-01-04
1
-2
/
+1
*
Fix reporting of constraint violations for table partitioning.
Robert Haas
2017-01-04
1
-9
/
+58
*
Move partition_tuple_slot out of EState.
Robert Haas
2017-01-04
1
-0
/
+12
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Refactor partition tuple routing code to reduce duplication.
Robert Haas
2016-12-21
1
-0
/
+92
*
Fix bogus comment.
Robert Haas
2016-12-08
1
-3
/
+4
*
Implement table partitioning.
Robert Haas
2016-12-07
1
-3
/
+122
*
Fix interaction of parallel query with prepared statements.
Robert Haas
2016-12-06
1
-3
/
+4
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-8
/
+8
*
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-06
1
-1
/
+9
*
Directly modify foreign tables.
Robert Haas
2016-03-18
1
-0
/
+1
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
1
-6
/
+6
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Message style improvements
Peter Eisentraut
2015-10-28
1
-5
/
+5
*
Rewrite interaction of parallel mode with parallel executor support.
Robert Haas
2015-10-16
1
-13
/
+24
*
Add a Gather executor node.
Robert Haas
2015-09-30
1
-0
/
+3
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
1
-0
/
+10
*
RLS refactoring
Stephen Frost
2015-09-15
1
-4
/
+16
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-47
/
+47
*
Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.
Tom Lane
2015-05-13
1
-2
/
+3
*
Add support for doing late row locking in FDWs.
Tom Lane
2015-05-12
1
-18
/
+61
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-7
/
+46
[next]