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
*
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-25
*
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
*
Add call to object access hook at the end of table rewrite in ALTER TABLE
Michael Paquier
2021-08-10
*
Add support for SET ACCESS METHOD in ALTER TABLE
Michael Paquier
2021-07-28
*
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-19
*
Preserve firing-on state when cloning row triggers to partitions
Alvaro Herrera
2021-07-16
*
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-15
*
Remove unused function parameter in get_qual_from_partbound
John Naylor
2021-07-14
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
*
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-08
*
Message style improvements
Peter Eisentraut
2021-06-28
*
Centralize the logic for protective copying of utility statements.
Tom Lane
2021-06-18
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-23
*
Fix usage of "tableoid" in GENERATED expressions.
Tom Lane
2021-05-21
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION
Michael Paquier
2021-05-08
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Remove unused argument of ATAddForeignConstraint
Alvaro Herrera
2021-05-05
*
Have ALTER CONSTRAINT recurse on partitioned tables
Alvaro Herrera
2021-05-05
*
Fix OID passed to object-alter hook during ALTER CONSTRAINT
Alvaro Herrera
2021-05-04
*
Fix ALTER TABLE / INHERIT with generated columns
Peter Eisentraut
2021-05-04
*
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-28
*
Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.
Fujii Masao
2021-04-27
*
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-22
*
Don't add a redundant constraint when detaching a partition
Alvaro Herrera
2021-04-21
*
Avoid unnecessary table open/close in TRUNCATE command.
Fujii Masao
2021-04-12
*
Set pg_class.reltuples for partitioned tables
Alvaro Herrera
2021-04-09
*
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-04-08
*
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-04-06
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
*
Add comments for AlteredTableInfo->rel
Alvaro Herrera
2021-03-25
*
Let ALTER TABLE Phase 2 routines manage the relation pointer
Alvaro Herrera
2021-03-25
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
*
Error on invalid TOAST compression in CREATE or ALTER TABLE.
Robert Haas
2021-03-22
*
More code cleanup for configurable TOAST compression.
Robert Haas
2021-03-22
*
Fix assorted silliness in ATExecSetCompression().
Tom Lane
2021-03-21
*
Fix use-after-ReleaseSysCache problem in ATExecAlterColumnType.
Robert Haas
2021-03-19
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Small error message improvement
Peter Eisentraut
2021-03-17
*
Simplify code to switch pg_class.relrowsecurity in tablecmds.c
Michael Paquier
2021-03-02
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Adjust comments of CheckRelationTableSpaceMove() and SetRelationTableSpace()
Michael Paquier
2021-01-29
*
Refactor code in tablecmds.c to check and process tablespace moves
Michael Paquier
2021-01-27
*
Refactor option handling of CLUSTER, REINDEX and VACUUM
Michael Paquier
2021-01-18
*
Prevent drop of tablespaces used by partitioned relations
Alvaro Herrera
2021-01-14
*
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Change get_constraint_index() to use pg_constraint.conindid
Peter Eisentraut
2020-12-09
[next]