Commits

DateSubjectAuthorReleases
2021-05-27 Rethink definition of pg_attribute.attcompression. Tom Lane 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-04-05 Support INCLUDE'd columns in SP-GiST. Tom Lane 14.0
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2019-03-03 Improve performance of index-only scans with many index columns. Tom Lane 12.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 8.4.22
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.0.18
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.1.14
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.2.9
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.3.5
2014-05-01 Fix failure to detoast fields in composite elements of structured types. Tom Lane 9.4.0
2014-01-23 Allow use of "z" flag in our printf calls, and use it where appropriate. Tom Lane 9.4.0
2009-08-01 Improve unique-constraint-violation error messages to include the exact Tom Lane 9.0.0
2007-04-06 Support varlena fields with single-byte headers and unaligned storage. Tom Lane 8.3.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2006-07-14 Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka. Tom Lane 8.2.0
2005-03-27 Eliminate duplicate hasnulls bit testing in index tuple access, and Tom Lane 8.1.0
2005-03-21 Convert index-related tuple handling routines from char 'n'/' ' to bool Tom Lane 8.1.0
2003-07-21 Error message editing in backend/access. Tom Lane 7.4.1
2003-02-23 First cut at recycling space in btree indexes. Still some rough edges Tom Lane 7.4.1
2002-08-25 Clean up comments to be careful about the distinction between variable- Tom Lane 7.3.1
2002-08-24 The cstring datatype can now be copied, passed around, etc. The typlen Tom Lane 7.3.1
2002-05-20 Restructure indexscan API (index_beginscan, index_getnext) per Tom Lane 7.3.1