index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
inherit.sql
Commit message (
Expand
)
Author
Age
*
Fix typos.
Robert Haas
2016-03-15
*
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-06
*
Fix inherited UPDATE/DELETE with UNION ALL subqueries.
Tom Lane
2013-12-14
*
Fix generation of MergeAppend plans for optimized min/max on expressions.
Tom Lane
2013-11-07
*
Improve regression test for #8410.
Tom Lane
2013-08-30
*
Add test case for bug #8410.
Tom Lane
2013-08-30
*
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-24
*
Fix name collision between concurrent regression tests.
Tom Lane
2012-07-22
*
connoinherit may be true only for CHECK constraints
Alvaro Herrera
2012-07-20
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
*
Add ORDER BY to a query to prevent occasional regression test failures.
Tom Lane
2012-02-10
*
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut
2012-01-07
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
*
Tweak new regression test case for more portability.
Tom Lane
2011-11-09
*
Wrap appendrel member outputs in PlaceHolderVars in additional cases.
Tom Lane
2011-11-08
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
*
The particular table names used in the new inheritance regression test are
Tom Lane
2010-02-02
*
Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.
Robert Haas
2010-02-01
*
Disallow comments on columns of relation types other than tables, views,
Tom Lane
2009-12-22
*
CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...
Andrew Dunstan
2009-10-12
*
Change CREATE TABLE so that column default expressions coming from different
Tom Lane
2009-10-06
*
Change the rules for inherited CHECK constraints to be essentially the same
Tom Lane
2008-05-09
*
Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,
Neil Conway
2007-07-17
*
Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
Bruce Momjian
2006-06-27
*
Add regression tests for the fix committed by Tom for casting between
Neil Conway
2004-12-12
*
Make some adjustments to reduce platform dependencies in plan selection.
Tom Lane
2004-12-02
*
ALTER TABLE rewrite. New cool stuff:
Tom Lane
2004-05-05
*
Includes:
Bruce Momjian
2003-06-25
*
Turns out new IN implementation has got some problems in an UPDATE or
Tom Lane
2003-03-05
*
Enforces NOT NULL constraints to be applied against new PRIMARY KEY
Tom Lane
2003-01-02
*
Remove not-really-standard implementation of CREATE TABLE's UNDER clause,
Tom Lane
2001-01-05
*
Attached is a new patch which addresses this problem. (oids in
Bruce Momjian
2000-07-02
*
Add inherit regression files.
Bruce Momjian
2000-06-09