]> granicus.if.org Git - postgresql/history - src/backend/commands/comment.c
For some reason access/tupmacs.h has been #including utils/memutils.h,
[postgresql] / src / backend / commands / comment.c
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...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-14 Tom LaneAdd COMMENT ON CONSTRAINT facility (from Rod Taylor...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianClean up some copyrights.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-13 Tom LaneMake operators have their own comments separate from...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-24 Bruce MomjianRestrict comment to the current database in order to...
2002-04-19 Tom Lanepg_trigger's index on tgrelid is replaced by a unique...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
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-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-03 Tom LaneDROP AGGREGATE and COMMENT ON AGGREGATE now accept...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-06-25 Tom LaneOptimizer can now estimate selectivity of IS NULL,...
2001-06-13 Tom LaneAllow a non-superuser database owner to vacuum all...
2001-06-05 Tom LaneCorrect permissions-checking bugs associated with ancie...
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2001-01-23 Bruce MomjianRename int4 to int32 in a few places.
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-16 Bruce MomjianRemove NO_SECURITY define.
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-09-12 Bruce MomjianThis patch implements a different "relkind"
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
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-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-01-20 Bruce MomjianBruce,
2000-01-18 Bruce MomjianBruce,
2000-01-17 Tom Lanesetheapoverride() is history. Uses replaced with Comma...
2000-01-12 Tom LaneCommentProc was careless about too many arguments.
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 MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-18 Jan WieckChanged pg_rewrite attributes ev_qual and ev_action...
1999-10-26 Bruce MomjianHello.