summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/identity.out
AgeCommit message (Expand)Author
2024-12-12Add some regression tests for missing DDL patternsMichael Paquier
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-09-17Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera
2024-05-13Fix test case to do what it intends toAlvaro Herrera
2024-05-07Fix assorted bugs related to identity column in partitioned tablesPeter Eisentraut
2024-02-09Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMNPeter Eisentraut
2024-01-16Support identity columns in partitioned tablesPeter Eisentraut
2023-08-25Catalog not-null constraintsAlvaro Herrera
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2021-03-12Forbid marking an identity column as nullable.Tom Lane
2020-11-23Improve wording of two error messages related to generated columns.Tom Lane
2020-11-22Allow a multi-row INSERT to specify DEFAULTs for a generated column.Tom Lane
2020-10-05Improve stability of identity.sql regression test.Tom Lane
2020-03-31Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut
2020-01-28Added relation name in error messages for constraint checks.Amit Kapila
2020-01-21Clarify behavior of adding and altering a column in same ALTER command.Tom Lane
2020-01-15Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane
2019-07-22Make identity sequence management more robustPeter Eisentraut
2019-04-23Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane
2019-03-14Reorder identity regression testPeter Eisentraut
2018-04-12Revert MERGE patchSimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-03-15Clean up duplicate role and schema names in regression tests.Tom Lane
2018-02-02Fix application of identity values in some casesPeter Eisentraut
2018-01-31Fix typo: colums -> columns.Robert Haas
2017-12-09Fix regression test outputMagnus Hagander
2017-12-08Prohibit identity columns on typed tables and partitionsPeter Eisentraut
2017-12-08Apply identity sequence values on COPYPeter Eisentraut
2017-09-29psql: Update \d sequence displayPeter Eisentraut
2017-09-15Apply pg_get_serial_sequence() to identity column sequences as wellPeter Eisentraut
2017-04-06Identity columnsPeter Eisentraut