index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
catalog
/
pg_constraint.h
Age
Commit message (
Expand
)
Author
2008-05-09
Change the rules for inherited CHECK constraints to be essentially the same
Tom Lane
2008-03-27
Reduce the need for frontend programs to include "postgres.h" by refactoring
Tom Lane
2008-01-17
Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary key
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-02-14
Fix up foreign-key mechanism so that there is a sound semantic basis for the
Tom Lane
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-06-28
Add missing #include directive: pg_constraint.h declares some functions
Neil Conway
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-02-12
Revert patch becaues of locking concerns:
Bruce Momjian
2006-02-11
Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
Bruce Momjian
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-01
Add ALTER object SET SCHEMA capability for a limited but useful set of
Tom Lane
2005-04-14
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-03-25
Improve EXPLAIN ANALYZE to show the time spent in each trigger when
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-06-10
Clean up generation of default names for constraints, indexes, and serial
Tom Lane
2003-11-29
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-08-08
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-04
Update copyrights to 2003.
Bruce Momjian
2003-08-04
pgindent run.
Bruce Momjian
2003-03-10
This patch fixes a bunch of spelling mistakes in comments throughout the
Tom Lane
2002-11-15
Add DOMAIN check constraints.
Bruce Momjian
2002-09-22
Move most of the error checking for foreign-key constraints out of
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
2002-07-16
Add code to extract dependencies from an expression tree, and use it
Tom Lane
2002-07-12
Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.
Tom Lane