aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAge
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-22
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-18
* Resurrect -F switch: it controls fsyncs again, though the fsyncs areTom Lane2000-12-08
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-03
* Support IBM S/390. Patches from Neale Ferguson@softwareAG-usa.com.Thomas G. Lockhart2000-12-03
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* Rearrange bufmgr header files so that buf_internals.h need not beTom Lane2000-11-30
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* Put external declarations into header files.Peter Eisentraut2000-11-21
* No casting to LSN (XLogRecPtr) is required.Vadim B. Mikheev2000-11-20
* Keep track of the last active slot in the shared ProcState array, soTom Lane2000-11-12
* 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
* Reconsider page size for large objects: rather than stuffing disk pagesTom Lane2000-10-24
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-23
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-22
* BACKED OUT.Bruce Momjian2000-10-22
* here it is as requested by Bruce.Bruce Momjian2000-10-21
* WALVadim B. Mikheev2000-10-21
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* I had to change buffer tag: now RelFileNode is used instead ofVadim B. Mikheev2000-10-18
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* Tom Lane wrote:Bruce Momjian2000-10-08
* Back out:Bruce Momjian2000-10-08
* Hello,Bruce Momjian2000-10-08
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-07
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-03
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-02
* Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian2000-10-02
* This is temporal place holder for Relation File Node tillVadim B. Mikheev2000-09-10
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-07
* TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane2000-08-07
* Major overhaul of btree index code. Eliminate special BTP_CHAIN logic forTom Lane2000-07-21
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* attached to this mail is a patch from a colleague that makesBruce Momjian2000-07-05
* miscVadim B. Mikheev2000-07-04
* heap' loggingVadim B. Mikheev2000-07-03
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Reinstate BufFileTell().Tom Lane2000-06-18
* Clean up #include's.Bruce Momjian2000-06-15
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* heap' xlog recordsVadim B. Mikheev2000-06-02
* Create an fd.c entry point that is just like plain open(2) except thatTom Lane2000-06-02
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane2000-05-19
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Tweak smgrblindwrt per advice from Vadim: add parameter indicatingTom Lane2000-04-10