summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/inherit.out
Commit message (Expand)AuthorAgeFilesLines
* Don't scan partitioned tables.Robert Haas2017-03-211-85/+62
* Improve expression evaluation test coverage.Andres Freund2017-03-111-0/+6
* Allow partitioned tables to be dropped without CASCADESimon Riggs2017-03-061-20/+2
* Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.Tom Lane2017-01-041-0/+49
* Implement table partitioning.Robert Haas2016-12-071-0/+272
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-031-114/+114
* Don't convert Consts into Vars during setrefs.c processing.Tom Lane2016-11-021-1/+1
* Fix another bug in merging of inherited CHECK constraints.Tom Lane2016-10-131-0/+3
* Fix two bugs in merging of inherited CHECK constraints.Tom Lane2016-10-081-0/+50
* Fix typos.Robert Haas2016-03-151-2/+2
* Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane2015-08-061-0/+34
* psql: conditionally display oids and replication identityBruce Momjian2014-04-151-13/+0
* psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian2014-03-291-13/+0
* psql: update "replica identity" display for \d+Bruce Momjian2014-03-261-0/+13
* Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane2013-12-141-2/+19
* Fix generation of MergeAppend plans for optimized min/max on expressions.Tom Lane2013-11-071-0/+58
* Improve regression test for #8410.Tom Lane2013-08-301-25/+24
* Add test case for bug #8410.Tom Lane2013-08-301-0/+41
* Avoid inserting Result nodes that only compute identity projections.Tom Lane2013-03-141-58/+52
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-211-47/+47
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-241-2/+2
* Fix name collision between concurrent regression tests.Tom Lane2012-07-221-15/+15
* connoinherit may be true only for CHECK constraintsAlvaro Herrera2012-07-201-0/+117
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-6/+0
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-201-7/+7
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-191-0/+70
* Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane2012-03-161-1/+56
* Add ORDER BY to a query to prevent occasional regression test failures.Tom Lane2012-02-101-1/+1
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-071-264/+45
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-191-0/+35
* When a row fails a not-null constraint, show row's contents in errdetail.Tom Lane2011-11-291-0/+1
* When a row fails a CHECK constraint, show row's contents in errdetail.Tom Lane2011-11-291-0/+6
* Tweak new regression test case for more portability.Tom Lane2011-11-091-5/+5
* Wrap appendrel member outputs in PlaceHolderVars in additional cases.Tom Lane2011-11-081-0/+58
* Update regression tests for \d+ modificationMagnus Hagander2011-11-051-57/+57
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-141-0/+95
* The particular table names used in the new inheritance regression test areTom Lane2010-02-021-1/+1
* Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.Robert Haas2010-02-011-0/+94
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-231-3/+3
* Disallow comments on columns of relation types other than tables, views,Tom Lane2009-12-221-7/+3
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-121-0/+136
* Change CREATE TABLE so that column default expressions coming from differentTom Lane2009-10-061-0/+15
* Improve unique-constraint-violation error messages to include the exactTom Lane2009-08-011-0/+2
* Improve reporting of dependencies in DROP to work like the scheme that weTom Lane2008-06-111-5/+7
* Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane2008-06-081-31/+24
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-091-0/+217
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-011-0/+2
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-171-0/+20
* Clarify some error messages about duplicate things.Peter Eisentraut2007-06-031-1/+1