aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/smgr
Commit message (Expand)AuthorAge
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-01
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-24
* First non-stub implementation of shared free space map. It's not superTom Lane2001-07-02
* Further work on connecting the free space map (which is still just aTom Lane2001-06-29
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-27
* Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane2001-06-06
* Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane2001-05-10
* _mdfd_getrelnfd() should include kernel error code in failure message.Tom Lane2001-04-02
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* Put external declarations into header files.Peter Eisentraut2000-11-21
* prevent open failure of VIEWHiroshi Inoue2000-11-13
* pg_fsync is fsync in WAL version.Vadim B. Mikheev2000-11-10
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* WALVadim B. Mikheev2000-10-28
* WALVadim B. Mikheev2000-10-21
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* Mop up from caddr_t -> Datum conversion to make things extra type safePeter Eisentraut2000-10-02
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-02
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Prevent creating a boatload of empty segments when md.c is asked toTom Lane2000-07-10
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Ensure that kernel error code is included in smgr-level error reports.Tom Lane2000-06-19
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-02
* Create an fd.c entry point that is just like plain open(2) except thatTom Lane2000-06-02
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Add some elog(DEBUG)'s to help diagnose mdblindwrt failures.Tom Lane2000-05-25
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-10
* Buffer manager modifications to keep a local buffer-dirtied bit as wellTom Lane2000-04-09
* Remove ugly call ImmediateSharedRelationCacheInvalidate()Hiroshi Inoue2000-02-07
* Add:Bruce Momjian2000-01-26
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-19
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-13
* Improve cache invalidation handling. EespeciallyHiroshi Inoue2000-01-10
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Commit to make clearer distinction for temp names and real names.Bruce Momjian1999-11-16
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-04
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25