aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/large_object/inv_api.c
Commit message (Expand)AuthorAge
* Fix unportable assumptions about alignment of local char[n] variables.Tom Lane2001-03-25
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Back out patch for BLOB operations until approval.Bruce Momjian2001-01-21
* Hello,Bruce Momjian2001-01-21
* Improve inv_getsize() per suggestion from Denis Perchine; also fixTom Lane2000-11-02
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* BACKED OUT.Bruce Momjian2000-10-22
* here it is as requested by Bruce.Bruce Momjian2000-10-21
* Back out:Bruce Momjian2000-10-08
* Hello,Bruce Momjian2000-10-08
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-04
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-17
* Repair Large Object bugs demonstrated by Ian Grant's example. inv_writeTom Lane2000-06-15
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix relcache refcount leakage when inv_drop is appliedTom Lane2000-04-08
* Add:Bruce Momjian2000-01-26
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-30
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-13
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Done.Bruce Momjian1999-03-14
* Ok. I found an align problem in lobj that might not appear other thanBruce Momjian1999-02-22
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Large object write-into-middle fix from Tatsuo Ishii.Bruce Momjian1999-02-04
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-21
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* Fix for lo_import crash.Bruce Momjian1998-12-13
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Fix for double free from Tatsuo IshiiBruce Momjian1998-10-06
* offsetof cleanup.Bruce Momjian1998-09-04
* t_bits alignment fix from Tatsuo IshiiBruce Momjian1998-09-04
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01