]> granicus.if.org Git - postgresql/history - src/backend/utils/cache
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / utils / cache /
2019-09-09 Alexander KorotkovFix handling of non-key columns get_index_column_opclass()
2019-09-05 Robert HaasSplit tuptoaster.c into three separate files.
2019-08-28 Thomas MunroAvoid catalog lookups in RelationAllowsEarlyPruning().
2019-08-15 Tom LaneFix plpgsql to re-look-up composite type names at need.
2019-07-30 Heikki LinnakangasAllow table AM's to use rd_amcache, too.
2019-07-16 Tom LaneClean up some ad-hoc code for sorting and de-duplicatin...
2019-07-15 Tom LaneRepresent Lists as expansible arrays, not chains of...
2019-07-07 Peter EisentrautUse consistent style for checking return from system...
2019-07-01 Tom Lanepgindent run prior to branching v12.
2019-07-01 Michael PaquierFix many typos and inconsistencies
2019-06-15 Tomas VondraRework the pg_statistic_ext catalog
2019-06-14 Michael PaquierFix typos and inconsistencies in code comments
2019-06-11 Andres FreundDon't access catalogs to validate GUCs when not connect...
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-09 Tom LaneClean up the behavior and API of catalog.c's is-catalog...
2019-05-03 Tom LaneRemove RelationSetIndexList().
2019-05-02 Tom LaneFix reindexing of pg_class indexes some more.
2019-04-30 Andres FreundFix several recently introduced issues around handling...
2019-04-18 Peter EisentrautFix handling of temp and unlogged tables in FOR ALL...
2019-04-13 Tom LanePrevent memory leaks associated with relcache rd_partch...
2019-04-05 Peter EisentrautFix compiler warning
2019-03-30 Peter EisentrautGenerated columns
2019-03-29 Andres Freundtableam: relation creation, VACUUM FULL/CLUSTER, SET...
2019-03-22 Peter EisentrautCollations with nondeterministic comparison
2019-03-15 Tom LaneFurther reduce memory footprint of CLOBBER_CACHE_ALWAYS...
2019-03-11 Amit KapilaFix typos in commit 8586bf7ed8.
2019-03-11 Alvaro HerreraMove hash_any prototype from access/hash.h to utils...
2019-03-08 Michael PaquierTighten use of OpenTransientFile and CloseTransientFile
2019-03-07 Robert HaasAllow ATTACH PARTITION with only ShareUpdateExclusiveLock.
2019-03-06 Andres Freundtableam: introduce table AM infrastructure.
2019-02-21 Robert HaasMove code for managing PartitionDescs into a new file...
2019-02-19 Peter EisentrautUse varargs macro for CACHEDEBUG
2019-02-09 Tom LaneBuild out the planner support function infrastructure.
2019-01-30 Peter EisentrautFix a crash in logical replication
2019-01-29 Tom LaneRefactor planner's header files.
2019-01-29 Tom LaneMake some small planner API cleanups.
2019-01-23 Heikki LinnakangasFix misc typos in comments.
2019-01-22 Andres FreundRename RelationData.rd_amroutine to rd_indam.
2019-01-22 Andres FreundRephrase references to "time qualification".
2019-01-22 Andres FreundMove remaining code from tqual.[ch] to heapam.h / heapa...
2019-01-21 Tom LaneRemove useless bms_copy step in RelationGetIndexAttrBitmap.
2019-01-21 Alvaro HerreraFlush relcache entries when their FKs are meddled with
2019-01-21 Andres FreundRemove superfluous tqual.h includes.
2019-01-21 Andres FreundReplace uses of heap_open et al with the corresponding...
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-18 Alvaro HerreraRefactor duplicate code into DeconstructFkConstraintRow
2019-01-15 Tom LaneFinish reverting "recheck_on_update" patch.
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-04 Alvaro HerreraDon't create relfilenode for relations without storage
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-27 Peter EisentrautRemove obsolete IndexIs* macros
2018-12-18 Tom LaneMake collation-aware system catalog columns use "C...
2018-12-14 Tom LaneMake pg_statistic and related code account more honestl...
2018-12-13 Tom LaneDrop no-op CoerceToDomain nodes from expressions at...
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-19 Robert HaasReduce unnecessary list construction in RelationBuildPa...
2018-11-19 Thomas MunroPANIC on fsync() failure.
2018-11-16 Alvaro HerreraRedesign initialization of partition routing structures
2018-11-14 Michael PaquierRefactor code creating PartitionBoundInfo
2018-11-06 Tom LaneDisable recheck_on_update optimization to avoid crashes.
2018-11-02 Magnus HaganderFix spelling errors and typos in comments
2018-10-23 Peter EisentrautRemove get_attidentity()
2018-10-23 Peter EisentrautRemove get_atttypmod()
2018-10-12 Alvaro HerreraCorrect attach/detach logic for FKs in partitions
2018-10-02 Tom LaneChange rewriter/planner/executor/plancache to depend...
2018-09-30 Tom LaneCreate an RTE field to record the query's lock mode...
2018-09-27 Tom LaneFix assorted bugs in pg_get_partition_constraintdef().
2018-09-18 Alexander KorotkovAdd support for nearest-neighbor (KNN) searches to...
2018-09-07 Tom LaneLimit depth of forced recursion for CLOBBER_CACHE_RECUR...
2018-09-05 Alvaro HerreraSimplify partitioned table creation vs. relcache
2018-09-04 Tom LaneFully enforce uniqueness of constraint names.
2018-08-10 Peter GeogheganHandle parallel index builds on mapped relations.
2018-07-23 Michael PaquierAdd proper errcodes to new error messages for read...
2018-07-17 Michael PaquierRework error messages around file handling
2018-07-16 Peter EisentrautAdd plan_cache_mode setting
2018-07-11 Alexander KorotkovFix more wrong paths in header comments
2018-06-27 Amit KapilaCosmetic improvements for faster column addition.
2018-06-13 Tom LaneFix some ill-chosen names for globally-visible partitio...
2018-06-13 Tom LaneFix up run-time partition pruning's use of relcache...
2018-06-12 Andres FreundFix bugs in vacuum of shared rels, by keeping their...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-19 Alvaro HerreraPlural of modulus is moduli
2018-04-15 Alvaro HerreraReorganize partitioning code
2018-04-12 Alvaro HerreraUse the right memory context for partkey's FmgrInfo
2018-04-12 Teodor SigaevCleanup covering infrastructure
2018-04-12 Teodor SigaevRename IndexInfo.ii_KeyAttrNumbers array
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-04-07 Peter EisentrautLogical replication support for TRUNCATE
2018-04-06 Peter EisentrautRename MemoryContextCopySetIdentifier() for clarity
2018-03-29 Bruce MomjianC comments: "a" <--> "an" corrections
2018-03-29 Magnus HaganderFix typo in comment
2018-03-28 Andrew DunstanFast ALTER TABLE ADD COLUMN with a non-NULL default
2018-03-27 Tom LaneAllow memory contexts to have both fixed and variable...
2018-03-27 Simon RiggsAllow HOT updates for some expression indexes
2018-03-11 Tom LaneFix improper uses of canonicalize_qual().
2018-03-02 Peter EisentrautAdd prokind column, replacing proisagg and proiswindow
2018-03-01 Tom LaneRemove out-of-date comment about formrdesc().
2018-02-13 Tom LaneMake plpgsql use its DTYPE_REC code paths for composite...
2018-02-12 Alvaro Herreraget_relid_attribute_name is dead, long live get_attname
next