index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
rel.h
Age
Commit message (
Expand
)
Author
2020-11-02
Track collation versions for indexes.
Thomas Munro
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-28
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-26
Improve comments in utils/rel.h.
Tom Lane
2019-12-25
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-11-25
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-01
Add some assertions to view reloption macros
Peter Eisentraut
2019-09-25
Support reloptions of enum type
Alvaro Herrera
2019-08-28
Avoid catalog lookups in RelationAllowsEarlyPruning().
Thomas Munro
2019-08-16
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-07-30
Allow table AM's to use rd_amcache, too.
Heikki Linnakangas
2019-07-07
Remove more unreferenced function declarations
Michael Paquier
2019-05-03
Remove RelationSetIndexList().
Tom Lane
2019-04-13
Prevent memory leaks associated with relcache rd_partcheck structures.
Tom Lane
2019-04-08
Add vacuum_truncate reloption.
Fujii Masao
2019-04-04
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-03-10
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-06
tableam: introduce table AM infrastructure.
Andres Freund
2019-01-22
Rename RelationData.rd_amroutine to rd_indam.
Andres Freund
2019-01-15
Finish reverting "recheck_on_update" patch.
Tom Lane
2019-01-04
Don't create relfilenode for relations without storage
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-10-12
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-15
Reorganize partitioning code
Alvaro Herrera
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-04
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-03-27
Allow HOT updates for some expression indexes
Simon Riggs
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-19
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-01-24
Reindent table partitioning code.
Robert Haas
2017-01-20
Logical replication
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-07
Implement table partitioning.
Robert Haas
2016-11-10
Re-allow user_catalog_table option for materialized views.
Tom Lane
2016-11-07
Band-aid fix for incorrect use of view options as StdRdOptions.
Tom Lane
[next]