aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/relcache.c
Commit message (Expand)AuthorAge
* 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
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove obsolete IndexIs* macrosPeter Eisentraut2018-12-27
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Disable recheck_on_update optimization to avoid crashes.Tom Lane2018-11-06
* Correct attach/detach logic for FKs in partitionsAlvaro Herrera2018-10-12
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-04
* Cosmetic improvements for faster column addition.Amit Kapila2018-06-27
* 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
* 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
* 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
* Remove out-of-date comment about formrdesc().Tom Lane2018-03-01
* get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera2018-02-12