]> granicus.if.org Git - postgresql/history - src/backend/commands/tablecmds.c
For some reason access/tupmacs.h has been #including utils/memutils.h,
[postgresql] / src / backend / commands / tablecmds.c
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-13 Tom LaneChange addRangeTableEntryForRelation() to take a Relati...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-25 Tom LaneFix two bugs in change_owner_recurse_to_sequences:...
2005-03-24 Neil ConwayRevert changes to CREATE TRIGGER and ALTER TABLE ADD...
2005-03-23 Neil ConwayAdjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN...
2005-03-20 Tom LaneRemove unnecessary calls of FlushRelationBuffers: there...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-02-09 Neil ConwayALTER TABLE ADD COLUMN exhibits a significant memory...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2005-01-24 Tom LaneFix ALTER TABLE ADD COLUMN so that constraints of domai...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-16 Neil ConwayPrevent a backend crash when processing CREATE TABLE...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-30 Tom LaneI found a corner case in which it is possible for RI_FK...
2004-10-22 Tom LaneIn ALTER COLUMN TYPE, strip any implicit coercion opera...
2004-10-21 Tom LaneDisallow referential integrity actions from being defer...
2004-10-16 Tom LaneGive a more user-friendly error message in case where...
2004-10-12 Peter EisentrautMessage style revisions
2004-09-23 Tom LaneFix ALTER TABLE OWNER to adjust the ownership of depend...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-31 Tom Laneneeds_toast_table() should ignore dropped columns.
2004-08-31 Tom Lanecopy_relation_data was mistakenly assuming that the...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Tom LaneRearrange order of operations in heap_drop_with_catalog...
2004-08-15 Tom LaneDept. of further reflection: I looked around to see...
2004-08-13 Tom LaneChange order of operations in ALTER TABLE SET TABLESPAC...
2004-08-04 Tom LaneFix silly thinko in ALTER COLUMN TYPE. Check for findi...
2004-08-01 Tom LaneCause ALTER OWNER commands to update the object's ACL...
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-07-19 Tom LaneXLOG file archiving and point-in-time recovery. There...
2004-07-17 Tom LaneWhen renaming a column that participates in a foreign...
2004-07-11 Tom LaneALTER TABLE SET TABLESPACE. Gavin Sherry, some rework...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-25 Tom LaneSupport renaming of tablespaces, and changing the owners of
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-10 Tom LaneMake ALTER TABLE ADD SERIAL work reasonably in inherita...
2004-06-10 Tom LaneFix oversight in recent ALTER TABLE improvements. ...
2004-06-10 Tom LaneClean up generation of default names for constraints...
2004-06-06 Tom LaneAllow use of table rowtypes directly as column types...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-06-04 Tom LaneResurrect heap_deformtuple(), this time implemented...
2004-06-02 Bruce MomjianOK, here's the final version of ALTER TABLE ... SET...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-08 Tom LaneFix a couple of oversights in new ALTER TABLE code...
2004-05-08 Tom LaneGet rid of cluster.c's apparatus for rebuilding a relat...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-05-06 Tom LaneMake ALTER COLUMN TYPE preserve clustered status for...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2004-03-13 Tom LaneGenerate a WARNING when the column types in a foreign...
2004-02-15 Tom LaneFirst steps towards statistics on expressional (nee...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-01-28 Tom LaneReview uses of IsUnderPostmaster, change some tests...
2004-01-23 Neil ConwayFix a minor bug introduced by the recent CREATE TABLE...
2004-01-10 Neil ConwayImplement "WITH / WITHOID OIDS" clause for CREATE TABLE...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-10-13 Bruce MomjianBack out makeNode() patch to fix gcc 3.3.1 warning.
2003-10-13 Tom LaneAdjust setRelhassubclassInRelation() to not perform...
2003-10-12 Bruce MomjianUse makeNode() to allocate structures that have to...
2003-10-11 Bruce MomjianBack out -fstrict-aliasing void* casting.
2003-10-11 Bruce MomjianThis patch will stop gcc from issuing warnings about...
2003-10-06 Tom LaneDuring ALTER TABLE ADD FOREIGN KEY, try to check the...
2003-10-02 Peter EisentrautString fixes/improvements found by Alvaro Herrera
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-19 Tom LaneDisallow foreign-key references from temp tables to...
2003-09-15 Peter EisentrautRemove warnings for operations that have no effect...
2003-08-30 Bruce MomjianGuard against pgindent changing =- to = -.
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-21 Tom LanePrevent palloc(0) error when parent table has zero...
2003-03-21 Bruce MomjianFix ALTER TABLE / CLUSTER ON breakage.
2003-03-20 Bruce MomjianAdd ALTER TABLE <tablename> CLUSTER ON <indexname>
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-02-13 Bruce MomjianCode for WITHOUT OIDS.
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-01-08 Tom LaneReconsider old decision to try to constant-fold default...
2002-12-30 Tom LaneCode review for transaction-safe-TRUNCATE patch: minor...
2002-12-30 Tom LaneCode review for CLUSTER ALL patch. Fix bogus locking...
2002-12-16 Tom LaneFix ALTER TABLE ADD COLUMN to disallow the same column...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-11-23 Tom LaneFix compile warnings from truncate patch.
next