index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
rowtypes.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Add min and max aggregates for composite types (records).
Tom Lane
2024-07-11
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Introduce the concept of read-only StringInfos
David Rowley
2023-10-26
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert a few datatype input functions to use "soft" error reporting.
Tom Lane
2022-12-09
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Hash support for row types
Peter Eisentraut
2020-11-19
*
Weaken type-OID-matching checks in array_recv and record_recv.
Tom Lane
2020-07-21
*
Fix minor violations of FunctionCallInvoke usage protocol.
Tom Lane
2020-04-21
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Catch invalid typlens in a couple of places
Peter Eisentraut
2019-11-04
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Fix optimization of foreign-key on update actions
Peter Eisentraut
2019-03-18
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove use of byte-masking macros in record_image_cmp
Peter Eisentraut
2018-01-25
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove unnecessary escaping in C character literals
Peter Eisentraut
2015-12-22
*
Prevent stack overflow in container-type functions.
Noah Misch
2015-10-05
*
Allow record_in() and record_recv() to work for transient record types.
Tom Lane
2015-08-21
*
Some more FLEXIBLE_ARRAY_MEMBER hacking.
Tom Lane
2015-02-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-05-01
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-03
*
Fix blatantly broken record_image_cmp() logic for pass-by-value fields.
Tom Lane
2013-10-22
*
Fix several possibly non-portable gaffs in record_image_ops.
Kevin Grittner
2013-10-11
*
Fix bug in record_image_ops on big endian machines.
Kevin Grittner
2013-10-10
*
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-10-09
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix memory leaks in record_out() and record_send().
Tom Lane
2012-11-13
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
binary migration: pg_migrator
Bruce Momjian
2009-12-19
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
[next]