aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/tuptoaster.c
Commit message (Expand)AuthorAge
* Remove unnecessary brace pair.Bruce Momjian2006-09-10
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-11
* Tweak indexscan machinery to avoid taking an AccessShareLock on an indexTom Lane2005-12-03
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-20
* 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