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 refreshing physical relfilenumber on shared index
Heikki Linnakangas
2024-10-31
*
Split RelationClearRelation into three different functions
Heikki Linnakangas
2024-10-31
*
Simplify call to rebuild relcache entry for indexes
Heikki Linnakangas
2024-10-31
*
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
*
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-09-03
*
Remove useless initializations
Peter Eisentraut
2024-07-01
*
Fix relcache invalidation when relfilelocator is updated
Heikki Linnakangas
2024-06-21
*
Make RelationFlushRelation() work without ResourceOwner during abort
Heikki Linnakangas
2024-06-06
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-13
*
Revert: Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-04-11
*
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-11
*
Fill CommonRdOptions with default values in extract_autovac_opts()
Alexander Korotkov
2024-04-08
*
Custom reloptions for table AM
Alexander Korotkov
2024-04-08
*
Add error codes to some PANIC/FATAL errors reports
Daniel Gustafsson
2024-04-03
*
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-04-02
*
Custom reloptions for table AM
Alexander Korotkov
2024-03-30
*
Allow specifying an access method for partitioned tables
Alvaro Herrera
2024-03-25
*
Allow table AM to store complex data structures in rd_amcache
Alexander Korotkov
2024-03-21
*
Don't destroy SMgrRelations at relcache invalidation
Heikki Linnakangas
2024-03-11
*
Admit deferrable PKs into rd_pkindex, but flag them as such
Alvaro Herrera
2024-03-08
*
Rename pg_constraint.conwithoutoverlaps to conperiod
Peter Eisentraut
2024-03-05
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-03-03
*
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-02-16
*
Give SMgrRelation pointers a well-defined lifetime.
Heikki Linnakangas
2024-01-31
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
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
[next]