Commits

DateSubjectAuthorReleases
2010-12-04 KNNGIST, otherwise known as order-by-operator support for GIST. Tom Lane 9.1.0
2009-07-29 Support deferrable uniqueness constraints. Tom Lane 9.0.0
2008-11-13 Prevent synchronous scan during GIN index build, because GIN is optimized Tom Lane 8.3.6
2008-11-13 Prevent synchronous scan during GIN index build, because GIN is optimized Tom Lane 8.4.0
2008-11-03 Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage Tom Lane 8.4.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-09-12 Redefine the lp_flags field of item pointers as having four states, rather Tom Lane 8.3.0
2006-07-03 Code review for FILLFACTOR patch. Change WITH grammar as per earlier Tom Lane 8.2.0
2006-05-10 Clean up code associated with updating pg_class statistics columns Tom Lane 8.2.0
2006-03-31 Clean up WAL/buffer interactions as per my recent proposal. Get rid of the Tom Lane 8.2.0
2006-03-30 Improve gist XLOG code to follow the coding rules needed to prevent Tom Lane 8.2.0
2005-11-06 Add simple sanity checks on newly-read pages to GiST, too. Tom Lane 8.2.0
2005-10-18 A few trivial code cleanups motivated by reading warnings generated Tom Lane 8.1.0
2005-06-06 Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. Tom Lane 8.1.0
2005-03-21 Convert index-related tuple handling routines from char 'n'/' ' to bool Tom Lane 8.1.0
2004-02-10 Centralize implementation of delay code by creating a pg_usleep() Tom Lane 8.0.0
2003-07-21 Error message editing in backend/access. Tom Lane 7.4.1
2003-03-10 This patch fixes a bunch of spelling mistakes in comments throughout the Tom Lane 7.4.1
2003-02-24 During VACUUM FULL, truncate off any deletable pages that are at the Tom Lane 7.4.1
2003-02-22 More infrastructure for btree compaction project. Tree-traversal code Tom Lane 7.4.1
2002-05-28 Repair error with not adjusting active scans properly after gistSplit. Tom Lane 7.2.2
2002-05-28 Repair error with not adjusting active scans properly after gistSplit. Tom Lane 7.3.1
2002-05-24 Mark index entries "killed" when they are no longer visible to any Tom Lane 7.3.1
2002-05-20 Restructure indexscan API (index_beginscan, index_getnext) per Tom Lane 7.3.1
2002-02-11 Tweak GiST code to work correctly on machines where 8-byte alignment Tom Lane 7.2.1