summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/create_table.out
Commit message (Expand)AuthorAgeFilesLines
...
* Show partition info from psql \d+Simon Riggs2017-11-231-5/+8
* Add hash partitioning.Robert Haas2017-11-091-4/+74
* After a MINVALUE/MAXVALUE bound, allow only more of the same.Robert Haas2017-09-151-6/+6
* Allow a partitioned table to have a default partition.Robert Haas2017-09-081-0/+20
* Improve the error message when creating an empty range partition.Robert Haas2017-08-101-2/+4
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-211-24/+17
* Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane2017-07-131-1/+1
* Simplify the logic checking new range partition bounds.Dean Rasheed2017-07-061-1/+1
* Disallow set-returning functions inside CASE or COALESCE.Tom Lane2017-06-131-1/+1
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-281-2/+23
* Don't explicitly mark range partitioning columns NOT NULL.Robert Haas2017-05-181-26/+14
* Teach \d+ to show partitioning constraints.Robert Haas2017-05-131-13/+76
* Disallow finite partition bound following earlier UNBOUNDED column.Robert Haas2017-05-091-0/+7
* Fix crash when partitioned column specified twice.Robert Haas2017-04-281-0/+8
* Remove unnecessairly duplicated gram.y productionsStephen Frost2017-04-271-1/+1
* Allow COMMENT ON COLUMN with partitioned tablesSimon Riggs2017-04-181-0/+19
* Change the relkind for partitioned tables from 'P' to 'p'.Tom Lane2017-03-101-1/+1
* Allow partitioned tables to be dropped without CASCADESimon Riggs2017-03-061-7/+2
* Make partitions automatically inherit OIDs.Robert Haas2017-02-191-5/+13
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-251-0/+8
* Teach partitioning tests not to use DROP TABLE ... CASCADE.Robert Haas2017-01-191-27/+7
* Fix some problems in check_new_partition_bound().Robert Haas2017-01-191-1/+9
* Fix some more regression test row-order-instability issues.Tom Lane2017-01-131-2/+6
* Replace references to COLLATE "en_US" with COLLATE "C".Robert Haas2016-12-071-2/+2
* Implement table partitioning.Robert Haas2016-12-071-0/+413
* Have CREATE TABLE LIKE add OID column if any LIKEd table has oneBruce Momjian2015-10-051-0/+3
* Fix lost persistence setting during REINDEX INDEXAlvaro Herrera2015-03-301-0/+22
* Setup cursor position for schema-qualified elementsAlvaro Herrera2015-03-181-0/+4
* Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan2014-12-131-0/+6
* Do jsonb regression test input in the conventional way.Andrew Dunstan2014-03-231-0/+3
* Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas2012-07-041-5/+0
* Revert error message on GLOBAL/LOCAL pending further discussionSimon Riggs2012-06-101-16/+0
* Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implementedSimon Riggs2012-06-091-0/+16
* Fix another bit of unlogged-table-induced breakage.Robert Haas2011-09-211-7/+12
* Unbreak unlogged tables.Robert Haas2011-07-221-0/+11
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-8/+8
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-251-1/+5
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-0/+4
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-021-0/+10
* This patch updates the regression tests to allow "make installcheck" toNeil Conway2005-01-221-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-5/+5
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-5/+5
* Change made to elog:Bruce Momjian2002-03-061-5/+5
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-5/+5
* Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut2001-05-211-9/+0
* Re-allow specification of a new default value for an inherited columnTom Lane2001-03-301-0/+5
* Update output to new psql conventions.Thomas G. Lockhart2000-01-051-65/+88
* I have two patches for 6.5.0:Bruce Momjian1999-05-051-1/+3
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-18/+18