]> granicus.if.org Git - postgresql/history - src/backend/storage/large_object
message refinements
[postgresql] / src / backend / storage / large_object /
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-03-25 Tom LaneFix unportable assumptions about alignment of local...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2001-01-21 Bruce MomjianBack out patch for BLOB operations until approval.
2001-01-21 Bruce MomjianHello,
2000-11-02 Tom LaneImprove inv_getsize() per suggestion from Denis Perchin...
2000-10-24 Tom LaneMajor overhaul of large-object implementation, by Denis...
2000-10-22 Bruce MomjianBACKED OUT.
2000-10-21 Bruce Momjianhere it is as requested by Bruce.
2000-10-08 Bruce MomjianBack out:
2000-10-08 Bruce MomjianHello,
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-07-04 Tom LaneMake toast-table creation and deletion work somewhat...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-17 Tom LaneGet rid of IndexIsUniqueNoCache() kluge by the simple...
2000-06-15 Tom LaneRepair Large Object bugs demonstrated by Ian Grant...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-08 Tom LaneFix relcache refcount leakage when inv_drop is applied
2000-01-26 Bruce MomjianAdd:
1999-12-30 Tom LaneRepair bugs discussed in pghackers thread of 15 May...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-10-13 Tom LaneSplit 'BufFile' routines out of fd.c into a new module...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-19 Bruce MomjianInstall new alignment code to use MAXALIGN rather than...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-03-14 Bruce MomjianDone.
1999-02-22 Bruce MomjianOk. I found an align problem in lobj that might not...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-04 Bruce MomjianLarge object write-into-middle fix from Tatsuo Ishii.
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-21 Bruce MomjianThe following patch finishes primary key support. ...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-12-13 Bruce MomjianFix for lo_import crash.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-06 Bruce MomjianFix for double free from Tatsuo Ishii
1998-09-04 Bruce Momjianoffsetof cleanup.
1998-09-04 Bruce Momjiant_bits alignment fix from Tatsuo Ishii
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-27 Bruce MomjianFix 'd ' should be 'd'.
1998-08-20 Bruce Momjianupdate fixes.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-06 Bruce MomjianMake large objects their own relkind type. Fix dups...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-21 Bruce MomjianTheses buffer leaks are caused by indexes that are...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-27 Bruce MomjianThis patch...
1998-04-06 Bruce MomjianHi,
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-20 Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-19 Marc G. FournierMore cleanups. I can now compile without PORTNAME...
1997-11-28 Bruce MomjianRename heap_destroyr to heap_destroy, heap_destroy...
1997-11-28 Bruce MomjianRename heap_create to heap_create_and_catatlog, rename...
1997-11-21 Bruce MomjianMore archive cleanup.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-07-28 Bruce MomjianAdded SCO support, from Daniel Harris.
1997-06-05 Bruce MomjianFix for large objects and case sensitivity, from Raymon...
1997-01-18 Bruce MomjianAdd include files needed for stat().
1997-01-10 Vadim B. Mikheevindex_insert has now HeapRelation as last param (for...
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-09 Bruce MomjianMakefile cleanup after reorganization
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-11-03 Marc G. FournierClean up Makefile(s)
1996-10-27 Bryan HendersonSimplify make files, add full dependencies.
1996-08-26 Marc G. FournierThere, now we support GiST...now what? :)
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01