summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1997-01-21Rename GNUMakefile to GNUmakefile so gmake finds it.Bruce Momjian
1997-01-20Made the patch, but forgot to commit it...Marc G. Fournier
1997-01-20Fixing possible losing data changes:Vadim B. Mikheev
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-20New flag for BufferDesc - BM_JUST_DIRTIED, - to preventVadim B. Mikheev
losing data changes.
1997-01-201. Setting rdesc->rd_tmpunlinked to FALSE in heap_creatr () just afterVadim B. Mikheev
smgrcreate (). 2. Checking rdesc->rd_tmpunlinked in heap_destroy () & heap_destroyr () before calling smgrunlink ().
1997-01-20Use gcc to make Linux ELF shared library, instead of ld.Bryan Henderson
1997-01-19Change "ld" program back to ld from gcc for Linux. Backend make files need ld.Bryan Henderson
Must find alternate solution to libpq shared library build problem.
1997-01-19Update handling of backslashes, and pg_user dump.Bruce Momjian
1997-01-18Add missing #.Bruce Momjian
1997-01-18Add include files needed for stat().Bruce Momjian
1997-01-18Rename Makefile to GNUMakefile and add a "use GNU Make" Makefile so peopleBryan Henderson
don't accidentally use non-GNU make.
1997-01-18Set LD = gcc for Linux so shared libpq build works.Bryan Henderson
1997-01-18Prevent UNIQUE indexes for non-btree access methods.Bruce Momjian
1997-01-18Remove blank lines.Bruce Momjian
1997-01-17Removed unneeded custom shell script call.Bruce Momjian
1997-01-17Add pg_dump's option meanings to the manual page.Bruce Momjian
1997-01-16Unapply a patch that wasn't a patch...Marc G. Fournier
1997-01-16Minor change to file point out by AndrewMarc G. Fournier
1997-01-16This is one of those patches that obviously fixes something, just notMarc G. Fournier
sure exactly what it is it fixes...
1997-01-16Added pg_dumpall to source tree.Bruce Momjian
1997-01-16Change EXPLAIN options to just use VERBOSE.Bruce Momjian
1997-01-16FlushLocalBuffer () releases buffer only if requiredVadim B. Mikheev
by caller.
1997-01-16No more LateWrite, but there is WriteMode;Vadim B. Mikheev
SetBufferWriteMode () added; FlushBuffer () fixed: now directly calls smgrflush () and releases buffer only if required by caller.
1997-01-16No more LateWrite.Vadim B. Mikheev
1997-01-16VariableRelationPutNextXid () now flushes variable relationVadim B. Mikheev
after writing next free XID.
1997-01-16SetBufferWriteMode () added; FlushLocalBuffer () fixed (shouldn'tVadim B. Mikheev
release buffer if called from WriteNoReleaseBuffer ())
1997-01-16Add inet_aton() prototype.Bryan Henderson
1997-01-16textin fixed: no more zero-byte (thanks, Erich)Vadim B. Mikheev
1997-01-15Added postgres.h include to quiet down the HPUX ports...Marc G. Fournier
POinted out by: Martin S. Utesch <utesch@aut.tu-freiberg.de>
1997-01-15Comment out LD_ADD and DPADDMarc G. Fournier
1997-01-14DEC Alpha fix. Missing #.Bruce Momjian
1997-01-14Change to handle bsdi 3.0.Bruce Momjian
1997-01-14Added lines and comments.Bruce Momjian
1997-01-14Re-add -lipc to bsdi port after erroneous removal.Bruce Momjian
1997-01-14Put back -lm for non-nextstep ports.Bryan Henderson
1997-01-14Eliminate dupliclate definition of external variables reldesc and DataDir.Bryan Henderson
Some compilers recognize this error.
1997-01-14I'm going t take a chance that this was a mis-spelling, sinceMarc G. Fournier
all the other port related dependencies are ifeq, not ifneq.. If I'm wrong, someone tell me or change it back...
1997-01-14ReleaseTmpRelBuffers is ReleaseRelationBuffers now.Vadim B. Mikheev
1997-01-14heap_destroy () releases dirty buffers of a relation to beVadim B. Mikheev
destroyed.
1997-01-14There is no more ReleaseTmpRelBuffers, but ReleaseRelationBuffers.Vadim B. Mikheev
1997-01-14Cleanup for DEBUG: removal in initdb.sh.Bruce Momjian
1997-01-14Prevent initdb from showing vacuum statistics.Bruce Momjian
1997-01-14Remove CFLAGS_SL from lib/MakefileBruce Momjian
1997-01-14There are two prototypes for inet_aton, one in include/inet_aton.h, andBruce Momjian
another one in Solaris' port-protos.h. The following patch will bring inet_aton's prototype into scope for Ultrix to silence a compilation warning. If the intention is to have inet_aton's prototype in its own header filer, the declaration in Solaris' port-protos.h should be removed. If the declaration in port-protos.h is deemed to be the correct place, a declaration should be added in Ultrix' port-protos.h regards Erik Bertelsen
1997-01-14Another compilation error has surfaced on Ultrix. In spin.c, sem.h must beBruce Momjian
included after storage/ipc.h like other similar cases that were changed recently. This one has popped up during the last few days. My sources are sup'ed today, 13. jan 1996. regards Erik Bertelsen.
1997-01-14Restored original pg_type/pg_attribute defaults. Regression fixes.Bruce Momjian
1997-01-13Andrew's Makefile.custom generation program...hopefully shouldMarc G. Fournier
reduce *some* confusion, eh? :) From: Andrew Martin <martin@biochemistry.ucl.ac.uk>
1997-01-13Update create_index manual page to have unique section.Bruce Momjian
1997-01-13Re-add -lm link flagBruce Momjian
1997-01-13Change -lIPC to -lipc.Bruce Momjian