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
REL_19_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
/
src
/
test
/
regress
/
sql
/
domain.sql
Age
Commit message (
Expand
)
Author
2007-11-26
Fix select_common_type() so that it can select a domain type, if all inputs
Tom Lane
2007-10-29
Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses.
Tom Lane
2007-05-11
Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT
Tom Lane
2007-03-19
Fix 8.2 breakage of domains over array types, and add a regression test case
Tom Lane
2007-02-01
Fix plpgsql so that when a local variable has no initial-value expression,
Tom Lane
2006-04-05
Fix a bunch of problems with domains by making them use special input functions
Tom Lane
2006-01-15
Add regression tests to verify that domain constraints on parameters
Neil Conway
2005-10-02
Change nextval and other sequence functions to specify their sequence
Tom Lane
2005-01-25
Regression tests for recent bugfix to ALTER TABLE ADD COLUMN: ensure that
Neil Conway
2004-08-05
Require that array literals produce "rectangular" arrays, i.e. all the
Joe Conway
2003-09-15
Remove warnings for operations that have no effect when executed repeatedly.
Peter Eisentraut
2003-05-14
Backend support for autocommit removed, per recent discussions. The
Tom Lane
2003-02-03
Determine the set of constraints applied to a domain at executor
Tom Lane
2002-12-06
Re-addd Rod's ALTER DOMAIN patch.
Bruce Momjian
2002-12-06
Back out ALTER DOMAIN patch until missing file appears.
Bruce Momjian
2002-12-06
ALTER DOMAIN .. SET / DROP NOT NULL
Bruce Momjian
2002-11-15
Add DOMAIN check constraints.
Bruce Momjian
2002-10-19
Make regression tests safe for autocommit = 'off'.
Bruce Momjian
2002-09-20
Fixed this problem and added regression tests in domain.sql.
Bruce Momjian
2002-09-18
Extend pg_cast castimplicit column to a three-way value; this allows us
Tom Lane
2002-08-31
Code review for domain-constraints patch. Use a new ConstraintTest node
Tom Lane
2002-08-20
- test for indexes on a domain
Bruce Momjian
2002-07-12
Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.
Tom Lane
2002-07-06
I've fixed up the way domain constraints (not null and type length)
Bruce Momjian
2002-03-20
Code review for DOMAIN patch.
Tom Lane
2002-03-19
Add DOMAIN support. Includes manual pages and regression tests, from
Bruce Momjian