]> granicus.if.org Git - postgresql/history - src/backend/catalog/heap.c
Make sure we give an appropriate user-facing error when attempting
[postgresql] / src / backend / catalog / heap.c
2008-11-29 Tom LaneMake sure we give an appropriate user-facing error...
2008-11-27 Heikki LinnakangasFix obsolete comment regarding FSM truncation.
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-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-14 Tom LaneMake the system-attributes loop in AddNewAttributeTuple...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-07-30 Tom LaneFlip the default typispreferred setting from true to...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-29 Tom LaneRemove the hack in the grammar that "optimized away...
2007-10-12 Tom LaneRemove hack in pg_tablespace_aclmask() that disallowed...
2007-09-08 Tom LaneReplace the former method of determining snapshot xmax...
2007-06-03 Peter EisentrautClarify some error messages about duplicate things.
2007-05-14 Tom LaneGet rid of the pg_shdepend entry for a TOAST table...
2007-05-12 Tom LaneFix the problem that creating a user-defined type named...
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-07-08 Alvaro HerreraFix typo in comment.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-29 Tom LaneChange TRUNCATE's method for searching for foreign...
2006-06-27 Bruce MomjianRevert patch, doesn't do what it should:
2006-06-27 Bruce MomjianDisallow changing/dropping default expression of a...
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-04-30 Bruce MomjianRevert patch pending more discussion:
2006-04-29 Bruce MomjianDisallow changing DEFAULT expression of a SERIAL column.
2006-04-24 Alvaro HerreraDon't add a shared dependency on the owner of a composi...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-07-28 Neil ConwayMark a static array "const" to move a few bytes from...
2005-07-13 Tom LaneFix a couple of bogus comments, per Alvaro.
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-06-05 Tom LaneReplace the parser's namespace tree (which formerly...
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-20 Tom LaneRemove unnecessary calls of FlushRelationBuffers: there...
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-08-31 Tom LaneFix unintended assignment of sequences to the containin...
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-07-11 Tom LaneMove TablespaceCreateDbspace() call into smgrcreate...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
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-06 Tom LaneRemove finger from dike: composite types are now allowe...
2004-06-04 Tom LaneRemove some long-obsolete code that was causing a stran...
2004-05-31 Tom LaneMinor code rationalization: FlushRelationBuffers just...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
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-02-15 Tom LaneFirst steps towards statistics on expressional (nee...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
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-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-19 Tom LaneDisallow foreign-key references from temp tables to...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-29 Tom LaneCoerce unknown-literal-constant default values to the...
2003-07-21 Tom LaneError message editing in backend/catalog.
next