Commits

DateSubjectAuthorReleases
2026-02-02 Refactor att_align_nominal() to improve performance. Tom Lane 19 (unreleased)
2025-08-13 Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true. Tom Lane 19 (unreleased)
2021-05-27 Rethink definition of pg_attribute.attcompression. Tom Lane 14.0
2021-05-23 Re-order pg_attribute columns to eliminate some padding space. Tom Lane 14.0
2021-04-06 Clean up treatment of missing default and CHECK-constraint records. Tom Lane 14.0
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2019-02-28 Standardize some more loops that chase down parallel lists. Tom Lane 12.0
2018-12-10 Make TupleDescInitBuiltinEntry throw error for unsupported types. Tom Lane 11.2
2018-12-10 Make TupleDescInitBuiltinEntry throw error for unsupported types. Tom Lane 10.7
2018-12-10 Make TupleDescInitBuiltinEntry throw error for unsupported types. Tom Lane 12.0
2018-01-03 Clean up tupdesc.c for recent changes. Tom Lane 11.0
2013-11-22 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. Tom Lane 9.4.0
2013-10-29 Prevent using strncpy with src == dest in TupleDescInitEntry. Tom Lane 8.4.19
2013-10-29 Prevent using strncpy with src == dest in TupleDescInitEntry. Tom Lane 9.0.15
2013-10-29 Prevent using strncpy with src == dest in TupleDescInitEntry. Tom Lane 9.1.11
2013-10-29 Prevent using strncpy with src == dest in TupleDescInitEntry. Tom Lane 9.2.6
2013-10-29 Prevent using strncpy with src == dest in TupleDescInitEntry. Tom Lane 9.3.2
2013-10-29 Prevent using strncpy with src == dest in TupleDescInitEntry. Tom Lane 9.4.0
2011-04-22 Make a code-cleanup pass over the collations patch. Tom Lane 9.1.0
2011-03-26 Clean up cruft around collation initialization for tupdescs and scankeys. Tom Lane 9.1.0
2011-03-10 Remove collation information from TypeName, where it does not belong. Tom Lane 9.1.0
2009-10-13 Code review for LIKE INCLUDING patch --- clean up some cosmetic and not Tom Lane 9.0.0
2009-08-02 Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT Tom Lane 9.0.0
2009-01-22 Support column-level privileges, as required by SQL standard. Tom Lane 8.4.0
2008-05-09 Change the rules for inherited CHECK constraints to be essentially the same Tom Lane 8.4.0