Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | |
| | ||||
* | Remove archive stuff. | Bruce Momjian | 1997-11-21 | |
| | ||||
* | Decrement relation reference count incremented in | Vadim B. Mikheev | 1997-10-12 | |
| | | | | | RelationIdCacheGetRelation() to flush relations from cache in commit time. | |||
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | |
| | ||||
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | |
| | ||||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | |
| | | | | indenting. Also static variable indenting. | |||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | |
| | ||||
* | Added SCO support, from Daniel Harris. | Bruce Momjian | 1997-07-28 | |
| | ||||
* | 1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we're freeing | Vadim B. Mikheev | 1997-05-20 | |
| | | | | | | | | | | | | all local buffers @ xact commit, so accordingly nextFreeLocalBuf is first local buffer now. It helps to avoid unnecessary local buffer allocations in LocalBufferAlloc() latter ("memmory leaks" in 'order by'). 2. ResetLocalBufferPool() lost allocated local buffers: memset(LocalBufferDescriptors, 0, sizeof(BufferDesc) * NLocBuffer); (local buffers leak @ xact aborts). | |||
* | PrintBufferUsage() changed to report about shared, local and direct | Vadim B. Mikheev | 1997-04-18 | |
| | | | | blocks transfferes. | |||
* | FlushLocalBuffer () releases buffer only if required | Vadim B. Mikheev | 1997-01-16 | |
| | | | | by caller. | |||
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | |
| | ||||
* | Compile and warning cleanup | Bruce Momjian | 1996-11-08 | |
| | ||||
* | Clean up Makefile | Marc G. Fournier | 1996-11-03 | |
| | | | | | | Add #include "postgres.h" as required Remove #include "utils/elog.h" | |||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | |