Commits

DateSubjectAuthorReleases
2006-07-31 Change the relation_open protocol so that we obtain lock on a relation Tom Lane 8.2.0
2006-04-26 Revise large-object access routines to avoid running with CurrentMemoryContext Tom Lane 8.1.4
2006-04-26 Revise large-object access routines to avoid running with CurrentMemoryContext Tom Lane 8.2.0
2005-12-03 Tweak indexscan machinery to avoid taking an AccessShareLock on an index Tom Lane 8.2.0
2005-08-12 Solve the problem of OID collisions by probing for duplicate OIDs Tom Lane 8.1.0
2005-06-13 Adjust lo_open() so that specifying INV_READ without INV_WRITE creates Tom Lane 8.1.0
2005-04-14 Completion of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2004-09-16 Restructure subtransaction handling to reduce resource consumption, Tom Lane 8.0.0
2004-07-31 Restructure error handling as recently discussed. It is now really Tom Lane 8.0.0
2004-07-28 Fix subtransaction behavior for large objects, temp namespace, files, Tom Lane 8.0.0
2003-11-21 COMMENT ON casts, conversions, languages, operator classes, and Tom Lane 8.0.0
2003-11-12 Cross-data-type comparisons are now indexable by btrees, pursuant to my Tom Lane 8.0.0
2003-11-09 Add operator strategy and comparison-value datatype fields to ScanKey. Tom Lane 8.0.0
2003-07-24 Error message editing in backend/storage. Tom Lane 7.4.1
2002-08-25 Clean up comments to be careful about the distinction between variable- Tom Lane 7.3.1
2002-08-05 Restructure system-catalog index updating logic. Instead of having Tom Lane 7.3.1
2002-05-21 Remove global variable scanCommandId in favor of storing a command ID Tom Lane 7.3.1
2002-05-20 Restructure indexscan API (index_beginscan, index_getnext) per Tom Lane 7.3.1
2001-08-10 Cleanup some minor oversights in optional-OIDs stuff. Tom Lane 7.2.1
2001-03-25 Fix unportable assumptions about alignment of local char[n] variables. Tom Lane 7.1.1
2001-02-10 Restructure the key include files per recent pghackers discussion: there Tom Lane 7.1.1
2001-01-23 Fix all the places that called heap_update() and heap_delete() without Tom Lane 7.1.1
2000-11-02 Improve inv_getsize() per suggestion from Denis Perchine; also fix Tom Lane 7.1.1
2000-10-24 Major overhaul of large-object implementation, by Denis Perchine with Tom Lane 7.1.1
2000-07-14 Cleanup of code for creating index entries. Functional indexes with Tom Lane 7.1.1