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
*
relcache: Avoid memory leak on tables with no CHECK constraints
Álvaro Herrera
8 days
*
Assert lack of hazardous buffer locks before possible catalog read.
Noah Misch
2025-04-17
*
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-07
*
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-04-02
*
Assert that a snapshot is active or registered before it's used
Heikki Linnakangas
2025-03-11
*
Add relallfrozen to pg_class
Melanie Plageman
2025-03-03
*
Virtual generated columns
Peter Eisentraut
2025-02-07
*
Rename pubgencols_type to pubgencols in pg_publication.
Amit Kapila
2025-01-28
*
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-23
*
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-11
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove pg_attribute.attcacheoff column
David Rowley
2024-12-20
*
Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024-12-20
*
Ensure stored generated columns must be published when required.
Amit Kapila
2024-12-04
*
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
*
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-12-03
*
Remove redundant relam initialization
Álvaro Herrera
2024-11-27
*
Clean up newlines following left parentheses
Álvaro Herrera
2024-11-26
*
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-08
*
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
[next]