aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/amcmds.c
Commit message (Expand)AuthorAge
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Update copyright for 2022Bruce Momjian2022-01-07
* Consistently use "superuser" instead of "super user"Daniel Gustafsson2021-09-08
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Update copyright for 2021Bruce Momjian2021-01-02
* Unify drop-by-OID functionsPeter Eisentraut2020-06-09
* Add missing invocations to object access hooksMichael Paquier2020-05-23
* Update copyrights for 2020Bruce Momjian2020-01-01
* Initial pgindent run for v12.Tom Lane2019-05-22
* Harden tableam against nonexistant / wrong kind of AMs.Andres Freund2019-04-04
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pgindent run for 9.6Robert Haas2016-06-09
* Type names should not be quotedAlvaro Herrera2016-04-01
* Suppress compiler warning for get_am_type_string().Tom Lane2016-03-24
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23