]> granicus.if.org Git - postgresql/history - src/backend/catalog/namespace.c
Add pg_opfamily_is_visible.
[postgresql] / src / backend / catalog / namespace.c
2011-07-18 Robert HaasAdd pg_opfamily_is_visible.
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-07-03 Robert HaasFix bugs in relpersistence handling during table creation.
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-03-11 Tom LaneCreate an explicit concept of collations that work...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-11-23 Robert HaasCentralize some ALTER <whatever> .. SET SCHEMA checks.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-08-13 Tom LaneFix Assert failure in PushOverrideSearchPath when tryin...
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-02-26 Bruce Momjianpgindent run for 9.0
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-02 Robert HaasFold FindConversion() into FindConversionByName() and...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-31 Tom LaneImplement parser hooks for processing ColumnRef and...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-18 Tom LaneCode review for function default parameters patch....
2008-12-15 Tom LaneArrange for the pg_foo_is_visible and has_foo_privilege...
2008-12-04 Peter EisentrautDefault values for function arguments
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-30 Tom LaneFix the raw-parsetree representation of star (as in...
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-07-01 Tom LaneTeach autovacuum how to determine whether a temp table...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
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-11-28 Tom LaneInstall a lookaside cache to speed up repeated lookups...
2007-11-25 Tom LaneFix thinko in comment.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-27 Tom LaneFix a couple of misbehaviors rooted in the fact that...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-25 Tom LaneArrange to put TOAST tables belonging to temporary...
2007-04-20 Tom LaneSupport explicit placement of the temporary-table schem...
2007-04-12 Neil ConwayFixes for RESET SESSION patch, per Alvaro. Fix a typo...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-03-23 Tom LaneFix plancache so that any required replanning is done...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-14 Tom LaneAdd a couple of information functions to support direct...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-05-01 Tom LaneProvide a namespace.c function for lookup of an operato...
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-10 Tom LaneChange search for default operator classes so that...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneMarginal speedup in RelationIsVisible and TypeIsVisible...
2005-08-01 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-28 Tom LaneFix thinko in recent patch to change temp-table permiss...
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-02-13 Tom LaneTry to make 'cross-database references are not implemen...
2004-01-19 Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2003-12-29 Tom LaneTweak OpernameGetCandidates() to reduce palloc overhead...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-06-27 Tom LaneFix compile warnings.
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-06 Tom LaneTweak dependency code to suppress NOTICEs generated...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-07 Tom LaneRevise mechanism for getting rid of temp tables at...
2003-01-12 Peter EisentrautReplace RelidGetNamespaceId() by get_rel_namespace().
2003-01-10 Peter EisentrautRead-only transactions, as defined in SQL.
2003-01-07 Tom LaneApply the proper version of Christopher Kings-Lynne...
next