index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
/
relcache.c
Commit message (
Expand
)
Author
Age
*
Fix a crash in logical replication
Peter Eisentraut
2019-01-30
*
Remove useless bms_copy step in RelationGetIndexAttrBitmap.
Tom Lane
2019-01-21
*
Fix bugs in vacuum of shared rels, by keeping their relcache entries current.
Andres Freund
2018-06-12
*
Use the right memory context for partkey's FmgrInfo
Alvaro Herrera
2018-04-12
*
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
*
Fix RelationBuildPartitionKey's processing of partition key expressions.
Tom Lane
2018-02-05
*
Be more consistent about errors for opfamily member lookup failures.
Tom Lane
2017-07-24
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
*
Avoid theoretical infinite loop loading relcache partition key.
Robert Haas
2017-05-09
*
In load_relcache_init_file, initialize rd_pdcxt.
Robert Haas
2017-04-28
*
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
*
Identity columns
Peter Eisentraut
2017-04-06
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Update some obsolete comments.
Tom Lane
2017-03-26
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
hash: Add write-ahead logging support.
Robert Haas
2017-03-14
*
Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap().
Tom Lane
2017-02-06
*
Update comment in relcache.c.
Tom Lane
2017-02-06
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Logical replication
Peter Eisentraut
2017-01-20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
*
Refactor to reduce code duplication for function property checking.
Tom Lane
2016-06-10
*
Improve the situation for parallel query versus temp relations.
Tom Lane
2016-06-09
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-06-07
*
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-05-06
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Load FK defs into relcache for use by planner
Simon Riggs
2016-04-07
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Make pg_shseclabel available in early backend startup
Alvaro Herrera
2016-01-05
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Be more noisy about "wrong number of nailed relations" initfile problems.
Tom Lane
2015-11-11
*
RLS refactoring
Stephen Frost
2015-09-15
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
*
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-25
*
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2015-06-07
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix typo in relcache's equalPolicy()
Stephen Frost
2015-04-17
*
Apply table and domain CHECK constraints in name order.
Tom Lane
2015-03-23
*
Clean up some mess in row-security patches.
Tom Lane
2015-01-24
[next]