OSDN Git Service

Re-run pgindent, fixing a problem where comment lines after a blank
[pg-rex/syncrep.git] / src / backend / access / heap / tuptoaster.c
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-20 Tom LaneRemove the t_datamcxt field of HeapTupleData. This...
2005-11-20 Tom LaneModify tuptoaster's API so that it does not try to...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-08-02 Tom LaneCode and docs review for pg_column_size() patch.
2005-07-06 Bruce MomjianAdd pg_column_size() to return storage size of a column...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-14 Tom LaneAvoid O(N^2) overhead in repeated nocachegetattr calls...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-09-30 Tom LaneAdjust index locking rules as per my proposal of earlie...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-05 Tom LaneMake the world very nearly safe for composite-type...
2004-06-04 Tom LaneResurrect heap_deformtuple(), this time implemented...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-07-21 Tom LaneError message editing in backend/access.
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-05-27 Tom LaneDistinguish between MaxHeapAttributeNumber and MaxTuple...
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-03-05 Bruce MomjianI attach a version of my toast-slicing patch, against...
2002-01-16 Tom LaneTOAST needs to do at least minimal time-qual checking...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-25 Tom LaneFix code that incorrectly assumed a 'char foo[N]' local...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-15 Tom LaneAlthough we can't support out-of-line TOAST storage...
2001-02-09 Tom LaneWhen updating a tuple containing compressed-in-line...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2001-01-15 Tom LaneTweak heap_update/delete so that we do not hold the...
2000-10-23 Tom LaneIf a field is incompressible ('compressed' data is...
2000-08-04 Tom LaneFix tuptoaster bugs induced by making bytea toastable...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-07-31 Tom LaneMake acl-related functions safe for TOAST. Mark pg_cla...
2000-07-22 Jan Wieck2nd try for the index tuple toast hack. This time as...
2000-07-21 Jan WieckTemporary fix to make TOAST vacuum-safe. All values...
2000-07-11 Jan WieckSome security checks that we've found an external value...
2000-07-06 Jan WieckBugfix. If toasted tuple containted NULLs, DataFill...
2000-07-03 Jan WieckTOAST
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-20 Peter EisentrautAdded new pg_id to fix initdb problems
1999-12-21 Jan WieckAdded empty TOASTER files and corrected some minor...