index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
rel.h
Commit message (
Expand
)
Author
Age
*
Make our back branches build under -fkeep-inline-functions.
Tom Lane
2023-01-20
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-11-17
*
Remove obsolete comment
Peter Eisentraut
2022-04-02
*
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
*
Revert per-index collation version tracking feature.
Thomas Munro
2021-05-07
*
Track detached partitions more accurately in partdescs
Alvaro Herrera
2021-05-06
*
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-28
*
Allow TRUNCATE command to truncate foreign tables.
Fujii Masao
2021-04-08
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
*
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-18
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Track collation versions for indexes.
Thomas Munro
2020-11-03
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-03-21
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Improve comments in utils/rel.h.
Tom Lane
2019-12-26
*
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-25
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-25
*
Add some assertions to view reloption macros
Peter Eisentraut
2019-11-01
*
Support reloptions of enum type
Alvaro Herrera
2019-09-25
*
Avoid catalog lookups in RelationAllowsEarlyPruning().
Thomas Munro
2019-08-28
*
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Allow table AM's to use rd_amcache, too.
Heikki Linnakangas
2019-07-30
*
Remove more unreferenced function declarations
Michael Paquier
2019-07-07
*
Remove RelationSetIndexList().
Tom Lane
2019-05-03
*
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-13
*
Add vacuum_truncate reloption.
Fujii Masao
2019-04-08
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Rename RelationData.rd_amroutine to rd_indam.
Andres Freund
2019-01-21
*
Finish reverting "recheck_on_update" patch.
Tom Lane
2019-01-15
*
Don't create relfilenode for relations without storage
Alvaro Herrera
2019-01-04
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
Allow HOT updates for some expression indexes
Simon Riggs
2018-03-27
[next]