index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
spi
/
refint.c
Age
Commit message (
Expand
)
Author
2004-10-07
Adjust comments previously moved to column 1 by pgident.
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-07-24
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2003-05-27
Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in
Bruce Momjian
2002-10-03
Restore NOTICEs that were mistakenly removed from triggers regression
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
2002-09-02
I checked all the previous string handling errors and most of them were
Bruce Momjian
2002-08-15
The attached patch changes most of the usages of sprintf() to
Bruce Momjian
2002-05-03
Remove the last traces of datatypes datetime and timespan.
Tom Lane
2002-03-06
Change made to elog:
Bruce Momjian
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-10-28
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-03-23
Fix comments that were mis-wrapped, for Tom Lane.
Bruce Momjian
2000-12-03
Ensure that all uses of <ctype.h> functions are applied to unsigned-char
Tom Lane
2000-11-20
Revise handling of oldstyle/newstyle functions per recent discussions
Tom Lane
2000-05-29
Second round of fmgr changes: triggers are now invoked in new style,
Tom Lane
1999-05-25
pgindent run over code.
Bruce Momjian
1999-05-12
I am sorry, I misinterpreted the still failing trigger regression test.
Bruce Momjian
1999-05-10
I send you a attach of my modified refint.c that
Bruce Momjian
1999-03-15
Hi All,
Bruce Momjian
1998-10-06
> > There is a bug in check_foreign_key of refint.c which is bundled with
Bruce Momjian
1998-02-26
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-14
From: plh@opim.uconn.edu
Marc G. Fournier
1998-01-06
Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...
Bruce Momjian
1997-09-12
char* --> Datum
Vadim B. Mikheev
1997-09-11
General trigger functions for referential integrity.
Vadim B. Mikheev