postgresql/src/backend
Vadim B. Mikheev 9ff69034b2 Fixing possible losing data changes:
1. New flag - BM_JUST_DIRTIED - added for BufferDesc;
2. All data "dirtiers" (WriteBuffer and WriteNoReleaseBuffer)
   set this flag (and BM_DIRTY too);
3. All data "flushers" (FlushBuffer, BufferSync and BufferReplace)
   turn this flag off just before calling smgr[blind]write/smgrflush
   and check this flag after flushing buffer: if it turned ON then
   BM_DIRTY will stay ON.
1997-01-20 04:36:48 +00:00
..
access VariableRelationPutNextXid () now flushes variable relation 1997-01-16 07:59:11 +00:00
bootstrap Eliminate dupliclate definition of external variables reldesc and DataDir. 1997-01-14 08:05:36 +00:00
catalog 1. Setting rdesc->rd_tmpunlinked to FALSE in heap_creatr () just after 1997-01-20 04:01:50 +00:00
commands Prevent UNIQUE indexes for non-btree access methods. 1997-01-18 05:48:07 +00:00
executor include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix 1997-01-10 20:19:49 +00:00
lib Remove CFLAGS_SL from lib/Makefile 1997-01-14 02:35:34 +00:00
libpq Minor change to file point out by Andrew 1997-01-16 16:13:40 +00:00
main Bring in Randy's NOROOT patch 1996-11-14 20:49:09 +00:00
nodes include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix 1997-01-10 20:19:49 +00:00
optimizer Part of patch to make a working nextstep port. 1997-01-13 03:54:48 +00:00
parser Change EXPLAIN options to just use VERBOSE. 1997-01-16 14:56:59 +00:00
port Add inet_aton() prototype. 1997-01-16 06:32:17 +00:00
postmaster Eliminate dupliclate definition of external variables reldesc and DataDir. 1997-01-14 08:05:36 +00:00
regex Remove __P macro usage so it compiles without cdefs.h. 1996-12-15 09:21:37 +00:00
rewrite Change %ud to %u 1996-12-26 17:49:56 +00:00
storage Fixing possible losing data changes: 1997-01-20 04:36:48 +00:00
tcop Change EXPLAIN options to just use VERBOSE. 1997-01-16 14:56:59 +00:00
tioga Makefile cleanup after reorganization 1996-11-09 06:24:51 +00:00
utils Add missing #. 1997-01-18 17:36:02 +00:00
Makefile Standardize all LDADD to LD_ADD. 1997-01-05 21:17:45 +00:00