]> granicus.if.org Git - postgresql/history - src/backend/commands/typecmds.c
For some reason access/tupmacs.h has been #including utils/memutils.h,
[postgresql] / src / backend / commands / typecmds.c
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
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-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2005-01-24 Tom LaneFix ALTER TABLE ADD COLUMN so that constraints of domai...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
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 LaneClean up generation of default names for constraints...
2004-06-04 Tom LaneResurrect heap_deformtuple(), this time implemented...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-14 Tom LaneTighten parsing of boolean options to CREATE TYPE and...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-05-05 Tom LaneFix get_rels_with_domain to not do the wrong thing...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
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-02 Peter EisentrautChange some notices to warnings and vice versa accordin...
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-15 Peter EisentrautRemove warnings for operations that have no effect...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
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-07-04 Tom LaneSome early work on error message editing. Operator...
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-05-09 Tom LaneImplement array_send/array_recv (binary I/O for arrays...
2003-05-08 Tom LaneReinstate pg_type's typsend and typreceive columns...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-08 Tom LaneRemove extraneous semicolons.
2003-02-19 Bruce MomjianBack out LOCKTAG changes by Rod Taylor, pending code...
2003-02-19 Bruce Momjian- Modifies LOCKTAG to include a 'classId'. Relation...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-08 Tom LaneReconsider old decision to try to constant-fold default...
2003-01-08 Tom LaneRepair bug noticed by Deepak Bhole: a shell type should...
2003-01-06 Tom LaneALTER DOMAIN OWNER, from Rod Taylor.
2003-01-04 Tom LanePartial code review for ALTER DOMAIN patch. Incorporat...
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-12-09 Tom LaneSome quick fixes for ALTER DOMAIN patch. It still...
2002-12-06 Bruce MomjianRe-addd Rod's ALTER DOMAIN patch.
2002-12-06 Bruce MomjianBack out ALTER DOMAIN patch until missing file appears.
2002-12-06 Bruce MomjianALTER DOMAIN .. SET / DROP NOT NULL
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-09-21 Tom LaneProvide an upgrade strategy for dump files containing...
2002-09-19 Tom LaneDepartment of second thoughts: suppressing implicit...
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-23 Tom LaneFurther cleanup around the edges of OPAQUE/pseudotype...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-16 Tom LaneAdd more dependency insertions --- this completes the...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-01 Tom LaneFirst phase of applying Rod Taylor's pg_depend patch...
2002-05-03 Tom LaneRetire xlateSqlType/xlateSqlFunc; all type name transla...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...