index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
amcmds.c
Commit message (
Expand
)
Author
Age
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Consistently use "superuser" instead of "super user"
Daniel Gustafsson
2021-09-08
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Unify drop-by-OID functions
Peter Eisentraut
2020-06-09
*
Add missing invocations to object access hooks
Michael Paquier
2020-05-23
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-04
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Type names should not be quoted
Alvaro Herrera
2016-04-01
*
Suppress compiler warning for get_am_type_string().
Tom Lane
2016-03-24
*
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23