]> granicus.if.org Git - postgresql/history - src/backend/commands/tablecmds.c
Remove unused variable
[postgresql] / src / backend / commands / tablecmds.c
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...
2010-02-03 Heikki LinnakangasMove the responsibility of writing a "unlogged WAL...
2010-02-03 Tom LaneAssorted cleanups in preparation for using a map file...
2010-02-01 Robert HaasTighten integrity checks on ALTER TABLE ... ALTER COLUM...
2010-01-28 Peter EisentrautType table feature
2010-01-28 Heikki LinnakangasChange a few remaining calls of XLogArchivingActive...
2010-01-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-20 Heikki LinnakangasWrite a WAL record whenever we perform an operation...
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-06 Bruce MomjianPreserve relfilenodes:
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-29 Tom LaneAdd an index on pg_inherits.inhparent, and use it to...
2009-12-23 Tom LaneRemove code that attempted to rename index columns...
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-04 Heikki LinnakangasAllow rewriting ALTER TABLE to skip WAL logging.
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-13 Tom LaneCode review for LIKE INCLUDING patch --- clean up some...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-10-06 Tom LaneChange CREATE TABLE so that column default expressions...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-08-23 Tom LaneMake TRUNCATE do truncate-in-place when processing...
2009-08-12 Tom LaneImprove error message for the case where a requested...
2009-08-07 Tom LaneFix some omissions in the dependency-object-class suppo...
next