index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
identity.out
Age
Commit message (
Expand
)
Author
2024-12-12
Add some regression tests for missing DDL patterns
Michael Paquier
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-09-17
Repair pg_upgrade for identity sequences with non-default persistence.
Tom Lane
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-13
Fix test case to do what it intends to
Alvaro Herrera
2024-05-07
Fix assorted bugs related to identity column in partitioned tables
Peter Eisentraut
2024-02-09
Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMN
Peter Eisentraut
2024-01-16
Support identity columns in partitioned tables
Peter Eisentraut
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2021-03-12
Forbid marking an identity column as nullable.
Tom Lane
2020-11-23
Improve wording of two error messages related to generated columns.
Tom Lane
2020-11-22
Allow a multi-row INSERT to specify DEFAULTs for a generated column.
Tom Lane
2020-10-05
Improve stability of identity.sql regression test.
Tom Lane
2020-03-31
Fix INSERT OVERRIDING USER VALUE behavior
Peter Eisentraut
2020-01-28
Added relation name in error messages for constraint checks.
Amit Kapila
2020-01-21
Clarify behavior of adding and altering a column in same ALTER command.
Tom Lane
2020-01-15
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2019-07-22
Make identity sequence management more robust
Peter Eisentraut
2019-04-23
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-03-14
Reorder identity regression test
Peter Eisentraut
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-03-15
Clean up duplicate role and schema names in regression tests.
Tom Lane
2018-02-02
Fix application of identity values in some cases
Peter Eisentraut
2018-01-31
Fix typo: colums -> columns.
Robert Haas
2017-12-09
Fix regression test output
Magnus Hagander
2017-12-08
Prohibit identity columns on typed tables and partitions
Peter Eisentraut
2017-12-08
Apply identity sequence values on COPY
Peter Eisentraut
2017-09-29
psql: Update \d sequence display
Peter Eisentraut
2017-09-15
Apply pg_get_serial_sequence() to identity column sequences as well
Peter Eisentraut
2017-04-06
Identity columns
Peter Eisentraut