aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra2022-01-16
* Update copyright for 2022Bruce Momjian2022-01-07
* Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.Tom Lane2021-12-15
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-08
* Some RELKIND macro refactoringPeter Eisentraut2021-12-03
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-30
* Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson2021-11-30
* Allow publishing the tables of schema.Amit Kapila2021-10-27
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-23
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-23
* Disable anonymous record hash support except in special casesPeter Eisentraut2021-09-08
* Reduce memory consumption for pending invalidation messages.Tom Lane2021-08-16
* Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane2021-07-27
* Remove unused function parameter in get_qual_from_partboundJohn Naylor2021-07-14
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13
* Fix assign_record_type_typmod().Jeff Davis2021-07-10
* Reduce overhead of cache-clobber testing in LookupOpclassInfo().Tom Lane2021-07-05
* Improve various places that double the size of a bufferDavid Rowley2021-07-01
* Add index OID macro argument to DECLARE_INDEXPeter Eisentraut2021-06-29
* Improve RelationGetIdentityKeyBitmap().Amit Kapila2021-06-28
* Another fix to relmapper race condition.Heikki Linnakangas2021-06-24
* Prevent race condition while reading relmapper file.Heikki Linnakangas2021-06-24
* Handle no replica identity index case in RelationGetIdentityKeyBitmap.Amit Kapila2021-06-19
* Fix race condition when sharing tuple descriptors.Thomas Munro2021-05-29
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Revert per-index collation version tracking feature.Thomas Munro2021-05-07
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-04-28
* Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila2021-04-27
* Clean up treatment of missing default and CHECK-constraint records.Tom Lane2021-04-06
* Add "pg_database_owner" default role.Noah Misch2021-03-26
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Add macro RelationIsPermanent() to report relation permanenceBruce Momjian2021-03-22
* Don't run RelationInitTableAccessMethod in a long-lived context.Tom Lane2021-03-18
* Don't leak rd_statlist when a relcache entry is dropped.Tom Lane2021-03-18
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-10
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier2021-02-10
* Improve performance of repeated CALLs within plpgsql procedures.Tom Lane2021-01-25
* Fix routine name in comment of catcache.cMichael Paquier2021-01-13
* Replace CLOBBER_CACHE_ALWAYS with run-time GUCPeter Eisentraut2021-01-06
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix inconsistent code with shared invalidations of snapshotsMichael Paquier2020-12-28
* Multirange datatypesAlexander Korotkov2020-12-20
* Avoid memcpy() with same source and destination during relmapper init.Tom Lane2020-12-18
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Provide an error cursor for "can't subscript" error messages.Tom Lane2020-12-11
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-09
* Change get_constraint_index() to use pg_constraint.conindidPeter Eisentraut2020-12-09
* Hash support for row typesPeter Eisentraut2020-11-19