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
*
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
*
Clarify comment in ATRewriteTable().
Robert Haas
2011-02-04
*
Restore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.
Robert Haas
2011-01-27
*
Add a comment explaining why we force physical removal of OIDs.
Robert Haas
2011-01-26
*
Remove arbitrary ALTER TABLE .. ADD COLUMN restriction.
Robert Haas
2011-01-26
*
Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.
Tom Lane
2011-01-25
*
Make ALTER TABLE revalidate uniqueness and exclusion constraints.
Robert Haas
2011-01-20
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Object access hook framework, with post-creation hook.
Robert Haas
2010-11-25
*
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
*
Centralize some ALTER <whatever> .. SET SCHEMA checks.
Robert Haas
2010-11-22
*
Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.
Tom Lane
2010-11-17
*
Refactor typenameTypeId()
Peter Eisentraut
2010-10-25
*
Support triggers on views.
Tom Lane
2010-10-10
*
Throw an appropriate error if ALTER COLUMN TYPE finds a dependent trigger.
Tom Lane
2010-10-02
*
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-26
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-18
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
*
Standardize get_whatever_oid functions for object types with
Robert Haas
2010-08-05
*
Fix inheritance count tracking in ALTER TABLE .. ADD CONSTRAINT.
Robert Haas
2010-08-03
*
Fix another longstanding problem in copy_relation_data: it was blithely
Tom Lane
2010-07-29
*
Add explicit regression tests for ALTER TABLE lock levels.
Simon Riggs
2010-07-29
*
Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.
Simon Riggs
2010-07-28
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
*
Add more checks against altering typed tables
Peter Eisentraut
2010-07-23
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Allow ALTER TABLE .. SET TABLESPACE to be interrupted.
Robert Haas
2010-07-01
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
*
Forbid renaming columns of objects whose column names are system-generated.
Robert Haas
2010-03-20
*
Fix incorrect comment about permissions checking being done in utility.c.
Robert Haas
2010-03-10
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07
*
Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping
Tom Lane
2010-02-04
*
Move the responsibility of writing a "unlogged WAL operation" record from
Heikki Linnakangas
2010-02-03
*
Assorted cleanups in preparation for using a map file to support altering
Tom Lane
2010-02-03
*
Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.
Robert Haas
2010-02-01
*
Type table feature
Peter Eisentraut
2010-01-28
*
Change a few remaining calls of XLogArchivingActive() to use
Heikki Linnakangas
2010-01-28
*
Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.
Robert Haas
2010-01-22
*
Write a WAL record whenever we perform an operation without WAL-logging
Heikki Linnakangas
2010-01-20
[next]