summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
AgeCommit message (Expand)Author
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-19Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-11-16Redesign initialization of partition routing structuresAlvaro Herrera
2018-11-14Refactor code creating PartitionBoundInfoMichael Paquier
2018-11-06Disable recheck_on_update optimization to avoid crashes.Tom Lane
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-10-23Remove get_attidentity()Peter Eisentraut
2018-10-23Remove get_atttypmod()Peter Eisentraut
2018-10-12Correct attach/detach logic for FKs in partitionsAlvaro Herrera
2018-10-02Change rewriter/planner/executor/plancache to depend on RTE rellockmode.Tom Lane
2018-09-30Create an RTE field to record the query's lock mode for each relation.Tom Lane
2018-09-27Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane
2018-09-18Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2018-09-07Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.Tom Lane
2018-09-05Simplify partitioned table creation vs. relcacheAlvaro Herrera
2018-09-04Fully enforce uniqueness of constraint names.Tom Lane
2018-08-10Handle parallel index builds on mapped relations.Peter Geoghegan
2018-07-23Add proper errcodes to new error messages for read() failuresMichael Paquier
2018-07-17Rework error messages around file handlingMichael Paquier
2018-07-16Add plan_cache_mode settingPeter Eisentraut
2018-07-11Fix more wrong paths in header commentsAlexander Korotkov
2018-06-27Cosmetic improvements for faster column addition.Amit Kapila
2018-06-13Fix some ill-chosen names for globally-visible partition support functions.Tom Lane
2018-06-13Fix up run-time partition pruning's use of relcache's partition data.Tom Lane
2018-06-12Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-19Plural of modulus is moduliAlvaro Herrera
2018-04-15Reorganize partitioning codeAlvaro Herrera
2018-04-12Use the right memory context for partkey's FmgrInfoAlvaro Herrera
2018-04-12Cleanup covering infrastructureTeodor Sigaev
2018-04-12Rename IndexInfo.ii_KeyAttrNumbers arrayTeodor Sigaev
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-07Logical replication support for TRUNCATEPeter Eisentraut
2018-04-06Rename MemoryContextCopySetIdentifier() for clarityPeter Eisentraut
2018-03-29C comments: "a" <--> "an" correctionsBruce Momjian
2018-03-29Fix typo in commentMagnus Hagander
2018-03-28Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-03-27Allow HOT updates for some expression indexesSimon Riggs
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2018-03-02Add prokind column, replacing proisagg and proiswindowPeter Eisentraut
2018-03-01Remove out-of-date comment about formrdesc().Tom Lane
2018-02-13Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane
2018-02-12get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera
2018-02-05Fix RelationBuildPartitionKey's processing of partition key expressions.Tom Lane
2018-01-29Save a few bytes by removing useless last argument to SearchCatCacheList.Tom Lane
2018-01-19Local partitioned indexesAlvaro Herrera
2018-01-11Fix Latin spellingPeter Eisentraut
2018-01-03Fix typoAlvaro Herrera