index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
tablecmds.c
Age
Commit message (
Expand
)
Author
2020-07-14
Fix timing issue with ALTER TABLE's validate constraint
David Rowley
2020-04-06
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-02-03
Revert commit 606f350de9.
Fujii Masao
2020-01-31
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-22
Fix concurrent indexing operations with temporary tables
Michael Paquier
2019-08-18
Disallow changing an inherited column's type if not all parents changed.
Tom Lane
2019-07-16
Fix thinko in construction of old_conpfeqop list.
Tom Lane
2019-06-24
Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.
Tom Lane
2019-06-12
Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.
Tom Lane
2018-12-27
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-17
Fix use-after-free bug when renaming constraints
Michael Paquier
2018-12-17
Make constraint rename issue relcache invalidation on target relation
Michael Paquier
2018-12-07
Fix misapplication of pgstat_count_truncate to wrong relation.
Tom Lane
2018-10-06
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-01
Fix ALTER COLUMN TYPE to not open a relation without any lock.
Tom Lane
2018-09-26
Recurse to sequences on ownership change for all relkinds
Peter Eisentraut
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-08-21
Fix set of NLS translation issues
Michael Paquier
2018-01-19
Fix StoreCatalogInheritance1 to use 32bit inhseqno
Alvaro Herrera
2017-08-09
Fix handling of container types in find_composite_type_dependencies.
Tom Lane
2017-05-15
Fix unsafe reference into relcache in constructed CommentStmt.
Tom Lane
2017-04-28
Fix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-09
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-06
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-04
Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.
Tom Lane
2016-11-25
Check for pending trigger events on far end when dropping an FK constraint.
Tom Lane
2016-10-26
Fix incorrect trigger-property updating in ALTER CONSTRAINT.
Tom Lane
2016-10-08
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-04-15
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
2015-12-17
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-12
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
Andres Freund
2015-11-20
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-16
Message improvements
Peter Eisentraut
2015-10-28
Message style improvements
Peter Eisentraut
2015-10-28
Add missing serial comma, for consistency.
Robert Haas
2015-10-28
Fix incorrect message in ATWrongRelkindError.
Robert Haas
2015-10-22
Add two missing cases to ATWrongRelkindError.
Robert Haas
2015-10-15
Fix bogus comments
Alvaro Herrera
2015-10-04
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-07-29
Fix typo in comment.
Heikki Linnakangas
2015-07-14
Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...
Heikki Linnakangas
2015-07-14
Reformat code in ATPostAlterTypeParse.
Heikki Linnakangas
2015-06-12
Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.
Tom Lane
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-15
Support VERBOSE option in REINDEX command.
Fujii Masao
[next]