index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
tablecmds.c
Commit message (
Expand
)
Author
Age
*
Split some code out from MergeAttributes()
Peter Eisentraut
2024-01-26
*
MergeAttributes code deduplication
Peter Eisentraut
2024-01-26
*
MergeAttributes: convert pg_attribute back to ColumnDef before comparing
Peter Eisentraut
2024-01-25
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
*
Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees
Michael Paquier
2024-01-24
*
Support identity columns in partitioned tables
Peter Eisentraut
2024-01-16
*
Assert that partition inherits from only one parent in MergeAttributes()
Peter Eisentraut
2024-01-16
*
Remove useless Assert
Peter Eisentraut
2024-01-14
*
Make attstattarget nullable
Peter Eisentraut
2024-01-13
*
Refactor ATExecAddColumn() to use BuildDescForRelation()
Peter Eisentraut
2024-01-12
*
ALTER TABLE command to change generation expression
Peter Eisentraut
2024-01-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Refactor: separate function to find all objects depending on a column
Peter Eisentraut
2024-01-03
*
Turn AT_PASS_* macros into an enum
Peter Eisentraut
2024-01-01
*
Add support for REINDEX in event triggers
Michael Paquier
2023-12-04
*
Remove redundant setting of hashkey after insertion
John Naylor
2023-11-30
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Check stack depth in new recursive functions
Alvaro Herrera
2023-11-08
*
Make some error strings more generic
Alvaro Herrera
2023-10-20
*
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
Tom Lane
2023-10-16
*
Push attcompression and attstorage handling into BuildDescForRelation()
Peter Eisentraut
2023-10-05
*
Move BuildDescForRelation() from tupdesc.c to tablecmds.c
Peter Eisentraut
2023-10-05
*
Push attidentity and attgenerated handling into BuildDescForRelation()
Peter Eisentraut
2023-10-05
*
Add TupleDescGetDefault()
Peter Eisentraut
2023-09-27
*
MergeAttributes() and related variable renaming
Peter Eisentraut
2023-09-26
*
Clean up MergeCheckConstraint()
Peter Eisentraut
2023-09-26
*
Clean up MergeAttributesIntoExisting()
Peter Eisentraut
2023-09-26
*
Move privilege check to the right place
Alvaro Herrera
2023-09-07
*
Fix not-null constraint test
Alvaro Herrera
2023-09-01
*
ATPrepAddPrimaryKey: ignore non-PK constraints
Alvaro Herrera
2023-09-01
*
Remove useless if condition
Peter Eisentraut
2023-08-29
*
Remove useless if condition
Peter Eisentraut
2023-08-29
*
Make more use of makeColumnDef()
Peter Eisentraut
2023-08-29
*
Add some const decorations
Peter Eisentraut
2023-08-29
*
Catalog not-null constraints
Alvaro Herrera
2023-08-25
*
Add OAT hook calls for more subcommands of ALTER TABLE
Michael Paquier
2023-08-17
*
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-07-20
*
Fix updates of indisvalid for partitioned indexes
Michael Paquier
2023-07-14
*
Remove ancient special case code for adding oid columns
Peter Eisentraut
2023-07-12
*
Message wording improvements
Peter Eisentraut
2023-07-10
*
Add more sanity checks with callers of changeDependencyFor()
Michael Paquier
2023-07-10
*
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-07
*
Add macro for maximum statistics target
Peter Eisentraut
2023-07-03
*
Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...
Michael Paquier
2023-06-28
*
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-22
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Comment fix for 60684dd834.
Jeff Davis
2023-04-17
*
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-12
*
Catalog NOT NULL constraints
Alvaro Herrera
2023-04-07
[next]