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
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Type names should not be quoted
Alvaro Herrera
2016-04-01
*
Improve internationalization of messages involving type names
Alvaro Herrera
2016-03-28
*
Change comment to describe correct lock level used
Simon Riggs
2016-03-23
*
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-10
*
Move pg_constraint.h function declarations to new file pg_constraint_fn.h.
Tom Lane
2016-02-11
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix typo in C comment.
Kevin Grittner
2015-08-23
*
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Minor ON CONFLICT related comments and doc fixes.
Andres Freund
2015-05-08
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
*
Reduce lock levels of some trigger DDL and add FKs
Simon Riggs
2015-04-05
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix potential NULL-pointer dereference.
Robert Haas
2014-11-10
*
Fix off-by-one error in 2781b4bea7db357be59f9a5fd73ca1eb12ff5a79.
Robert Haas
2014-10-24
*
Perform less setup work for AFTER triggers at transaction start.
Robert Haas
2014-10-23
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Offer triggers on foreign tables.
Noah Misch
2014-03-23
*
Improve comments about AfterTriggerBeginQuery() query level usage.
Noah Misch
2014-03-23
*
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-17
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-12-10
*
Refine our definition of what constitutes a system relation.
Robert Haas
2013-11-28
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
*
Post-pgindent cleanup
Stephen Frost
2013-06-01
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-28
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
*
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-26
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
Add missing buffer lock acquisition in GetTupleForTrigger().
Tom Lane
2012-11-30
*
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-26
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-10
*
connoinherit may be true only for CHECK constraints
Alvaro Herrera
2012-07-20
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
[next]