index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execMain.c
Age
Commit message (
Expand
)
Author
2021-08-30
Report tuple address in data-corruption error message
Alvaro Herrera
2020-03-23
Fix potential crash after constraint violation errors in partitioned tables.
Andres Freund
2020-01-14
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2019-07-10
Pass QueryEnvironment down to EvalPlanQual's EState.
Thomas Munro
2019-04-08
Fix EvalPlanQualStart to handle partitioned result rels correctly.
Tom Lane
2018-09-15
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-08-13
Prohibit shutting down resources if there is a possibility of back up.
Amit Kapila
2018-06-08
Fix typo
Peter Eisentraut
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-10-27
Fix mistaken failure to allow parallelism in corner case.
Robert Haas
2017-10-06
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-09-16
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-07
Even if some partitions are foreign, allow tuple routing.
Robert Haas
2017-08-18
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-17
Don't lock tables in RelationGetPartitionDispatchInfo.
Robert Haas
2017-08-10
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-07-31
Fix typo
Peter Eisentraut
2017-07-24
Fix partitioning crashes during error reporting.
Robert Haas
2017-07-17
Reverse-convert row types in ExecWithCheckOptions.
Robert Haas
2017-07-17
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-06-28
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Fix typo in comment.
Heikki Linnakangas
2017-06-13
Re-run pgindent.
Tom Lane
2017-06-07
Prevent BEFORE triggers from violating partitioning constraints.
Robert Haas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-16
Fix relcache leak when row triggers on partitions are fired by COPY.
Robert Haas
2017-05-09
Fix typos in comments.
Robert Haas
2017-05-01
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-04-10
Fix reporting of violations in ExecConstraints, again.
Robert Haas
2017-03-31
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-23
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-03
Improve error reporting for tuple-routing failures.
Robert Haas
2017-02-22
Pass the source text for a parallel query to the workers.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-03
Remove redundant comment.
Robert Haas
2017-01-24
Set ecxt_scantuple correctly for tuple routing.
Robert Haas
2017-01-24
Reindent table partitioning code.
Robert Haas
2017-01-20
Logical replication
Peter Eisentraut
2017-01-19
Fix RETURNING to work correctly with partition tuple routing.
Robert Haas
2017-01-19
Fix failure to enforce partitioning contraint for internal partitions.
Robert Haas
2017-01-04
Remove unnecessary arguments from partitioning functions.
Robert Haas
2017-01-04
Fix reporting of constraint violations for table partitioning.
Robert Haas
2017-01-04
Move partition_tuple_slot out of EState.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-21
Refactor partition tuple routing code to reduce duplication.
Robert Haas
2016-12-08
Fix bogus comment.
Robert Haas
[next]