OSDN Git Service

Improve our #include situation by moving pointer types away from the
[pg-rex/syncrep.git] / src / backend / catalog / pg_type.c
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-19 Tom LaneSupport ALTER TYPE RENAME. Petr Jelinek
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
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-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneAllow the syntax CREATE TYPE foo, with no parameters...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
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-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-14 Tom LaneTighten parsing of boolean options to CREATE TYPE and...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-05-08 Tom LaneReinstate pg_type's typsend and typreceive columns...
2003-01-08 Tom LaneRepair bug noticed by Deepak Bhole: a shell type should...
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-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
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-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-12 Tom LaneBreak transformCreateStmt() into multiple routines...
2001-09-06 Tom LaneFix handling of pg_type.typdefault per bug report from...
2001-08-10 Peter Eisentrautmessage refinements
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-12 Tom LaneRearrange order of operations in heap_create_with_catal...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-08-21 Tom Lanefmgr interface mopup work. Use new DatumGetBool and...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-07-03 Jan WieckTOAST
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-22 Peter Eisentrautadded ALTER TABLE DROP COLUMN, early version
2000-01-17 Tom Lanesetheapoverride() is history. Uses replaced with Comma...
2000-01-10 Bruce MomjianCleanup for func args > 8.
2000-01-10 Bruce MomjianMake number of args to a function configurable.
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-20 Tom LaneUn-break CREATE TYPE. Fix some other inconsistencies...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-06 Jan WieckNew alloc set code using a memory block pool for small...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-20 Bruce Momjianfix for index problem.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-09 Thomas G. LockhartChange parameters to func_error().
1998-04-27 Bruce MomjianThis patch...
1998-04-01 Marc G. FournierFrom: Maurice Gittens <mgittens@david.gits.nl>
1998-03-30 Bruce MomjianThis simple patch to catalog/pg_type.c fixes a buffer...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
next