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
*
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