aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* 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
* Refactor typcache.c's record typmod hash table.Andres Freund2017-08-22
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Assorted preparatory refactoring for partition-wise join.Robert Haas2017-08-15
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* Be more consistent about errors for opfamily member lookup failures.Tom Lane2017-07-24
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Use NIL rather than NULL to represent an empty list.Robert Haas2017-06-06
* Fix copy/paste mistake in commentMagnus Hagander2017-06-02
* Sort syscache identifiers into alphabetical order.Tom Lane2017-05-30
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane2017-05-13
* Complete tab completion for DROP STATISTICSAlvaro Herrera2017-05-13
* Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane2017-05-12
* Reduce initial size of RelfilenodeMapHash.Tom Lane2017-05-12
* Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane2017-05-12
* Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensions.Tom Lane2017-05-11
* Avoid theoretical infinite loop loading relcache partition key.Robert Haas2017-05-09
* Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane2017-05-08
* In load_relcache_init_file, initialize rd_pdcxt.Robert Haas2017-04-28
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-17
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Mention pg_index changes also cause relcache invalidationSimon Riggs2017-04-13
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Comment fixes for extended statisticsAlvaro Herrera2017-04-06
* Identity columnsPeter Eisentraut2017-04-06
* Fix two undocumented parameters to functions from ENR patch.Kevin Grittner2017-04-01
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Update some obsolete comments.Tom Lane2017-03-26
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* Logical replication support for initial data copyPeter Eisentraut2017-03-23