index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
heap
/
tuptoaster.c
Age
Commit message (
Expand
)
Author
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-01
Add error codes to some corruption log messages
Peter Eisentraut
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-04-02
Add support for partial TOAST decompression
Stephen Frost
2019-03-24
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-01-22
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-27
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-10
Remove dead code in toast_fetch_datum_slice
Stephen Frost
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-04-11
Do not select new object OIDs that match recently-dead entries.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-19
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-03-26
Improve performance of ExecEvalWholeRowVar.
Tom Lane
2017-02-09
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-18
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-05
Change InitToastSnapshot to a macro.
Robert Haas
2016-08-03
Prevent "snapshot too old" from trying to return pruned TOAST tuples.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-14
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in struct varlena.
Tom Lane
2015-02-09
Minor cleanup/code review for "indirect toast" stuff.
Tom Lane
2015-02-09
Move pg_lzcompress.c to src/common.
Fujii Masao
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-25
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-12-11
Fix assorted confusion between Oid and int32.
Tom Lane
2014-06-24
Check for interrupts during tuple-insertion loops.
Robert Haas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-03-03
Introduce logical decoding.
Robert Haas
2014-01-15
Fix missing parentheses resulting in wrong order of dereference.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-07-05
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-04
Fix typo in comment.
Fujii Masao
2013-07-03
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-02
Add support for multiple kinds of external toast datums.
Robert Haas
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-01-01
Update copyrights for 2013
Bruce Momjian
[next]