]> granicus.if.org Git - postgresql/history - src/backend/utils/cache/relcache.c
Phase 2 of pgindent updates.
[postgresql] / src / backend / utils / cache / relcache.c
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-14 Tom LaneStandardize terminology for pg_statistic_ext entries.
2017-05-10 Robert HaasAvoid theoretical infinite loop loading relcache partit...
2017-04-28 Robert HaasIn load_relcache_init_file, initialize rd_pdcxt.
2017-04-17 Alvaro HerreraRename columns in new pg_statistic_ext catalog
2017-04-17 Peter EisentrautFix new warnings from GCC 7
2017-04-06 Alvaro HerreraComment fixes for extended statistics
2017-04-06 Peter EisentrautIdentity columns
2017-03-29 Peter EisentrautCast result of copyObject() to correct type
2017-03-26 Tom LaneUpdate some obsolete comments.
2017-03-24 Alvaro HerreraImplement multivariate n-distinct coefficients
2017-03-14 Robert Haashash: Add write-ahead logging support.
2017-02-06 Tom LaneAvoid returning stale attribute bitmaps in RelationGetI...
2017-02-06 Tom LaneUpdate comment in relcache.c.
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-20 Peter EisentrautLogical replication
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-07 Robert HaasImplement table partitioning.
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-06-18 Tom LaneRestore foreign-key-aware estimation of join relation...
2016-06-10 Tom LaneRefactor to reduce code duplication for function proper...
2016-06-10 Tom LaneImprove the situation for parallel query versus temp...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-07 Tom LaneRevert "Use Foreign Key relationships to infer multi...
2016-05-06 Kevin GrittnerFix hash index vs "snapshot too old" problemms
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-04-07 Simon RiggsLoad FK defs into relcache for use by planner
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-05 Alvaro HerreraMake pg_shseclabel available in early backend startup
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-11 Tom LaneBe more noisy about "wrong number of nailed relations...
2015-09-15 Stephen FrostRLS refactoring
2015-09-04 Tom LaneFix subtransaction cleanup after an outer-subtransactio...
2015-06-25 Tom LaneFix the logic for putting relations into the relcache...
2015-06-07 Tom LaneUse a safer method for determining whether relcache...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-17 Stephen FrostFix typo in relcache's equalPolicy()
2015-03-23 Tom LaneApply table and domain CHECK constraints in name order.
2015-01-24 Tom LaneClean up some mess in row-security patches.
2015-01-06 Andres FreundCorrectly handle relcache invalidation corner case...
2015-01-06 Andres FreundImprove relcache invalidation handling of currently...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-17 Alvaro HerreraFix relpersistence setting in reindex_index
2014-11-15 Alvaro HerreraGet rid of SET LOGGED indexes persistence kludge
2014-11-14 Stephen FrostClean up includes from RLS patch
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-09-26 Stephen FrostFix relcache for policies, and doc updates
2014-09-26 Peter EisentrautFix whitespace
2014-09-24 Stephen FrostCode review for row security.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-08-26 Bruce Momjianrename macro isTempOrToastNamespace to isTempOrTempToas...
2014-08-24 Tom LaneFix another ancient memory-leak bug in relcache.c.
2014-08-13 Tom LanePrevent memory leaks in RelationGetIndexList, RelationG...
2014-05-18 Tom LaneOoops, I broke initdb with that last patch.
2014-05-18 Tom LaneFix two ancient memory-leak bugs in relcache.c.
2014-05-17 Tom LaneFix a bunch of functions that were declared static...
2014-05-14 Tom LaneCode review for recent changes in relcache.c.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-04-06 Simon RiggsReduce lock levels of some ALTER TABLE cmds
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-07 Tom LaneIn RelationClearRelation, postpone cache reload if...
2014-02-06 Tom LaneAssert(IsTransactionState()) in RelationIdGetRelation().
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Heikki LinnakangasSilence compiler warning on MSVC.
2013-12-13 Heikki LinnakangasFix more instances of "the the" in comments.
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-09-05 Kevin GrittnerEliminate pg_rewrite.ev_attr column and related dead...
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-04-09 Kevin GrittnerCreate a distinction between a populated matview and...
2013-03-07 Tom LaneArrange to cache FdwRoutine structs in foreign tables...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-20 Tom LaneFix an O(N^2) performance issue for sessions modifying...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-24 Simon RiggsKeep rd_newRelfilenodeSubid across overflow.
2012-12-18 Tom LaneFix failure to ignore leftover temp tables after a...
2012-11-29 Tom LaneFix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
2012-10-12 Tom LaneMake equal() ignore CoercionForm fields for better...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro HerreraSplit resowner.h
2012-06-14 Robert HaasRemove RELKIND_UNCATALOGED.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-04-06 Simon RiggsAdd DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpda...
2012-01-27 Peter EisentrautDo not access indclass through Form_pg_index
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-12-19 Alvaro HerreraAllow CHECK constraints to be declared ONLY
next