Commits

DateSubjectAuthorReleases
2015-02-09 Minor cleanup/code review for "indirect toast" stuff. Tom Lane 9.5.0
2009-12-31 Redefine Datum as uintptr_t, instead of unsigned long. Tom Lane 9.0.0
2008-04-21 Allow float8, int8, and related datatypes to be passed by value on machines Tom Lane 8.4.0
2008-03-27 Reduce the need for frontend programs to include "postgres.h" by refactoring Tom Lane 8.4.0
2008-03-25 Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum Tom Lane 7.4.20
2008-03-25 Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum Tom Lane 8.0.16
2008-03-25 Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum Tom Lane 8.1.12
2008-03-25 Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum Tom Lane 8.2.8
2007-10-01 Avoid assuming that struct varattrib_pointer doesn't get padded by the Tom Lane 8.3.0
2007-09-30 Add an extra header byte to TOAST-pointer datums to represent their size Tom Lane 8.3.0
2007-09-27 Fix typos in two comments. Spotted by Brendan Jurd Tom Lane 8.3.0
2007-05-04 A few fixups in error handling: mark pg_re_throw() as noreturn for gcc, Tom Lane 8.3.0
2007-04-06 Support varlena fields with single-byte headers and unaligned storage. Tom Lane 8.3.0
2007-03-23 Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum 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-01-08 Fix the assert_enabled issue properly. This eliminates the former ABI Tom Lane 8.2.0
2005-04-14 First phase of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2004-01-16 Tighten short-circuit tests for deciding whether we need to invoke Tom Lane 8.0.0
2004-01-04 There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to Tom Lane 8.0.0
2002-10-18 Make 'dummy' declarations in header files be 'extern int no_such_variable' Tom Lane 7.3.1
2002-08-25 Clean up comments to be careful about the distinction between variable- Tom Lane 7.3.1
2002-04-27 Support toasting of shared system relations, and provide toast tables for Tom Lane 7.3.1
2001-10-03 Consistently use gcc's __attribute__((format)) to check sprintf-style Tom Lane 7.2.1
2001-08-23 Ensure that all TransactionId comparisons are encapsulated in macros Tom Lane 7.2.1
2001-08-10 Make OIDs optional, per discussions in pghackers. WITH OIDS is still the Tom Lane 7.2.1