]> granicus.if.org Git - postgresql/history - src/backend/commands/comment.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / commands / comment.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-04-18 Simon RiggsAllow COMMENT ON COLUMN with partitioned tables
2017-03-06 Peter EisentrautRemove objname/objargs split for referring to objects
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-29 Robert HaasAdjust more backend functions to return OID rather...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-06-28 Alvaro HerreraRemove rel.h from objectaddress.h; only relcache.h...
2011-06-28 Robert HaasAdd a missing_ok argument to get_object_address().
2011-06-16 Tom LaneIndex tuple data arrays using Anum_xxx symbolic constan...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
2011-02-12 Peter EisentrautDDL support for collations
2011-02-10 Tom LaneFix pg_upgrade to handle extensions.
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-17 Robert HaasRemove duplicated code left behind by my recent refacto...
2010-08-27 Robert HaasRewrite comment code for better modularity, and add...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-06-13 Robert HaasFix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-22 Tom LaneDisallow comments on columns of relation types other...
2009-12-21 Robert HaasMore cleanups for the recent large object permissions...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-21 Peter EisentrautUse format_type_be() instead of TypeNameToString()...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
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-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-23 Tom LaneAdd CREATE/ALTER/DROP OPERATOR FAMILY commands, also...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-12 Neil ConwayFix some typos in comments.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-05 Tom LaneGet rid of the separate RULE privilege for tables:...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-04-15 Tom LaneSupport the syntax
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
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-26 Neil ConwayReimplement the linked list data structure used through...
2004-03-08 Bruce MomjianAdd comment about why ON COMMENT in non-current databas...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
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-08-11 Tom LaneCode cleanup inspired by recent resname bug report...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
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-17 Tom LaneFor COMMENT ON DATABASE where database name is unknown...
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2002-10-09 Bruce MomjianLock on the rule relation wasn't removed after adding...
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-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-09 Tom Lanehas_table_privilege spawns scions has_database_privileg...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-29 Tom LaneCentralize code for interpreting schema references...
next