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
*
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
*
Avoid catalog lookups in RelationAllowsEarlyPruning().
Thomas Munro
2019-08-28
*
Allow table AM's to use rd_amcache, too.
Heikki Linnakangas
2019-07-30
*
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
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2017-11-20
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Reindent table partitioning code.
Robert Haas
2017-01-24
*
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
*
Re-allow user_catalog_table option for materialized views.
Tom Lane
2016-11-10
*
Band-aid fix for incorrect use of view options as StdRdOptions.
Tom Lane
2016-11-07
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Mop-up for parallel degree-ectomy.
Tom Lane
2016-06-09
*
Eliminate "parallel degree" terminology.
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
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Add a 'parallel_degree' reloption.
Robert Haas
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
*
Update copyright for 2016
Bruce Momjian
2016-01-02
[next]