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
/
commands
/
trigger.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Forbid ALTER TABLE and CLUSTER when there are pending AFTER-trigger events
Tom Lane
2008-01-02
1
-23
/
+20
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Avoid incrementing the CommandCounter when CommandCounterIncrement is called
Tom Lane
2007-11-30
1
-18
/
+11
*
Small comment spacing improvement.
Bruce Momjian
2007-11-16
1
-8
/
+8
*
Fix pgindent to properly handle 'else' and single-line comments on the
Bruce Momjian
2007-11-15
1
-54
/
+55
*
Improve conversion of legacy CREATE CONSTRAINT TRIGGER representation of
Tom Lane
2007-11-05
1
-56
/
+81
*
Minor improvements to code for converting legacy CREATE CONSTRAINT TRIGGER
Tom Lane
2007-11-04
1
-35
/
+82
*
Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign key
Tom Lane
2007-11-04
1
-69
/
+288
*
Redefine the lp_flags field of item pointers as having four states, rather
Tom Lane
2007-09-12
1
-2
/
+2
*
Arrange to cache a ResultRelInfo in the executor's EState for relations that
Tom Lane
2007-08-15
1
-84
/
+39
*
Repair problems occurring when multiple RI updates have to be done to the same
Tom Lane
2007-08-15
1
-21
/
+32
*
Fix incorrect optimization of foreign-key checks. When an UPDATE on the
Tom Lane
2007-07-17
1
-3
/
+2
*
Avoid memory leakage when a series of subtransactions invoke AFTER triggers
Tom Lane
2007-07-01
1
-1
/
+19
*
Changes pg_trigger and extend pg_rewrite in order to allow triggers and
Jan Wieck
2007-03-19
1
-21
/
+98
*
Fix up foreign-key mechanism so that there is a sound semantic basis for the
Tom Lane
2007-02-14
1
-72
/
+53
*
Properly detoast access to bytea field pg_trigger.tgargs. Old code
Bruce Momjian
2007-01-25
1
-3
/
+2
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Several changes to reduce the probability of running out of memory during
Tom Lane
2006-11-23
1
-17
/
+76
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-32
/
+35
*
Make some sentences consistent with similar ones.
Bruce Momjian
2006-10-03
1
-2
/
+2
*
Disallow TRUNCATE when there are any pending after-trigger events for
Tom Lane
2006-09-04
1
-1
/
+69
*
Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLs
Tom Lane
2006-08-03
1
-26
/
+19
*
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-31
1
-10
/
+4
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
1
-3
/
+1
*
DROP ... IF EXISTS for the following cases:
Andrew Dunstan
2006-06-16
1
-6
/
+18
*
Make EXPLAIN sampling smarter, to avoid excessive sampling delay.
Bruce Momjian
2006-05-30
1
-3
/
+3
*
Use schema search path to find the first matching contraint name for SET
Bruce Momjian
2006-04-27
1
-44
/
+114
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by
Tom Lane
2006-01-12
1
-2
/
+3
*
Make all command-line options of postmaster and postgres the same. See
Peter Eisentraut
2006-01-05
1
-2
/
+2
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-10
/
+11
*
Remove the t_datamcxt field of HeapTupleData. This was introduced for
Tom Lane
2005-11-20
1
-2
/
+1
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-196
/
+190
*
Fix ExecBRDeleteTriggers so that deletion is not suppressed when delete
Tom Lane
2005-08-24
1
-3
/
+7
*
Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to
Tom Lane
2005-08-23
1
-1
/
+109
*
Repair problems with VACUUM destroying t_ctid chains too soon, and with
Tom Lane
2005-08-20
1
-12
/
+20
*
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-12
1
-3
/
+4
*
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-08-01
1
-2
/
+3
*
When enqueueing after-row triggers for updates of a table with a foreign
Neil Conway
2005-05-30
1
-41
/
+34
*
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-06
1
-1
/
+2
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28
1
-5
/
+4
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-20
/
+19
*
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-4
/
+4
*
Fix interaction between materializing holdable cursors and firing
Tom Lane
2005-04-11
1
-24
/
+20
*
Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the
Tom Lane
2005-03-29
1
-5
/
+2
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
1
-12
/
+35
*
Improve EXPLAIN ANALYZE to show the time spent in each trigger when
Tom Lane
2005-03-25
1
-94
/
+168
*
Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking,
Neil Conway
2005-03-24
1
-9
/
+2
*
Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquire
Neil Conway
2005-03-23
1
-2
/
+9
*
Change the return value of HeapTupleSatisfiesUpdate() to be an enum,
Neil Conway
2005-03-20
1
-2
/
+2
[next]