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
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Remove RelationGetIndexRawAttOptions()
Peter Eisentraut
2023-10-03
*
Catalog not-null constraints
Alvaro Herrera
2023-08-25
*
Document RelationGetIndexAttrBitmap better
Alvaro Herrera
2023-08-10
*
Add indisreplident to fields refreshed by RelationReloadIndexInfo()
Michael Paquier
2023-07-14
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
Fix more outdated comments
Peter Eisentraut
2023-02-06
*
Fix up outdated comments
Peter Eisentraut
2023-02-06
*
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
2023-02-06
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Rework query relation permission checking
Alvaro Herrera
2022-12-06
*
Prevent pgstats from getting confused when relkind of a relation changes
Andres Freund
2022-12-02
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
*
Use TRUNCATE to preserve relfilenode for pg_largeobject + index.
Robert Haas
2022-07-28
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Avoid unnecessary MemSet call
Peter Eisentraut
2022-06-30
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
*
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
*
Don't call fwrite() with len == 0 when writing out relcache init file.
Andres Freund
2022-03-23
*
Add support for security invoker views.
Dean Rasheed
2022-03-22
*
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-08
*
Some RELKIND macro refactoring
Peter Eisentraut
2021-12-03
*
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
*
Allow publishing the tables of schema.
Amit Kapila
2021-10-27
*
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-23
*
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-13
*
Reduce overhead of cache-clobber testing in LookupOpclassInfo().
Tom Lane
2021-07-05
*
Improve RelationGetIdentityKeyBitmap().
Amit Kapila
2021-06-28
*
Handle no replica identity index case in RelationGetIdentityKeyBitmap.
Amit Kapila
2021-06-19
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-28
*
Fix Logical Replication of Truncate in synchronous commit mode.
Amit Kapila
2021-04-27
*
Clean up treatment of missing default and CHECK-constraint records.
Tom Lane
2021-04-06
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
*
Don't run RelationInitTableAccessMethod in a long-lived context.
Tom Lane
2021-03-18
*
Don't leak rd_statlist when a relcache entry is dropped.
Tom Lane
2021-03-18
*
Replace CLOBBER_CACHE_ALWAYS with run-time GUC
Peter Eisentraut
2021-01-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
[next]