]> granicus.if.org Git - postgresql/history - src/backend/storage/smgr
message refinements
[postgresql] / src / backend / storage / smgr /
2001-07-02 Tom LaneFirst non-stub implementation of shared free space...
2001-06-29 Tom LaneFurther work on connecting the free space map (which...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-06-06 Tom LaneAdjust WAL code so that checkpoints truncate the xlog...
2001-05-10 Tom LaneAvoid unnecessary lseek() calls by cleanups in md.c...
2001-04-02 Tom Lane_mdfd_getrelnfd() should include kernel error code...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-13 Hiroshi Inoueprevent open failure of VIEW
2000-11-10 Vadim B. Mikheevpg_fsync is fsync in WAL version.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-28 Vadim B. MikheevWAL
2000-10-21 Vadim B. MikheevWAL
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-10-16 Vadim B. MikheevNew file naming. Database OID is used as "tablespace...
2000-10-02 Peter EisentrautMop up from caddr_t -> Datum conversion to make things...
2000-10-02 Peter EisentrautBanish caddr_t (mostly), use Datum where appropriate.
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-10 Tom LanePrevent creating a boatload of empty segments when...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-19 Tom LaneEnsure that kernel error code is included in smgr-level...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-06-02 Bruce MomjianRemove NT-specific file open defines by defining our...
2000-06-02 Tom LaneCreate an fd.c entry point that is just like plain...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-25 Tom LaneAdd some elog(DEBUG)'s to help diagnose mdblindwrt...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-10 Tom LaneTweak smgrblindwrt per advice from Vadim: add parameter...
2000-04-09 Tom LaneBuffer manager modifications to keep a local buffer...
2000-02-07 Hiroshi InoueRemove ugly call ImmediateSharedRelationCacheInvalidate()
2000-01-26 Bruce MomjianAdd:
2000-01-19 Peter EisentrautRemoved MBFLAGS from makefiles since it's now done...
2000-01-13 Peter EisentrautFixed everything in and surrounding createdb and dropdb...
2000-01-10 Hiroshi InoueImprove cache invalidation handling. Eespecially
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
1999-11-16 Bruce MomjianCommit to make clearer distinction for temp names and...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-11-04 Hiroshi InoueMake it possible to execute crashed CREATE/DROP command...
1999-10-25 Tom LaneStandardize on MAXPGPATH as the size of a file pathname...
1999-10-06 Hiroshi InoueImprove the treatment of partial(incomplete) blocks...
1999-09-28 Vadim B. MikheevMake tree compilable (+WAL).
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-05 Tom LanePer Tatsuo's recommendation, change mdopen so that...
1999-09-02 Tom LaneRepair a bunch of problems in md.c. This builds on...
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-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-14 Bruce MomjianCleanup of /include #include's, for 6.6 only.
1999-06-18 Bruce MomjianPatch to allow vacuum on multi-segment tables, from...
1999-06-11 Bruce MomjianChange mdtruncate to truncate and not unlink.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-17 Bruce MomjianThis is actually more of a fundamental problem with...
1999-04-23 Bruce MomjianAdd disk space message to "can not extend" message.
1999-04-05 Tom LaneReduce default file size limit to 1Gb, and move the
1999-03-06 Tom LaneA few further tweaks to shared memory space estimation.
1999-02-22 Tom LaneRepair some pretty serious problems in dynahash.c and
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-11 Bruce MomjianChange owner from oid to int4 type.
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-07-20 Bruce MomjianCleanup use of 16 that should be NAMEDATALEN.
1998-07-20 Bruce MomjianCleanup Name usage.
1998-06-27 Bruce MomjianFix for hang after postmaster restart. Add new proc_ex...
1998-06-23 Bruce Momjianrename MAIN_MEMORY to STABLE_MEMORY_STORAGE
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-29 Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
1998-04-06 Bruce MomjianHi,
1998-04-01 Marc G. FournierFrom: Maurice Gittens <mgittens@david.gits.nl>
1998-03-20 Bruce MomjianOK...here is a patch that will cause the magnetic disk...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-23 Vadim B. MikheevFix relation path constraction in mdblindwrt().
1998-01-13 Marc G. FournierSome *very* major changes by darrenk@insightdist.com...
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-07 Thomas G. LockhartSupport alternate database locations.
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
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-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-08-03 Bruce MomjianCleanup for NAMEDATALEN use.
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
next