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
/
nodeModifyTable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix reporting of constraint violations for table partitioning.
Robert Haas
2017-01-04
1
-9
/
+6
*
Move partition_tuple_slot out of EState.
Robert Haas
2017-01-04
1
-9
/
+8
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Fix tuple routing in cases where tuple descriptors don't match.
Robert Haas
2016-12-22
1
-0
/
+27
*
Refactor partition tuple routing code to reduce duplication.
Robert Haas
2016-12-21
1
-61
/
+15
*
Clean up code, comments, and formatting for table partitioning.
Robert Haas
2016-12-13
1
-11
/
+11
*
Implement table partitioning.
Robert Haas
2016-12-07
1
-3
/
+151
*
Avoid testing tuple visibility without buffer lock.
Tom Lane
2016-10-23
1
-0
/
+6
*
Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.
Tom Lane
2016-10-23
1
-2
/
+11
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-5
/
+5
*
Directly modify foreign tables.
Robert Haas
2016-03-18
1
-10
/
+50
*
When modifying a foreign table, initialize tableoid field properly.
Robert Haas
2016-02-04
1
-0
/
+23
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
Andres Freund
2015-12-10
1
-1
/
+10
*
Fix ON CONFLICT DO UPDATE for tables with oids.
Andres Freund
2015-09-28
1
-1
/
+1
*
Remove false comment about speculative insertion.
Heikki Linnakangas
2015-07-27
1
-2
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-28
/
+27
*
Attach ON CONFLICT SET ... WHERE to the correct planstate.
Andres Freund
2015-05-19
1
-1
/
+1
*
Fix ON CONFLICT bugs that manifest when used in rules.
Andres Freund
2015-05-13
1
-0
/
+1
*
Add support for doing late row locking in FDWs.
Tom Lane
2015-05-12
1
-1
/
+1
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-18
/
+441
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
1
-1
/
+1
*
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-04-24
1
-9
/
+49
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-12
/
+14
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
1
-38
/
+52
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Don't allow system columns in CHECK constraints, except tableoid.
Robert Haas
2013-09-23
1
-0
/
+12
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
1
-0
/
+33
*
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-16
1
-2
/
+3
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-17
/
+19
*
Support writable foreign tables.
Tom Lane
2013-03-10
1
-18
/
+133
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
1
-1
/
+5
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-26
1
-18
/
+75
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-2
/
+2
*
Fix handling of data-modifying CTE subplans in EvalPlanQual.
Tom Lane
2012-01-28
1
-9
/
+17
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
1
-0
/
+1
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-20
/
+20
*
Fix order of shutdown processing when CTEs contain inter-references.
Tom Lane
2011-02-25
1
-3
/
+6
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
1
-47
/
+104
*
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-21
1
-85
/
+18
*
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-12
1
-20
/
+22
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Support triggers on views.
Tom Lane
2010-10-10
1
-176
/
+323
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
SERIALIZABLE transactions are actually implemented beneath the covers with
Joe Conway
2010-09-11
1
-5
/
+5
*
Reset the per-output-tuple exprcontext each time through the main loop in
Tom Lane
2010-08-18
1
-1
/
+9
[next]