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
*
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-26
*
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-23
*
Disallow merging ONLY constraints in children tables
Alvaro Herrera
2012-01-16
*
Prevent adding relations to a concurrently dropped schema.
Robert Haas
2012-01-16
*
Fix backwards logic in previous commit.
Robert Haas
2012-01-06
*
Improve behavior of concurrent ALTER TABLE, and do some refactoring.
Robert Haas
2012-01-06
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
*
Update per-column ACLs, not only per-table ACL, when changing table owner.
Tom Lane
2011-12-21
*
Improve behavior of concurrent CLUSTER.
Robert Haas
2011-12-21
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
*
Improve behavior of concurrent ALTER <relation> .. SET SCHEMA.
Robert Haas
2011-12-15
*
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-15
*
Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26715bb94.
Robert Haas
2011-12-06
*
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-30
*
Change FK trigger naming convention to fix self-referential FKs.
Tom Lane
2011-10-26
*
Change FK trigger creation order to better support self-referential FKs.
Tom Lane
2011-10-26
*
Fix ALTER TABLE ONLY .. DROP CONSTRAINT.
Robert Haas
2011-10-09
*
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
[next]