]> granicus.if.org Git - postgresql/history - src/backend/commands/tablecmds.c
Update copyright notices for year 2012.
[postgresql] / src / backend / commands / tablecmds.c
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-12-21 Tom LaneUpdate per-column ACLs, not only per-table ACL, when...
2011-12-21 Robert HaasImprove behavior of concurrent CLUSTER.
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
2011-12-16 Robert HaasImprove behavior of concurrent ALTER <relation> .....
2011-12-16 Robert HaasImprove behavior of concurrent rename statements.
2011-12-06 Robert HaasTypo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26...
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-10-26 Tom LaneChange FK trigger naming convention to fix self-referen...
2011-10-26 Tom LaneChange FK trigger creation order to better support...
2011-10-10 Robert HaasFix ALTER TABLE ONLY .. DROP CONSTRAINT.
2011-09-02 Tom LaneTeach ANALYZE to clear pg_class.relhassubclass when...
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-07-07 Tom LaneFinish disabling reduced-lock-levels-for-DDL feature.
2011-07-04 Peter EisentrautMessage style tweaks
2011-07-04 Simon RiggsReset ALTER TABLE lock levels to AccessExclusiveLock...
2011-07-03 Robert HaasFix bugs in relpersistence handling during table creation.
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-06-22 Robert HaasAdd notion of a "transform function" that can simplify...
2011-06-21 Peter EisentrautMessage style and spelling improvements
2011-06-15 Tom LaneRework parsing of ConstraintAttributeSpec to improve...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-08 Heikki LinnakangasMake DDL operations play nicely with Serializable Snaps...
2011-06-02 Robert HaasFix vim-induced typo.
2011-05-28 Alvaro HerreraRemove unused variable
2011-04-26 Tom LaneRemove incorrect HINT for use of ALTER FOREIGN TABLE...
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-21 Robert HaasAllow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse...
2011-04-21 Robert HaasTypo fix.
2011-04-21 Robert HaasAllow ALTER TABLE name {OF type | NOT OF}.
2011-04-17 Tom LaneAdd check for matching column collations in ALTER TABLE...
2011-04-16 Tom LaneSimplify reindex_relation's API.
2011-04-14 Robert HaasRemove obsolete comment.
2011-04-14 Robert HaasFix toast table creation.
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-09 Tom LaneClean up overly complex code for issuing some related...
2011-04-08 Robert HaasFix bug in propagating ALTER TABLE actions to typed...
2011-04-04 Robert HaasRearrange "add column" logic to merge columns at exec...
2011-03-28 Tom LanePrevent a rowtype from being included in itself.
2011-03-26 Tom LanePass collation to makeConst() instead of looking it...
2011-03-22 Simon RiggsMake FKs valid at creation when added as column constra...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-19 Robert HaasFix possible "tuple concurrently updated" error in...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-03-04 Peter EisentrautDon't allow CREATE TABLE AS to create a column with...
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-15 Robert HaasAvoid a few more SET DATA TYPE table rewrites.
2011-02-15 Robert HaasDelete stray word from comment.
2011-02-12 Peter EisentrautDDL support for collations
2011-02-12 Robert HaasTeach ALTER TABLE .. SET DATA TYPE to avoid some table...
2011-02-11 Robert HaasTweak find_composite_type_dependencies API a bit more.
2011-02-08 Tom LaneSuppress some compiler warnings in recent commits.
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-02-07 Itagaki TakahiroFix a comment for MergeAttributes.
2011-02-06 Robert HaasTighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
2011-02-04 Robert HaasClarify comment in ATRewriteTable().
2011-01-27 Robert HaasRestore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.
2011-01-26 Robert HaasAdd a comment explaining why we force physical removal...
2011-01-26 Robert HaasRemove arbitrary ALTER TABLE .. ADD COLUMN restriction.
2011-01-25 Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2011-01-21 Robert HaasMake ALTER TABLE revalidate uniqueness and exclusion...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-11-23 Peter EisentrautPropagate ALTER TYPE operations to typed tables
2010-11-23 Robert HaasCentralize some ALTER <whatever> .. SET SCHEMA checks.
2010-11-17 Tom LaneMake TRUNCATE ... RESTART IDENTITY restart sequences...
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-10-10 Tom LaneSupport triggers on views.
2010-10-02 Tom LaneThrow an appropriate error if ALTER COLUMN TYPE finds...
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-08-03 Robert HaasFix inheritance count tracking in ALTER TABLE .. ADD...
2010-07-29 Tom LaneFix another longstanding problem in copy_relation_data...
2010-07-29 Simon RiggsAdd explicit regression tests for ALTER TABLE lock...
2010-07-28 Simon RiggsReduce lock levels of CREATE TRIGGER and some ALTER...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-07-23 Peter EisentrautAdd more checks against altering typed tables
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-01 Robert HaasAllow ALTER TABLE .. SET TABLESPACE to be interrupted.
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-03-20 Robert HaasForbid renaming columns of objects whose column names...
2010-03-10 Robert HaasFix incorrect comment about permissions checking being...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-04 Tom LaneRestructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE...
next