Commits

DateSubjectAuthorReleases
2019-08-06 Fix intarray's GiST opclasses to not fail for empty arrays with <@. Tom Lane 11.6
2019-02-16 Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. Tom Lane 12.0
2017-11-08 Change TRUE/FALSE to true/false Peter Eisentraut 11.0
2015-05-15 Move strategy numbers to include/access/stratnum.h Alvaro Herrera 9.5.0
2014-04-18 Create function prototype as part of PG_FUNCTION_INFO_V1 macro Peter Eisentraut 9.4.0
2012-06-24 Replace int2/int4 in C code with int16/int32 Peter Eisentraut 9.3.0
2012-02-28 Add const qualifiers where they are accidentally cast away Peter Eisentraut 9.2.0
2011-01-09 Fix assorted corner-case bugs in contrib/intarray. Tom Lane 9.1.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-05-17 Add $PostgreSQL$ markers to a lot of files that were missing them. Andrew Dunstan 8.4.0
2008-05-12 Restructure some header files a bit, in particular heapam.h, by removing some Alvaro Herrera 8.4.0
2008-04-14 Push index operator lossiness determination down to GIST/GIN opclass Tom Lane 8.4.0
2007-11-16 Run pgindent on remaining files now that LOOPBYTE is a usable macro. Bruce Momjian 8.3.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-09-10 Rename contrib contains/contained-by operators to @> and <@, per discussion. Tom Lane 8.2.0
2006-06-28 Changes Teodor Sigaev 8.2.0
2006-04-03 Detoast query in g_intbig_consistent and copy query in g_int_consistent. Teodor Sigaev 8.0.8
2006-04-03 Detoast query in g_intbig_consistent and copy query in g_int_consistent. Teodor Sigaev 7.4.13
2006-04-03 Detoast query in g_intbig_consistent and copy query in g_int_consistent. Teodor Sigaev 8.1.4
2006-04-03 Minor cleanups Teodor Sigaev 8.2.0
2006-04-03 Detoast query in g_intbig_consistent and copy query in g_int_consistent Teodor Sigaev 8.2.0
2006-01-20 Replace bitwise looping with bytewise looping in hemdistsign and Tom Lane 8.1.3