summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/create_table_like.out
AgeCommit message (Expand)Author
2025-09-10Fix CREATE TABLE LIKE with not-valid check constraintPeter Eisentraut
2025-06-26Make CREATE TABLE LIKE copy comments on NOT NULL constraints when requested.Fujii Masao
2025-02-19Add support for LIKE in CREATE FOREIGN TABLEMichael Paquier
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-11Add support for NOT ENFORCED in CHECK constraintsPeter Eisentraut
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-05-22Fix handling of extended expression statistics in CREATE TABLE LIKE.Tom Lane
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-02-20Revert "Improve compression and storage support with inheritance"Peter Eisentraut
2024-02-16Improve compression and storage support with inheritancePeter Eisentraut
2023-08-25Catalog not-null constraintsAlvaro Herrera
2021-09-01Don't print extra parens around expressions in extended statsTomas Vondra
2021-08-30psql: Fix name quoting on extended statisticsAlvaro Herrera
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-03-27Extended statistics on expressionsTomas Vondra
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-11-19Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.Tom Lane
2020-09-13Use the properly transformed RangeVar for expandTableLikeClause().Tom Lane
2020-08-21Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane
2020-04-09Fix CREATE TABLE LIKE INCLUDING GENERATED column order issuePeter Eisentraut
2020-03-10Ensure that CREATE TABLE LIKE copies any NO INHERIT constraint property.Tom Lane
2020-01-28Added relation name in error messages for constraint checks.Amit Kapila
2019-09-25Fix handling of GENERATED columns in CREATE TABLE LIKE INCLUDING DEFAULTS.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-03-27Add support for multivariate MCV listsTomas Vondra
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-03-13Fix CREATE TABLE / LIKE with bigint identity columnPeter Eisentraut
2018-03-05Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera
2017-04-06Identity columnsPeter Eisentraut
2016-12-22Fix CREATE TABLE ... LIKE ... WITH OIDS.Tom Lane
2016-11-03psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut
2015-10-05Have CREATE TABLE LIKE add OID column if any LIKEd table has oneBruce Momjian
2014-04-15psql: conditionally display oids and replication identityBruce Momjian
2014-03-29psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian
2014-03-26psql: update "replica identity" display for \d+Bruce Momjian
2013-07-05Update messages, comments and documentation for materialized views.Noah Misch
2012-07-04Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2012-03-03Allow CREATE TABLE (LIKE ...) from composite typePeter Eisentraut
2012-01-10Support CREATE TABLE (LIKE ...) with foreign tables and viewsPeter Eisentraut
2012-01-07Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut