index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
/
toasting.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
1
-0
/
+1
*
Fix memory leak in indexUnchanged hint mechanism.
Peter Geoghegan
2022-01-12
1
-0
/
+2
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-25
1
-11
/
+18
*
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-08
1
-4
/
+2
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-6
/
+5
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
1
-0
/
+6
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Move catalog toast table declarations
Peter Eisentraut
2020-11-07
1
-1
/
+1
*
code: replace most remaining uses of 'master'.
Andres Freund
2020-07-08
1
-2
/
+2
*
Don't create pg_type entries for sequences or toast tables.
Tom Lane
2020-07-07
1
-18
/
+2
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
1
-0
/
+1
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
1
-3
/
+3
*
tableam: Allow choice of toast AM.
Robert Haas
2020-01-07
1
-1
/
+1
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-2
/
+2
*
tableam: Move heap-specific logic from needs_toast_table below tableam.
Robert Haas
2019-05-21
1
-47
/
+3
*
Ignore attempts to add TOAST table to shared or catalog tables
Peter Eisentraut
2019-03-19
1
-16
/
+26
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
1
-0
/
+1
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
1
-9
/
+9
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
1
-0
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-3
/
+1
*
Rename IndexInfo.ii_KeyAttrNumbers array
Teodor Sigaev
2018-04-12
1
-2
/
+2
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
1
-0
/
+1
*
Avoid creating a TOAST table for a partitioned table.
Robert Haas
2018-03-22
1
-0
/
+4
*
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-21
1
-0
/
+1
*
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-19
1
-2
/
+2
*
Support parallel btree index builds.
Robert Haas
2018-02-02
1
-0
/
+1
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
1
-0
/
+2
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Simplify index_[constraint_]create API
Alvaro Herrera
2017-11-14
1
-2
/
+1
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
1
-12
/
+12
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-1
/
+1
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
1
-0
/
+2
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
1
-4
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-06
1
-33
/
+21
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
1
-1
/
+0
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
1
-0
/
+1
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
1
-0
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-6
/
+6
*
Integrate pg_upgrade_support module into backend
Peter Eisentraut
2015-04-14
1
-1
/
+1
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
1
-1
/
+2
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Implement IF NOT EXIST for CREATE INDEX.
Fujii Masao
2014-11-06
1
-1
/
+1
*
pg_upgrade: prevent automatic oid assignment
Bruce Momjian
2014-08-25
1
-1
/
+5
[next]