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
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
Remove "recheck" argument from check_index_is_clusterable()
Michael Paquier
2022-04-13
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Unlogged sequences
Peter Eisentraut
2022-04-07
*
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-06
*
Allow CLUSTER on partitioned tables
Alvaro Herrera
2022-04-02
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
*
Fix bogus dependency handling for GENERATED expressions.
Tom Lane
2022-03-21
*
Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c.
Tom Lane
2022-03-21
*
Fix risk of deadlock failure while dropping a partitioned index.
Tom Lane
2022-03-21
*
Parse/analyze function renaming
Peter Eisentraut
2022-03-04
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Prevent altering partitioned table's rowtype, if it's used elsewhere.
Tom Lane
2022-01-06
*
Create foreign key triggers in partitioned tables too
Alvaro Herrera
2022-01-05
*
Small cleanups related to PUBLICATION framework code
Alvaro Herrera
2021-12-30
*
Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY
Michael Paquier
2021-12-22
*
Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.
Tom Lane
2021-12-15
*
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-08
*
Some RELKIND macro refactoring
Peter Eisentraut
2021-12-03
*
Update comments
Peter Eisentraut
2021-11-26
*
Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index
Michael Paquier
2021-11-25
*
Add missing words in comment
Alvaro Herrera
2021-11-22
*
Invalidate relcache when changing REPLICA IDENTITY index.
Amit Kapila
2021-11-16
*
Allow publishing the tables of schema.
Amit Kapila
2021-10-27
*
Ensure correct lock level is used in ALTER ... RENAME
Alvaro Herrera
2021-10-19
*
Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)
Michael Paquier
2021-10-19
*
Invalidate partitions of table being attached/detached
Alvaro Herrera
2021-10-18
*
Clean up more code using "(expr) ? true : false"
Michael Paquier
2021-10-11
*
Clarify use of "statistics objects" in the code
Michael Paquier
2021-09-29
*
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
[next]