]> granicus.if.org Git - postgresql/history - src/backend/catalog/namespace.c
Update copyright for 2016
[postgresql] / src / backend / catalog / namespace.c
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-19 Robert HaasRemove numbers from incorrectly-numbered list.
2015-11-19 Robert HaasMake ALTER .. SET SCHEMA do nothing, instead of throwin...
2015-05-12 Peter EisentrautReplace some appendStringInfo* calls with more appropri...
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-28 Tom LaneImprove performance of OverrideSearchPathMatchesCurrent().
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-08-26 Bruce Momjianrename macro isTempOrToastNamespace to isTempOrTempToas...
2014-06-11 Noah MischFix typos in comments.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Robert HaasAllow on-detach callbacks for dynamic shared memory...
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-05 Robert Haassepgsql: Enforce db_schema:search permission.
2013-01-26 Bruce MomjianUpdate comments in new DROP IF EXISTS code; commit...
2013-01-26 Bruce MomjianUpdate LookupExplicitNamespace() comments; commit...
2013-01-26 Bruce MomjianAllow CREATE TABLE IF EXIST so succeed if the schema...
2013-01-25 Tom LaneChange plan caching to honor, not resist, changes in...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro Herreraremove catcache.h from syscache.h
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-11 Tom LaneSilently ignore any nonexistent schemas that are listed...
2012-03-08 Tom LaneFix some issues with temp/transient tables in extension...
2012-01-16 Robert HaasPrevent adding relations to a concurrently dropped...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-06 Robert HaasTypo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26...
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-11-12 Robert HaasAvoid retaining multiple relation locks in RangeVarGetR...
2011-09-21 Robert HaasFix another bit of unlogged-table-induced breakage.
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-16 Tom LaneRevise sinval code to remove no-longer-used tuple TID...
2011-07-22 Robert HaasUnbreak unlogged tables.
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.
next