Commits

DateSubjectAuthorReleases
2026-02-23 Cope with AIX's alignment woes by using _Pragma("pack"). Tom Lane 19 (unreleased)
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-09-26 Replace the built-in GIN array opclasses with a single polymorphic opclass. 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 Remove bogus entries in gist point_ops operator class. Tom Lane 9.2.0
2011-12-17 Add SP-GiST (space-partitioned GiST) index access method. Tom Lane 9.2.0
2011-11-27 Improve GiST range-contained-by searches by adding a flag for empty ranges. Tom Lane 9.2.0
2011-11-22 Improve implementation of range-contains-element tests. Tom Lane 9.2.0
2011-11-21 More code review for rangetypes patch. Tom Lane 9.2.0
2011-11-17 Declare range inclusion operators as taking anyelement not anynonarray. Tom Lane 9.2.0
2010-12-04 KNNGIST, otherwise known as order-by-operator support for GIST. Tom Lane 9.1.0
2010-11-24 Create the system catalog infrastructure needed for KNNGIST. Tom Lane 9.1.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-04-14 Push index operator lossiness determination down to GIST/GIN opclass 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