aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-16
* Fix typos and inconsistencies in code commentsMichael Paquier2019-06-14
* Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund2019-06-10
* 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
* Fix compiler warningPeter Eisentraut2019-04-05
* Generated columnsPeter Eisentraut2019-03-30
* tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund2019-03-28
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* 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
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09
* 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
* Use varargs macro for CACHEDEBUGPeter Eisentraut2019-02-19
* Build out the planner support function infrastructure.Tom Lane2019-02-09
* 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
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Rename RelationData.rd_amroutine to rd_indam.Andres Freund2019-01-21
* Rephrase references to "time qualification".Andres Freund2019-01-21
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Remove useless bms_copy step in RelationGetIndexAttrBitmap.Tom Lane2019-01-21
* Flush relcache entries when their FKs are meddled withAlvaro Herrera2019-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
* Make collation-aware system catalog columns use "C" collation.Tom Lane2018-12-18
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-14
* Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane2018-12-13
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas2018-11-19