summaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAgeFilesLines
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-6/+6
* Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.Tom Lane2017-10-111-25/+11
* Fix possible dangling pointer dereference in trigger.c.Tom Lane2017-09-171-15/+71
* Ensure that BEFORE STATEMENT triggers fire the right number of times.Tom Lane2017-09-171-12/+60
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-161-286/+534
* Message style fixesPeter Eisentraut2017-09-111-1/+1
* Quick-hack fix for foreign key cascade vs triggers with transition tables.Tom Lane2017-09-101-1/+3
* Final pgindent + perltidy run for v10.Tom Lane2017-08-141-7/+7
* Fix transition tables for ON CONFLICT.Andrew Gierth2017-06-281-6/+52
* Fix transition tables for wCTEs.Andrew Gierth2017-06-281-129/+94
* Fix transition tables for partition/inheritance.Andrew Gierth2017-06-281-36/+182
* Phase 3 of pgindent updates.Tom Lane2017-06-211-37/+37
* Phase 2 of pgindent updates.Tom Lane2017-06-211-18/+17
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-3/+3
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-17/+18
* Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas2017-05-161-10/+1
* Prohibit transition tables on views and foreign tables.Robert Haas2017-05-091-0/+14
* Don't permit transition tables with TRUNCATE triggers.Robert Haas2017-05-091-0/+5
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-1/+1
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-1/+8
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-5/+5
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-121-4/+4
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-011-1/+1
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-311-14/+4
* Use the new castNode() macro in a number of places.Andres Freund2017-01-261-3/+1
* Reindent table partitioning code.Robert Haas2017-01-241-1/+1
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-181-2/+3
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-141-1/+9
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Implement table partitioning.Robert Haas2016-12-071-3/+13
* Implement syntax for transition tables in AFTER triggers.Kevin Grittner2016-11-041-13/+314
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-6/+2
* pgindent run for 9.6Robert Haas2016-06-091-2/+2
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-1/+1
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-1/+1
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-081-1/+0
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-081-0/+1
* Type names should not be quotedAlvaro Herrera2016-04-011-1/+1
* Improve internationalization of messages involving type namesAlvaro Herrera2016-03-281-2/+2
* Change comment to describe correct lock level usedSimon Riggs2016-03-231-1/+1
* Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane2016-03-101-3/+1
* Move pg_constraint.h function declarations to new file pg_constraint_fn.h.Tom Lane2016-02-111-0/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix typo in C comment.Kevin Grittner2015-08-231-1/+1
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-151-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-2/+2
* Minor ON CONFLICT related comments and doc fixes.Andres Freund2015-05-081-4/+4
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-13/+6
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-081-15/+15
* Reduce lock levels of some trigger DDL and add FKsSimon Riggs2015-04-051-2/+2