Commits

DateSubjectAuthorReleases
2025-08-08 Mop-up for Datum conversion cleanups. Tom Lane 19 (unreleased)
2022-09-13 Split up guc.c for better build speed and ease of maintenance. Tom Lane 16.0
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2019-02-16 Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. Tom Lane 12.0
2017-09-18 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. Tom Lane 11.0
2011-01-09 Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. Tom Lane 9.1.0
2010-02-24 Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. Tom Lane 8.3.10
2010-02-24 Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. Tom Lane 8.4.3
2010-02-24 Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. Tom Lane 9.0.0
2008-04-14 Push index operator lossiness determination down to GIST/GIN opclass Tom Lane 8.4.0
2007-02-28 Fix up several contrib modules that were using varlena datatypes in not-so-obvious Tom Lane 8.3.0
2006-01-20 Replace bitwise looping with bytewise looping in hemdistsign and Tom Lane 8.1.3
2006-01-20 Replace bitwise looping with bytewise looping in hemdistsign and Tom Lane 8.2.0
2006-01-08 Fix the assert_enabled issue properly. This eliminates the former ABI Tom Lane 8.2.0
2005-11-19 Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'd Tom Lane 8.2.0
2005-11-07 R-tree is dead ... long live GiST. Tom Lane 8.2.0
2004-10-21 Standardize on using the Min, Max, and Abs macros that are in our c.h file, Tom Lane 8.0.0
2003-07-24 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) Tom Lane 7.4.1
2002-08-26 Modify array operations to include array's element type OID in the Tom Lane 7.3.1