]> granicus.if.org Git - postgresql/history - src/backend/commands/comment.c
has_table_privilege spawns scions has_database_privilege, has_function_privilege,
[postgresql] / src / backend / commands / comment.c
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.