Bryan Henderson
a4ee68d1d4
Add link options for libpq library search.
29 years ago
Bruce Momjian
0f90c7a009
Rename GNUMakefile to GNUmakefile so gmake finds it.
29 years ago
Marc G. Fournier
b7d6e8ac92
Made the patch, but forgot to commit it...
29 years ago
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.
29 years ago
Vadim B. Mikheev
deef313fd0
New flag for BufferDesc - BM_JUST_DIRTIED, - to prevent
...
losing data changes.
29 years ago
Vadim B. Mikheev
9d1879388f
1. Setting rdesc->rd_tmpunlinked to FALSE in heap_creatr () just after
...
smgrcreate ().
2. Checking rdesc->rd_tmpunlinked in heap_destroy () & heap_destroyr ()
before calling smgrunlink ().
29 years ago
Bryan Henderson
52052f3a19
Use gcc to make Linux ELF shared library, instead of ld.
29 years ago
Bryan Henderson
c7375c799a
Change "ld" program back to ld from gcc for Linux. Backend make files need ld.
...
Must find alternate solution to libpq shared library build problem.
29 years ago
Bruce Momjian
604f4a6928
Update handling of backslashes, and pg_user dump.
29 years ago
Bruce Momjian
6ffae202a9
Add missing #.
29 years ago
Bruce Momjian
5fefb9f8e7
Add include files needed for stat().
29 years ago
Bryan Henderson
9010e0e686
Rename Makefile to GNUMakefile and add a "use GNU Make" Makefile so people
...
don't accidentally use non-GNU make.
29 years ago
Bryan Henderson
fdcf8b62bc
Set LD = gcc for Linux so shared libpq build works.
29 years ago
Bruce Momjian
bc18c38d1a
Prevent UNIQUE indexes for non-btree access methods.
29 years ago
Bruce Momjian
3827f4e7f0
Remove blank lines.
29 years ago
Bruce Momjian
aa91f930a4
Removed unneeded custom shell script call.
29 years ago
Bruce Momjian
4defb8f393
Add pg_dump's option meanings to the manual page.
29 years ago
Marc G. Fournier
1760f08616
Unapply a patch that wasn't a patch...
29 years ago
Marc G. Fournier
4e6923f75e
Update README.support to match what is on the WWW Site
...
Remove RELEASE.patchlevel...it hasn't been modified since 1.02 *sigh*
Pointed out by Andrew
29 years ago
Marc G. Fournier
2441d06d22
point the installer at src/test/regress for testing
...
pointed out by Andrew...
29 years ago
Marc G. Fournier
64836996f9
Minor change to file point out by Andrew
29 years ago
Marc G. Fournier
f8a41a0b91
This is one of those patches that obviously fixes something, just not
...
sure exactly what it is it fixes...
29 years ago
Marc G. Fournier
e141fc661c
Various updates to install, including redirecting installers to
...
Makefile.custom and pointers at the customize script...
29 years ago
Bruce Momjian
3d97a61a60
Added pg_dumpall to source tree.
29 years ago
Bruce Momjian
3a02ccfa1d
Change EXPLAIN options to just use VERBOSE.
29 years ago
Vadim B. Mikheev
b00c2c1d3f
FlushLocalBuffer () releases buffer only if required
...
by caller.
29 years ago
Vadim B. Mikheev
eb08b3ce4f
No more LateWrite, but there is WriteMode;
...
SetBufferWriteMode () added;
FlushBuffer () fixed: now directly calls smgrflush () and
releases buffer only if required by caller.
29 years ago
Vadim B. Mikheev
1c297d429e
No more LateWrite.
29 years ago
Vadim B. Mikheev
cbc7af81f3
VariableRelationPutNextXid () now flushes variable relation
...
after writing next free XID.
29 years ago
Vadim B. Mikheev
5abfe1484a
SetBufferWriteMode () added; FlushLocalBuffer () fixed (shouldn't
...
release buffer if called from WriteNoReleaseBuffer ())
29 years ago
Bryan Henderson
9e41af2e74
Add inet_aton() prototype.
29 years ago
Vadim B. Mikheev
3677e86f7f
textin fixed: no more zero-byte (thanks, Erich)
29 years ago
Marc G. Fournier
59bb41a235
Import of PostgreSQL User Manual
29 years ago
Marc G. Fournier
f02bd93350
Added postgres.h include to quiet down the HPUX ports...
...
POinted out by: Martin S. Utesch <utesch@aut.tu-freiberg.de>
29 years ago
Marc G. Fournier
f413385f07
Comment out LD_ADD and DPADD
29 years ago
Bruce Momjian
a514dded2a
DEC Alpha fix. Missing #.
29 years ago
Bruce Momjian
68de42dff3
Change to handle bsdi 3.0.
29 years ago
Bruce Momjian
60e6d6fe0f
Added lines and comments.
29 years ago
Bruce Momjian
755b1f6561
Re-add -lipc to bsdi port after erroneous removal.
29 years ago
Bryan Henderson
182052767a
Put back -lm for non-nextstep ports.
29 years ago
Bryan Henderson
05b0f22900
Eliminate dupliclate definition of external variables reldesc and DataDir.
...
Some compilers recognize this error.
29 years ago
Marc G. Fournier
025f281dca
I'm going t take a chance that this was a mis-spelling, since
...
all the other port related dependencies are ifeq, not ifneq..
If I'm wrong, someone tell me or change it back...
29 years ago
Vadim B. Mikheev
2ca05fe45d
ReleaseTmpRelBuffers is ReleaseRelationBuffers now.
29 years ago
Vadim B. Mikheev
791e9973ab
heap_destroy () releases dirty buffers of a relation to be
...
destroyed.
29 years ago
Vadim B. Mikheev
cbac986736
There is no more ReleaseTmpRelBuffers, but ReleaseRelationBuffers.
29 years ago
Bruce Momjian
f56b4f1d59
Cleanup for DEBUG: removal in initdb.sh.
29 years ago
Bruce Momjian
6fafb4d370
Prevent initdb from showing vacuum statistics.
29 years ago
Bruce Momjian
3a646df4c0
Remove CFLAGS_SL from lib/Makefile
29 years ago
Bruce Momjian
42efa28cf7
There are two prototypes for inet_aton, one in include/inet_aton.h, and
...
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
29 years ago
Bruce Momjian
e3c4ac15d3
Another compilation error has surfaced on Ultrix. In spin.c, sem.h must be
...
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.
29 years ago