]> granicus.if.org Git - postgresql/history - src/backend/commands/tablecmds.c
Suppress some compiler warnings in recent commits.
[postgresql] / src / backend / commands / tablecmds.c
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...
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-07-30 Tom LaneMerge the Constraint and FkConstraint node types into...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-20 Andrew DunstanDROP IF EXISTS for columns and constraints. Andres...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-07-12 Tom LaneMove some declarations in the raw-parser header files...
2009-06-18 Tom LaneFix the just-reported problem that you can't specify...
2009-06-11 Tom LaneRevisit AlterTableCreateToastTable's API once again...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-20 Heikki LinnakangasSilence a gcc compiler warning about non-literal format...
2009-05-12 Tom LaneModify find_inheritance_children() and find_all_inherit...
2009-05-12 Tom LaneDo some minor code refactoring in preparation for chang...
2009-05-07 Tom LaneAdd an option to AlterTableCreateToastTable() to allow...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-02-11 Tom LaneChange ALTER TABLE SET WITHOUT OIDS to rewrite the...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-12 Peter EisentrautAdd ONLY support to LOCK and TRUNCATE. By default...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-15 Tom LaneCode review for CREATE OR REPLACE VIEW patch. Do thing...
2008-12-13 Tom LaneIncrease the default value of default_statistics_target...
2008-12-06 Bruce MomjianAllow CREATE OR REPLACE VIEW to add columns to the...
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-14 Alvaro HerreraReplace the usage of heap_addheader to create pg_attrib...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-21 Peter EisentrautUse format_type_be() instead of TypeNameToString()...
2008-10-07 Heikki LinnakangasWhen a relation is moved to another tablespace, we...
next