Commits

DateSubjectAuthorReleases
2016-11-04 Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro. Tom Lane 10.0
2015-02-20 Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. Tom Lane 9.5.0
2014-02-17 Predict integer overflow to avoid buffer overruns. Noah Misch 8.4.20
2014-02-17 Predict integer overflow to avoid buffer overruns. Noah Misch 9.0.16
2014-02-17 Predict integer overflow to avoid buffer overruns. Noah Misch 9.1.12
2014-02-17 Predict integer overflow to avoid buffer overruns. Noah Misch 9.2.7
2014-02-17 Predict integer overflow to avoid buffer overruns. Noah Misch 9.3.3
2014-02-17 Predict integer overflow to avoid buffer overruns. Noah Misch 9.4.0
2012-06-24 Replace int2/int4 in C code with int16/int32 Peter Eisentraut 9.3.0
2011-08-27 Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and Bruce Momjian 9.2.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2009-06-11 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list Bruce Momjian 8.4.0
2008-06-30 ltree support for multibyte encodings. Patch was made by Teodor Sigaev 8.4.0
2008-05-12 Restructure some header files a bit, in particular heapam.h, by removing some Alvaro Herrera 8.4.0
2007-11-16 Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the Bruce Momjian 8.3.0
2007-02-28 Fix up several contrib modules that were using varlena datatypes in not-so-obvious Tom Lane 8.3.0
2006-10-04 pgindent run for 8.2. Bruce Momjian 8.2.0
2006-07-11 Fix bug corrupting query in gist consistent function. Teodor Sigaev 7.3.16
2006-07-11 Fix bug corrupting query in gist consistent function. Teodor Sigaev 7.4.14
2006-07-11 Fix bug corrupting query in gist consistent function. Teodor Sigaev 8.0.9
2006-07-11 Fix bug corrupting query in gist consistent function. Teodor Sigaev 8.1.5
2006-07-11 Fix bug corrupting query in gist consistent function. Teodor Sigaev 8.2.0
2006-03-11 Add CVS tag lines to files that were lacking them. Bruce Momjian 8.2.0
2006-03-01 This patch makes the error message strings throughout the backend Neil Conway 8.2.0
2006-01-20 Replace bitwise looping with bytewise looping in hemdistsign and Tom Lane 8.1.3