]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/superuser.c
Improve the plan cache invalidation mechanism to make it invalidate plans
[postgresql] / src / backend / utils / misc / superuser.c
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-15 Tom LaneClean up some stray remaining references to pg_shadow...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-05-29 Tom LaneMake superuser.c maintain a simple one-entry cache...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-08-09 Tom Lanehas_table_privilege spawns scions has_database_privileg...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-04-11 Peter EisentrautMake sure that usesuper is always accessed through...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-09-08 Peter EisentrautMake the world somewhat safe for (not from) DELETE...
2001-06-13 Tom LaneAllow a non-superuser database owner to vacuum all...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-01-26 Bruce MomjianAdd:
2000-01-14 Peter Eisentraut* User management commands no longer user pg_exec_query...
1999-11-24 Bruce MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-02-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1996-11-03 Marc G. FournierCleaned up include headers
1996-11-02 Bryan HendersonConvenience routine for checking superuser status.