aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.Noah Misch2020-09-09
* Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.Tom Lane2020-08-30
* Don't create pg_type entries for sequences or toast tables.Tom Lane2020-07-07
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Allow publishing partition changes via ancestorsPeter Eisentraut2020-04-08
* Fix recently introduced typo.Andres Freund2020-04-05
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Remove rudiments of supporting procnum == 0 from 911e702077Alexander Korotkov2020-03-30
* Implement operator class parametersAlexander Korotkov2020-03-30
* Ensure snapshot is registered within ScanPgRelation().Andres Freund2020-03-28
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Fix cosmetic blemishes involving rd_createSubid.Noah Misch2020-03-21
* Ensure relcache consistency around generated columnsPeter Eisentraut2020-02-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Load relcache entries' partitioning data on-demand, not immediately.Tom Lane2019-12-25
* Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane2019-12-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro2019-08-28
* Allow table AM's to use rd_amcache, too.Heikki Linnakangas2019-07-30
* Clean up some ad-hoc code for sorting and de-duplicating Lists.Tom Lane2019-07-16
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane2019-05-08
* Remove RelationSetIndexList().Tom Lane2019-05-03
* Fix reindexing of pg_class indexes some more.Tom Lane2019-05-02
* Fix several recently introduced issues around handling new relation forks.Andres Freund2019-04-29
* Fix handling of temp and unlogged tables in FOR ALL TABLES publicationsPeter Eisentraut2019-04-18
* Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane2019-04-13
* Generated columnsPeter Eisentraut2019-03-30
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-28
* Further reduce memory footprint of CLOBBER_CACHE_ALWAYS testing.Tom Lane2019-03-15
* Fix typos in commit 8586bf7ed8.Amit Kapila2019-03-11
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-21
* Fix a crash in logical replicationPeter Eisentraut2019-01-30
* Refactor planner's header files.Tom Lane2019-01-29
* Make some small planner API cleanups.Tom Lane2019-01-29
* Rename RelationData.rd_amroutine to rd_indam.Andres Freund2019-01-21
* Remove useless bms_copy step in RelationGetIndexAttrBitmap.Tom Lane2019-01-21
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Refactor duplicate code into DeconstructFkConstraintRowAlvaro Herrera2019-01-18
* Finish reverting "recheck_on_update" patch.Tom Lane2019-01-15
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Don't create relfilenode for relations without storageAlvaro Herrera2019-01-04