aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Cosmetic improvements for faster column addition.Amit Kapila2018-06-27
* Fix some ill-chosen names for globally-visible partition support functions.Tom Lane2018-06-13
* Fix up run-time partition pruning's use of relcache's partition data.Tom Lane2018-06-13
* Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund2018-06-12
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Plural of modulus is moduliAlvaro Herrera2018-04-19
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Use the right memory context for partkey's FmgrInfoAlvaro Herrera2018-04-12
* Cleanup covering infrastructureTeodor Sigaev2018-04-12
* Rename IndexInfo.ii_KeyAttrNumbers arrayTeodor Sigaev2018-04-12
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Logical replication support for TRUNCATEPeter Eisentraut2018-04-07
* Rename MemoryContextCopySetIdentifier() for clarityPeter Eisentraut2018-04-06
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-29
* Fix typo in commentMagnus Hagander2018-03-29
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-28
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Allow HOT updates for some expression indexesSimon Riggs2018-03-27
* Fix improper uses of canonicalize_qual().Tom Lane2018-03-11
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* Remove out-of-date comment about formrdesc().Tom Lane2018-03-01
* Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane2018-02-13
* get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera2018-02-12
* Fix RelationBuildPartitionKey's processing of partition key expressions.Tom Lane2018-02-05
* Save a few bytes by removing useless last argument to SearchCatCacheList.Tom Lane2018-01-29
* Local partitioned indexesAlvaro Herrera2018-01-19
* Fix Latin spellingPeter Eisentraut2018-01-11
* Fix typoAlvaro Herrera2018-01-03
* Update copyright for 2018Bruce Momjian2018-01-02
* Protect against hypothetical memory leaks in RelationGetPartitionKeyAlvaro Herrera2017-12-27
* Get rid of copy_partition_keyAlvaro Herrera2017-12-21
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* SQL proceduresPeter Eisentraut2017-11-30
* Make PL/Python handle domain-type conversions correctly.Tom Lane2017-11-16
* Add hash partitioning.Robert Haas2017-11-09
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Exclude pg_internal.init from BASE_BACKUPSimon Riggs2017-11-07
* Support domains over composite types.Tom Lane2017-10-26
* Fix typcache's failure to treat ranges as container types.Tom Lane2017-10-20
* Fix misimplementation of typcache logic for extended hashing.Tom Lane2017-10-20
* Improve sys/catcache performance.Andres Freund2017-10-13
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Fix bogus size calculation introduced by commit cc5f81366.Tom Lane2017-09-17
* Get rid of shared_record_typmod_registry_worker_detach; it doesn't work.Tom Lane2017-09-15
* Don't use anonymous unions.Tom Lane2017-09-15
* Add support for coordinating record typmods among parallel workers.Andres Freund2017-09-14
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Allow SET STATISTICS on expression indexesSimon Riggs2017-09-06
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31