summaryrefslogtreecommitdiff
path: root/src/backend/storage/large_object
Commit message (Expand)AuthorAgeFilesLines
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-7/+5
* Cleanup some minor oversights in optional-OIDs stuff.Tom Lane2001-08-101-2/+2
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-4/+4
* Fix unportable assumptions about alignment of local char[n] variables.Tom Lane2001-03-251-7/+10
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-71/+90
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-2/+2
* Back out patch for BLOB operations until approval.Bruce Momjian2001-01-211-25/+1
* Hello,Bruce Momjian2001-01-211-1/+25
* Improve inv_getsize() per suggestion from Denis Perchine; also fixTom Lane2000-11-021-11/+16
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-241-1102/+387
* BACKED OUT.Bruce Momjian2000-10-221-322/+1073
* here it is as requested by Bruce.Bruce Momjian2000-10-211-1073/+322
* Back out:Bruce Momjian2000-10-081-5/+9
* Hello,Bruce Momjian2000-10-081-9/+5
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-4/+4
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-141-16/+16
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-041-4/+5
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-2/+2
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-171-2/+2
* Repair Large Object bugs demonstrated by Ian Grant's example. inv_writeTom Lane2000-06-151-23/+33
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-2/+3
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-3/+1
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-1/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+3
* Fix relcache refcount leakage when inv_drop is appliedTom Lane2000-04-081-3/+13
* Add:Bruce Momjian2000-01-261-2/+3
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-301-5/+1
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-3/+5
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-3/+3
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-3/+3
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-131-1/+16
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-14/+14
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-191-5/+5
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-5/+5
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-15/+1
* pgindent run over code.Bruce Momjian1999-05-251-33/+39
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-3/+3
* Done.Bruce Momjian1999-03-141-15/+32
* Ok. I found an align problem in lobj that might not appear other thanBruce Momjian1999-02-221-2/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-3/+3
* Large object write-into-middle fix from Tatsuo Ishii.Bruce Momjian1999-02-041-2/+8
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-031-5/+3
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-10/+5
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-211-2/+2