summaryrefslogtreecommitdiff
path: root/src/backend/storage/large_object
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial MVCC code.Vadim B. Mikheev1998-12-151-9/+9
* Fix for lo_import crash.Bruce Momjian1998-12-131-2/+2
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-51/+53
* Fix for double free from Tatsuo IshiiBruce Momjian1998-10-061-3/+2
* offsetof cleanup.Bruce Momjian1998-09-041-3/+3
* t_bits alignment fix from Tatsuo IshiiBruce Momjian1998-09-041-3/+5
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-41/+41
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-26/+26
* Fix 'd ' should be 'd'.Bruce Momjian1998-08-271-2/+1
* update fixes.Bruce Momjian1998-08-201-5/+3
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-62/+61
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-061-2/+2
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-4/+8
* Theses buffer leaks are caused by indexes that are kept open betweenBruce Momjian1998-07-211-4/+50
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-5/+1
* This patch...Bruce Momjian1998-04-271-13/+13
* Hi,Bruce Momjian1998-04-061-5/+3
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-5/+6
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-6/+6
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-5/+5
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-5/+5
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-4/+6
* Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian1997-11-281-3/+3
* Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr...Bruce Momjian1997-11-281-2/+2
* More archive cleanup.Bruce Momjian1997-11-211-11/+2
* Remove archive stuff.Bruce Momjian1997-11-211-7/+4
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-4/+4
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-021-15/+11
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-6/+6
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-17/+17
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-4/+4
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-77/+77
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-909/+968
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-1/+3
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-5/+5
* Added SCO support, from Daniel Harris.Bruce Momjian1997-07-281-2/+2
* Fix for large objects and case sensitivity, from Raymond Toy.Bruce Momjian1997-06-051-3/+3
* Add include files needed for stat().Bruce Momjian1997-01-181-1/+3