index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
/
toasting.c
Commit message (
Expand
)
Author
Age
*
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-25
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
tableam: Allow choice of toast AM.
Robert Haas
2020-01-07
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
tableam: Move heap-specific logic from needs_toast_table below tableam.
Robert Haas
2019-05-21
*
Ignore attempts to add TOAST table to shared or catalog tables
Peter Eisentraut
2019-03-19
*
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
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Rename IndexInfo.ii_KeyAttrNumbers array
Teodor Sigaev
2018-04-12
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Avoid creating a TOAST table for a partitioned table.
Robert Haas
2018-03-22
*
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-21
*
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-19
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Simplify index_[constraint_]create API
Alvaro Herrera
2017-11-14
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-06
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Integrate pg_upgrade_support module into backend
Peter Eisentraut
2015-04-14
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Implement IF NOT EXIST for CREATE INDEX.
Fujii Masao
2014-11-06
*
pg_upgrade: prevent automatic oid assignment
Bruce Momjian
2014-08-25
*
rename macro isTempOrToastNamespace to isTempOrTempToastNamespace
Bruce Momjian
2014-08-25
*
pg_upgrade: prevent oid conflicts with new-cluster TOAST tables
Bruce Momjian
2014-08-07
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-04-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Move pg_upgrade_support global variables to their own include file
Bruce Momjian
2013-12-19
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-17
*
Add context info to OAT_POST_CREATE security hook
Alvaro Herrera
2012-10-23
*
Remove RELKIND_UNCATALOGED.
Robert Haas
2012-06-14
[next]