aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/tuptoaster.c
Commit message (Expand)AuthorAge
* Repair problems with the result of lookup_rowtype_tupdesc() possibly beingTom Lane2006-01-17
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Modify tuptoaster's API so that it does not try to modify the passedTom Lane2005-11-20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-12
* Code and docs review for pg_column_size() patch.Tom Lane2005-08-02
* Add pg_column_size() to return storage size of a column, includingBruce Momjian2005-07-06
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-21
* Avoid O(N^2) overhead in repeated nocachegetattr calls when columns ofTom Lane2005-03-14
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-05
* Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane2004-06-04
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* Error message editing in backend/access.Tom Lane2003-07-21
* pgindent run.Bruce Momjian2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane2002-05-27
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-05
* TOAST needs to do at least minimal time-qual checking in order not toTom Lane2002-01-16
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Fix code that incorrectly assumed a 'char foo[N]' local variable wouldTom Lane2001-03-25
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Although we can't support out-of-line TOAST storage in indexes (yet),Tom Lane2001-02-15
* When updating a tuple containing compressed-in-line fields, do notTom Lane2001-02-09
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Tweak heap_update/delete so that we do not hold the buffer context lockTom Lane2001-01-15
* If a field is incompressible ('compressed' data is actually larger thanTom Lane2000-10-23
* Fix tuptoaster bugs induced by making bytea toastable. Durn thing wasTom Lane2000-08-04
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03
* Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane2000-07-31
* 2nd try for the index tuple toast hack. This time as suggestedJan Wieck2000-07-22
* Temporary fix to make TOAST vacuum-safe. All values are forced to beJan Wieck2000-07-21
* Some security checks that we've found an external value completelyJan Wieck2000-07-11