aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
Commit message (Expand)AuthorAge
* 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
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Redesign initialization of partition routing structuresAlvaro Herrera2018-11-16
* Refactor code creating PartitionBoundInfoMichael Paquier2018-11-14
* Disable recheck_on_update optimization to avoid crashes.Tom Lane2018-11-06
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Remove get_attidentity()Peter Eisentraut2018-10-23
* Remove get_atttypmod()Peter Eisentraut2018-10-23
* Correct attach/detach logic for FKs in partitionsAlvaro Herrera2018-10-12
* Change rewriter/planner/executor/plancache to depend on RTE rellockmode.Tom Lane2018-10-02
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane2018-09-27
* Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov2018-09-19
* Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.Tom Lane2018-09-07
* Simplify partitioned table creation vs. relcacheAlvaro Herrera2018-09-05
* Fully enforce uniqueness of constraint names.Tom Lane2018-09-04
* Handle parallel index builds on mapped relations.Peter Geoghegan2018-08-10
* Add proper errcodes to new error messages for read() failuresMichael Paquier2018-07-23
* Rework error messages around file handlingMichael Paquier2018-07-18
* Add plan_cache_mode settingPeter Eisentraut2018-07-16
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-11
* Cosmetic improvements for faster column addition.Amit Kapila2018-06-27
* Fix some ill-chosen names for globally-visible partition support functions.Tom Lane2018-06-13
* 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
* Plural of modulus is moduliAlvaro Herrera2018-04-19
* Reorganize partitioning codeAlvaro Herrera2018-04-14