]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_attribute.h
Reorganize our CRC source files again.
[postgresql] / src / include / catalog / pg_attribute.h
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-08-30 Bruce MomjianAgain update C comments for pg_attribute.attislocal
2014-08-29 Bruce MomjianUpdate C comment for pg_attribute.attislocal
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-27 Peter EisentrautHide most variable-length fields from Form_pg_* structs
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-05 Tom LaneGet rid of the need for manual maintenance of the initi...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-08-12 Tom LaneAllow backends to start up without use of the flat...
2009-08-04 Tom LaneCause pg_proc.probin to be declared as text, not bytea...
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-31 Tom LaneAdd a "relistemp" boolean column to pg_class, which...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-19 Tom LaneAdd a new column proiswindow to pg_proc. It doesn...
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-04 Peter EisentrautDefault values for function arguments
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-06-24 Tom LaneReduce the alignment requirement of type "name" from...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
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-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-04-29 Tom LaneRestructure LOCKTAG as per discussions of a couple...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-03-29 Tom LaneAdd proallargtypes and proargmodes columns to pg_proc...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
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-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-10-16 Tom LaneSet attstattarget to -1 for all system catalog columns...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-05-08 Tom LaneReinstate pg_type's typsend and typreceive columns...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-09-22 Tom LaneReplace pg_attribute.attisinherited with attislocal...
2002-09-04 Bruce Momjianpgindent run.
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-08 Tom LaneArrange to collect statistics on a few more system...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-04-21 Tom LaneRestructure AclItem representation so that we can have...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-04-02 Hiroshi InoueRemoved obsolete DROP_COLUMN_HACK stuff.
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
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.
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-06-12 Tom LaneClean up various to-do items associated with system...
next