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
/
src
/
test
/
regress
/
sql
/
domain.sql
Age
Commit message (
Expand
)
Author
2025-07-03
Prevent creation of duplicate not-null constraints for domains
Álvaro Herrera
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2024-12-12
Add some regression tests for missing DDL patterns
Michael Paquier
2024-11-27
Fix pg_get_constraintdef for NOT NULL constraints on domains
Álvaro Herrera
2024-04-15
Fix ALTER DOMAIN NOT NULL syntax
Peter Eisentraut
2024-03-30
Add pg_basetype() function to extract a domain's base type.
Tom Lane
2024-03-20
Catalog domain not-null constraints
Peter Eisentraut
2024-03-20
Add tests for domain-related information schema views
Peter Eisentraut
2023-04-15
Fix assignment to array of domain over composite, redux.
Tom Lane
2023-02-27
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2022-12-11
Convert domain_in to report errors softly.
Tom Lane
2022-06-10
Un-break whole-row Vars referencing domain-over-composite types.
Tom Lane
2021-10-19
Fix assignment to array of domain over composite.
Tom Lane
2020-11-19
Remove undocumented IS [NOT] OF syntax.
Tom Lane
2018-12-13
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2017-11-01
Fix ALTER TABLE code to update domain constraints when needed.
Tom Lane
2017-10-26
Support domains over composite types.
Tom Lane
2017-09-30
Support arrays over domains.
Tom Lane
2017-08-09
Fix handling of container types in find_composite_type_dependencies.
Tom Lane
2017-07-12
Fix ruleutils.c for domain-over-array cases, too.
Tom Lane
2017-07-11
Fix multiple assignments to a column of a domain type.
Tom Lane
2015-11-29
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-03-01
Use the typcache to cache constraints for domain types.
Tom Lane
2012-04-03
Add support for renaming domain constraints
Peter Eisentraut
2012-01-05
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2011-12-22
Add ALTER DOMAIN ... RENAME
Peter Eisentraut
2011-06-30
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-08
Allow domains over arrays to match ANYARRAY parameters again.
Tom Lane
2010-10-21
Improve handling of domains over arrays.
Tom Lane
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
[next]