index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
create_table_like.out
Age
Commit message (
Expand
)
Author
2025-09-10
Fix CREATE TABLE LIKE with not-valid check constraint
Peter Eisentraut
2025-06-26
Make CREATE TABLE LIKE copy comments on NOT NULL constraints when requested.
Fujii Masao
2025-02-19
Add support for LIKE in CREATE FOREIGN TABLE
Michael Paquier
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-11
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-05-22
Fix handling of extended expression statistics in CREATE TABLE LIKE.
Tom Lane
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-02-20
Revert "Improve compression and storage support with inheritance"
Peter Eisentraut
2024-02-16
Improve compression and storage support with inheritance
Peter Eisentraut
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2021-09-01
Don't print extra parens around expressions in extended stats
Tomas Vondra
2021-08-30
psql: Fix name quoting on extended statistics
Alvaro Herrera
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2021-03-27
Extended statistics on expressions
Tomas Vondra
2020-12-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-11-19
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-09-13
Use the properly transformed RangeVar for expandTableLikeClause().
Tom Lane
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-04-09
Fix CREATE TABLE LIKE INCLUDING GENERATED column order issue
Peter Eisentraut
2020-03-10
Ensure that CREATE TABLE LIKE copies any NO INHERIT constraint property.
Tom Lane
2020-01-28
Added relation name in error messages for constraint checks.
Amit Kapila
2019-09-25
Fix handling of GENERATED columns in CREATE TABLE LIKE INCLUDING DEFAULTS.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-03-27
Add support for multivariate MCV lists
Tomas Vondra
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-03-13
Fix CREATE TABLE / LIKE with bigint identity column
Peter Eisentraut
2018-03-05
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2017-04-06
Identity columns
Peter Eisentraut
2016-12-22
Fix CREATE TABLE ... LIKE ... WITH OIDS.
Tom Lane
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2015-10-05
Have CREATE TABLE LIKE add OID column if any LIKEd table has one
Bruce Momjian
2014-04-15
psql: conditionally display oids and replication identity
Bruce Momjian
2014-03-29
psql: display "Replica Identity" only for FULL and NOTHING
Bruce Momjian
2014-03-26
psql: update "replica identity" display for \d+
Bruce Momjian
2013-07-05
Update messages, comments and documentation for materialized views.
Noah Misch
2012-07-04
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-03-03
Allow CREATE TABLE (LIKE ...) from composite type
Peter Eisentraut
2012-01-10
Support CREATE TABLE (LIKE ...) with foreign tables and views
Peter Eisentraut
2012-01-07
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut