Commits

DateSubjectAuthorReleases
2026-02-23 Cope with AIX's alignment woes by using _Pragma("pack"). Tom Lane 19 (unreleased)
2022-09-02 Fix planner to consider matches to boolean columns in extension indexes. Tom Lane 16.0
2021-02-03 Remove special BKI_LOOKUP magic for namespace and role OIDs. Tom Lane 14.0
2021-02-02 Build in some knowledge about foreign-key relationships in the catalogs. Tom Lane 14.0
2018-04-19 Improve consistency of comments in system catalog headers. Tom Lane 11.0
2018-04-08 Replace our traditional initial-catalog-data format with a better design. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2016-10-12 Remove unnecessary int2vector-specific hash function and equality operator. Tom Lane 10.0
2016-08-23 Create an SP-GiST opclass for inet/cidr. Tom Lane 10.0
2014-06-05 Add btree and hash opclasses for pg_lsn. Tom Lane 9.4.0
2014-05-11 Rename jsonb_hash_ops to jsonb_path_ops. Tom Lane 9.4.0
2014-04-08 Add an in-core GiST index opclass for inet/cidr types. Tom Lane 9.4.0
2011-12-17 Add SP-GiST (space-partitioned GiST) index access method. Tom Lane 9.2.0
2010-10-31 Provide hashing support for arrays. Tom Lane 9.1.0
2010-01-05 Get rid of the need for manual maintenance of the initial contents of Tom Lane 9.0.0
2008-10-13 Implement comparison of generic records (composite types), and invent a Tom Lane 8.4.0
2008-05-27 Alter the xxx_pattern_ops opclasses to use the regular equality operator of 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
2007-08-21 Tsearch2 functionality migrates to core. The bulk of this work is by Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2006-12-23 Restructure operator classes to allow improved handling of cross-data-type Tom Lane 8.3.0