postgresql/src/backend/access
Andres Freund bff258a273 pgstat: rename pgstat_initstats() to pgstat_relation_init().
The old name was overly generic. An upcoming commit moves relation stats
handling into its own file, making pgstat_initstats() look even more out of
place.

Author: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/20220303021600.hs34ghqcw6zcokdh@alap3.anarazel.de
2022-03-20 19:12:09 -07:00
..
brin Rename functions to avoid future conflicts 2022-01-10 09:37:43 +01:00
common pgstat: rename pgstat_initstats() to pgstat_relation_init(). 2022-03-20 19:12:09 -07:00
gin Fix various typos, grammar and code style in comments and docs 2022-01-25 09:40:04 +09:00
gist Fix data loss on crash after sorted GiST index build. 2022-02-24 16:15:12 +02:00
hash Remove xloginsert.h from xlog.h 2022-01-30 12:25:24 -03:00
heap Fix collection of typos in the code and the documentation 2022-03-15 11:29:35 +09:00
index Update copyright for 2022 2022-01-07 19:04:57 -05:00
nbtree Remove MaxBackends variable in favor of GetMaxBackends() function. 2022-02-08 15:53:19 -05:00
rmgrdesc Update copyright for 2022 2022-01-07 19:04:57 -05:00
spgist Update copyright for 2022 2022-01-07 19:04:57 -05:00
table Update copyright for 2022 2022-01-07 19:04:57 -05:00
tablesample Update copyright for 2022 2022-01-07 19:04:57 -05:00
transam Add circular WAL decoding buffer, take II. 2022-03-18 18:45:47 +13:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00