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
*
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
2011-09-02
*
Allow per-column foreign data wrapper options.
Robert Haas
2011-08-05
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
*
Finish disabling reduced-lock-levels-for-DDL feature.
Tom Lane
2011-07-07
*
Message style tweaks
Peter Eisentraut
2011-07-05
*
Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.
Simon Riggs
2011-07-04
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
*
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-30
*
Add notion of a "transform function" that can simplify function calls.
Robert Haas
2011-06-21
*
Message style and spelling improvements
Peter Eisentraut
2011-06-22
*
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-15
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Make DDL operations play nicely with Serializable Snapshot Isolation.
Heikki Linnakangas
2011-06-08
*
Fix vim-induced typo.
Robert Haas
2011-06-02
*
Remove unused variable
Alvaro Herrera
2011-05-27
*
Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wrong relkind.
Tom Lane
2011-04-25
*
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
*
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-22
*
Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.
Robert Haas
2011-04-20
*
Typo fix.
Robert Haas
2011-04-20
*
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-20
*
Add check for matching column collations in ALTER TABLE ... INHERIT.
Tom Lane
2011-04-17
*
Simplify reindex_relation's API.
Tom Lane
2011-04-16
*
Remove obsolete comment.
Robert Haas
2011-04-13
*
Fix toast table creation.
Robert Haas
2011-04-13
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Clean up overly complex code for issuing some related error messages.
Tom Lane
2011-04-09
*
Fix bug in propagating ALTER TABLE actions to typed tables.
Robert Haas
2011-04-08
*
Rearrange "add column" logic to merge columns at exec time.
Robert Haas
2011-04-03
*
Prevent a rowtype from being included in itself.
Tom Lane
2011-03-28
*
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-25
*
Make FKs valid at creation when added as column constraints.
Simon Riggs
2011-03-22
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Fix possible "tuple concurrently updated" error in ALTER TABLE.
Robert Haas
2011-03-18
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
*
Don't allow CREATE TABLE AS to create a column with invalid collation
Peter Eisentraut
2011-03-04
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Avoid a few more SET DATA TYPE table rewrites.
Robert Haas
2011-02-14
*
Delete stray word from comment.
Robert Haas
2011-02-14
*
DDL support for collations
Peter Eisentraut
2011-02-12
*
Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites.
Robert Haas
2011-02-12
*
Tweak find_composite_type_dependencies API a bit more.
Robert Haas
2011-02-11
*
Suppress some compiler warnings in recent commits.
Tom Lane
2011-02-08
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.
Simon Riggs
2011-02-08
*
Fix a comment for MergeAttributes.
Itagaki Takahiro
2011-02-07
*
Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
Robert Haas
2011-02-06
[next]