]> granicus.if.org Git - postgresql/history - src/backend/utils/cache/syscache.c
Post-PG 10 beta1 pgindent run
[postgresql] / src / backend / utils / cache / syscache.c
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-12 Tom LaneAvoid searching for callback functions in CallSyscacheC...
2017-05-12 Tom LaneAvoid searching for the target catcache in CatalogCache...
2017-04-17 Alvaro HerreraRename columns in new pg_statistic_ext catalog
2017-03-24 Alvaro HerreraImplement multivariate n-distinct coefficients
2017-03-23 Peter EisentrautLogical replication support for initial data copy
2017-03-02 Robert HaasUpdate comments overlooked by 2f5c9d9c9cec436e55847ec58...
2017-01-20 Peter EisentrautLogical replication
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-20 Peter EisentrautAdd pg_sequence system catalog
2016-12-07 Robert HaasImplement table partitioning.
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-06-07 Tom LaneUse a safer method for determining whether relcache...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-26 Peter EisentrautAdd transforms feature
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-09-05 Heikki LinnakangasMake catalog cache hash tables resizeable.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-29 Bruce Momjianpgindent run for release 9.3
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-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-03-07 Tom LaneExpose an API for calculating catcache hash values.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-21 Tom LaneFurther code review for range types patch.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-06-18 Peter EisentrautCapitalization fixes
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-08 Peter EisentrautPer-column collation support
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-06 Robert HaasFix incorrect pathname in comment.
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-02-08 Tom LaneRemove CatalogCacheFlushRelation, and the reloidattr...
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-07 Tom LaneThe CONSTROID syscache should show conrelid as a relati...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
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-06 Tom LaneFix SysCacheGetAttr() to handle the case where the...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-06-15 Tom LaneRemove the limit on the number of entries allowed in...
2006-05-03 Tom LaneCreate a syscache for pg_database-indexed-by-oid, and...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-05-11 Neil ConwayCode cleanup: in C89, there is no point casting the...
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-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-05-13 Tom LaneChange pg_amop's index on (amopclaid,amopopr) to index...
2002-09-04 Bruce Momjianpgindent run.
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-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
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-04-06 Tom LaneImplement partial-key searching of syscaches, per recen...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
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-22 Tom LaneCreate the pg_namespace system catalog. Doesn't do...
next