aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/trigger.c
Commit message (Expand)AuthorAge
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-12
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Reindent table partitioning code.Robert Haas2017-01-24
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-18
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Implement syntax for transition tables in AFTER triggers.Kevin Grittner2016-11-04
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* pgindent run for 9.6Robert Haas2016-06-09
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Type names should not be quotedAlvaro Herrera2016-04-01
* Improve internationalization of messages involving type namesAlvaro Herrera2016-03-28
* Change comment to describe correct lock level usedSimon Riggs2016-03-23
* Refactor pull_var_clause's API to make it less tedious to extend.Tom Lane2016-03-10
* Move pg_constraint.h function declarations to new file pg_constraint_fn.h.Tom Lane2016-02-11
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix typo in C comment.Kevin Grittner2015-08-23
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-15
* pgindent run for 9.5Bruce Momjian2015-05-23
* Minor ON CONFLICT related comments and doc fixes.Andres Freund2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-08
* Reduce lock levels of some trigger DDL and add FKsSimon Riggs2015-04-05
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-20
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix potential NULL-pointer dereference.Robert Haas2014-11-10
* Fix off-by-one error in 2781b4bea7db357be59f9a5fd73ca1eb12ff5a79.Robert Haas2014-10-24
* Perform less setup work for AFTER triggers at transaction start.Robert Haas2014-10-23
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* pgindent run for 9.4Bruce Momjian2014-05-06
* Offer triggers on foreign tables.Noah Misch2014-03-23
* Improve comments about AfterTriggerBeginQuery() query level usage.Noah Misch2014-03-23
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Update copyright for 2014Bruce Momjian2014-01-07
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-28
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* Post-pgindent cleanupStephen Frost2013-06-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Editorialize a bit on new ProcessUtility() API.Tom Lane2013-04-28