Commit Graph

245 Commits (b7b8f0b6096d2ab6e4f67980d19e478cf6fab629)

Author SHA1 Message Date
Tom Lane c715fdea26 Significant cleanups in SysV IPC handling (shared mem and semaphores). 25 years ago
Peter Eisentraut 2b1d8bd29a Include postgres.h before checking #ifdef XLOG. 25 years ago
Tom Lane 3908473c80 Make DROP TABLE rollback-able: postpone physical file delete until commit. 25 years ago
Vadim B. Mikheev 5b0740d3fc WAL 25 years ago
Vadim B. Mikheev 4b65a2840b New relcache hash table with RelFileNode as key to be used 25 years ago
Tom Lane 3c5d000749 Fix incorrect logic for clearing BufferDirtiedByMe in ReleaseRelationBuffers 25 years ago
Vadim B. Mikheev a7fcadd10a WAL 25 years ago
Vadim B. Mikheev b58c0411ba redo/undo support functions and cleanups. 25 years ago
Vadim B. Mikheev 2e6358172f I had to change buffer tag: now RelFileNode is used instead of 25 years ago
Vadim B. Mikheev 2c7de17b07 New file naming. Database OID is used as "tablespace" id and 25 years ago
Hiroshi Inoue 5f18e2183e BufferAlloc() doesn't allocate write error buffers. 25 years ago
Hiroshi Inoue 77df055c54 avoid database-wide restart on write error 25 years ago
Tom Lane a8405cfc4d Acquire read lock on a buffer while writing it out, to prevent 25 years ago
Bruce Momjian 20ad43b576 Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
Tom Lane f923260ec8 Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion with 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane 2692d329eb Tweak smgrblindwrt per advice from Vadim: add parameter indicating 26 years ago
Tom Lane 1f6d8b90b8 Buffer manager modifications to keep a local buffer-dirtied bit as well 26 years ago
Tom Lane ca05ba2a9d Get rid of SetBufferWriteMode(), which was an accident waiting to happen. 26 years ago
Tom Lane c40a0a1b52 Marginal performance improvement in LockBuffer --- calculate address 26 years ago
Tom Lane fc8e6c7746 Oops, commited a test version of this file by accident. Revert. 26 years ago
Tom Lane 393f313227 Change parse-time representation of float literals (which include oversize 26 years ago
Hiroshi Inoue 3ca3bb7d8b Fix assert bug(was my fault) 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Hiroshi Inoue 1500e262b5 Fix for TODO item * spinlock stuck problem when elog(FATAL) 26 years ago
Peter Eisentraut 1cd4c14116 Fixed all elog related warnings, as well as a few others. 26 years ago
Bruce Momjian b78769fda2 Fix it's and its to be correct. 26 years ago
Tom Lane bb203c75a9 Come to think of it, DropBuffers() could have the same problem as 26 years ago
Tom Lane 6b5d8e14b4 ReleaseRelationBuffers() failed to check for I/O in progress on a buffer 26 years ago
Bruce Momjian dc5c7713bc Commit to make clearer distinction for temp names and real names. 26 years ago
Bruce Momjian 86ef36c907 New NameStr macro to convert Name to Str. No need for var.data anymore. 26 years ago
Vadim B. Mikheev 3fea625e9d Make tree compilable (+WAL). 26 years ago
Tom Lane e812458b27 Several changes here, not very related but touching some of the same files. 26 years ago
Tom Lane bd272cace6 Mega-commit to make heap_open/heap_openr/heap_close take an 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian 9b645d481c Update #include cleanups 27 years ago
Bruce Momjian 2e6b1e63a3 Remove unused #includes in *.c files. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Vadim B. Mikheev 49f68a8584 Avoid disk writes for read-only transactions. 27 years ago
Vadim B. Mikheev 3b79cc0c55 Removed bad Assert(!buf->ri_lock) when unlocking exclusively 27 years ago
Vadim B. Mikheev 78f7ccc982 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!") 27 years ago
Tom Lane dfefad7db0 Missing semicolons in non-HAS_TEST_AND_SET code paths :-( 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Bruce Momjian 4853495e03 Change error messages to oids come out as %u and not %d. Change has no 27 years ago
Vadim B. Mikheev fdf6be80f9 1. Vacuum is updated for MVCC. 27 years ago
Marc G. Fournier 8c3e8a8a0e From: Tatsuo Ishii <t-ishii@sra.co.jp> 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 27 years ago
Bruce Momjian 4390b0bfbe Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 27 years ago