index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
trigger.c
Commit message (
Expand
)
Author
Age
*
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
MERGE post-commit review
Simon Riggs
2018-04-05
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Combine options for RangeVarGetRelidExtended() into a flags argument.
Andres Freund
2018-03-30
*
Allow FOR EACH ROW triggers on partitioned tables
Alvaro Herrera
2018-03-23
*
Prevent dangling-pointer access when update trigger returns old tuple.
Tom Lane
2018-02-27
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.
Tom Lane
2017-10-11
*
Fix possible dangling pointer dereference in trigger.c.
Tom Lane
2017-09-17
*
Ensure that BEFORE STATEMENT triggers fire the right number of times.
Tom Lane
2017-09-17
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Quick-hack fix for foreign key cascade vs triggers with transition tables.
Tom Lane
2017-09-10
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Fix transition tables for ON CONFLICT.
Andrew Gierth
2017-06-28
*
Fix transition tables for wCTEs.
Andrew Gierth
2017-06-28
*
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
*
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
*
Fix relcache leak when row triggers on partitions are fired by COPY.
Robert Haas
2017-05-16
*
Prohibit transition tables on views and foreign tables.
Robert Haas
2017-05-09
*
Don't permit transition tables with TRUNCATE triggers.
Robert Haas
2017-05-09
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-26
*
Reindent table partitioning code.
Robert Haas
2017-01-24
*
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
[next]