aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/inherit.sql
Commit message (Expand)AuthorAge
* Fix typos.Robert Haas2016-03-15
* Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane2015-08-06
* Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane2013-12-14
* Fix generation of MergeAppend plans for optimized min/max on expressions.Tom Lane2013-11-07
* Improve regression test for #8410.Tom Lane2013-08-30
* Add test case for bug #8410.Tom Lane2013-08-30
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Fix name collision between concurrent regression tests.Tom Lane2012-07-22
* connoinherit may be true only for CHECK constraintsAlvaro Herrera2012-07-20
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane2012-03-16
* Add ORDER BY to a query to prevent occasional regression test failures.Tom Lane2012-02-10
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-07
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-19
* Tweak new regression test case for more portability.Tom Lane2011-11-09
* Wrap appendrel member outputs in PlaceHolderVars in additional cases.Tom Lane2011-11-08
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* The particular table names used in the new inheritance regression test areTom Lane2010-02-02
* Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas2010-02-01
* Disallow comments on columns of relation types other than tables, views,Tom Lane2009-12-22
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-12
* Change CREATE TABLE so that column default expressions coming from differentTom Lane2009-10-06
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-09
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-17
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-27
* Add regression tests for the fix committed by Tom for casting betweenNeil Conway2004-12-12
* Make some adjustments to reduce platform dependencies in plan selection.Tom Lane2004-12-02
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-05
* Includes:Bruce Momjian2003-06-25
* Turns out new IN implementation has got some problems in an UPDATE orTom Lane2003-03-05
* Enforces NOT NULL constraints to be applied against new PRIMARY KEYTom Lane2003-01-02
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-05
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-02
* Add inherit regression files.Bruce Momjian2000-06-09