git.postgresql.org Git - postgresql.git/log

git projects / postgresql.git / log
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
28 years ago1. Setting rdesc->rd_tmpunlinked to FALSE in heap_creatr () just after
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月20日 04:01:50 +0000 (04:01 +0000)]
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 ().

28 years agoUse gcc to make Linux ELF shared library, instead of ld.
commit | commitdiff | tree
Bryan Henderson [1997年1月20日 00:51:38 +0000 (00:51 +0000)]
Use gcc to make Linux ELF shared library, instead of ld.

28 years agoChange "ld" program back to ld from gcc for Linux. Backend make files need ld.
commit | commitdiff | tree
Bryan Henderson [1997年1月19日 22:12:18 +0000 (22:12 +0000)]
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.

28 years agoUpdate handling of backslashes, and pg_user dump.
commit | commitdiff | tree
Bruce Momjian [1997年1月19日 10:15:59 +0000 (10:15 +0000)]
Update handling of backslashes, and pg_user dump.

28 years agoAdd missing #.
commit | commitdiff | tree
Bruce Momjian [1997年1月18日 17:36:02 +0000 (17:36 +0000)]
Add missing #.

28 years agoAdd include files needed for stat().
commit | commitdiff | tree
Bruce Momjian [1997年1月18日 16:14:04 +0000 (16:14 +0000)]
Add include files needed for stat().

28 years agoRename Makefile to GNUMakefile and add a "use GNU Make" Makefile so people
commit | commitdiff | tree
Bryan Henderson [1997年1月18日 08:01:32 +0000 (08:01 +0000)]
Rename Makefile to GNUMakefile and add a "use GNU Make" Makefile so people
don't accidentally use non-GNU make.

28 years agoSet LD = gcc for Linux so shared libpq build works.
commit | commitdiff | tree
Bryan Henderson [1997年1月18日 07:56:52 +0000 (07:56 +0000)]
Set LD = gcc for Linux so shared libpq build works.

28 years agoPrevent UNIQUE indexes for non-btree access methods.
commit | commitdiff | tree
Bruce Momjian [1997年1月18日 05:48:07 +0000 (05:48 +0000)]
Prevent UNIQUE indexes for non-btree access methods.

28 years agoRemove blank lines.
commit | commitdiff | tree
Bruce Momjian [1997年1月18日 03:26:08 +0000 (03:26 +0000)]
Remove blank lines.

28 years agoRemoved unneeded custom shell script call.
commit | commitdiff | tree
Bruce Momjian [1997年1月17日 23:48:50 +0000 (23:48 +0000)]
Removed unneeded custom shell script call.

28 years agoAdd pg_dump's option meanings to the manual page.
commit | commitdiff | tree
Bruce Momjian [1997年1月17日 18:36:32 +0000 (18:36 +0000)]
Add pg_dump's option meanings to the manual page.

28 years agoUnapply a patch that wasn't a patch...
commit | commitdiff | tree
Marc G. Fournier [1997年1月16日 18:05:12 +0000 (18:05 +0000)]
Unapply a patch that wasn't a patch...

28 years agoUpdate README.support to match what is on the WWW Site
commit | commitdiff | tree
Marc G. Fournier [1997年1月16日 16:17:32 +0000 (16:17 +0000)]
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

28 years agopoint the installer at src/test/regress for testing
commit | commitdiff | tree
Marc G. Fournier [1997年1月16日 16:14:36 +0000 (16:14 +0000)]
point the installer at src/test/regress for testing

pointed out by Andrew...

28 years agoMinor change to file point out by Andrew
commit | commitdiff | tree
Marc G. Fournier [1997年1月16日 16:13:40 +0000 (16:13 +0000)]
Minor change to file point out by Andrew

28 years agoThis is one of those patches that obviously fixes something, just not
commit | commitdiff | tree
Marc G. Fournier [1997年1月16日 16:11:09 +0000 (16:11 +0000)]
This is one of those patches that obviously fixes something, just not
sure exactly what it is it fixes...

28 years agoVarious updates to install, including redirecting installers to
commit | commitdiff | tree
Marc G. Fournier [1997年1月16日 16:10:05 +0000 (16:10 +0000)]
Various updates to install, including redirecting installers to
Makefile.custom and pointers at the customize script...

28 years agoAdded pg_dumpall to source tree.
commit | commitdiff | tree
Bruce Momjian [1997年1月16日 15:28:34 +0000 (15:28 +0000)]
Added pg_dumpall to source tree.

28 years agoChange EXPLAIN options to just use VERBOSE.
commit | commitdiff | tree
Bruce Momjian [1997年1月16日 14:56:59 +0000 (14:56 +0000)]
Change EXPLAIN options to just use VERBOSE.

28 years agoFlushLocalBuffer () releases buffer only if required
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月16日 08:13:14 +0000 (08:13 +0000)]
FlushLocalBuffer () releases buffer only if required
by caller.

28 years agoNo more LateWrite, but there is WriteMode;
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月16日 08:11:41 +0000 (08:11 +0000)]
No more LateWrite, but there is WriteMode;
SetBufferWriteMode () added;
FlushBuffer () fixed: now directly calls smgrflush () and
releases buffer only if required by caller.

28 years agoNo more LateWrite.
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月16日 08:04:30 +0000 (08:04 +0000)]
No more LateWrite.

28 years agoVariableRelationPutNextXid () now flushes variable relation
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月16日 07:59:11 +0000 (07:59 +0000)]
VariableRelationPutNextXid () now flushes variable relation
after writing next free XID.

28 years agoSetBufferWriteMode () added; FlushLocalBuffer () fixed (shouldn't
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月16日 07:53:27 +0000 (07:53 +0000)]
SetBufferWriteMode () added; FlushLocalBuffer () fixed (shouldn't
release buffer if called from WriteNoReleaseBuffer ())

28 years agoAdd inet_aton() prototype.
commit | commitdiff | tree
Bryan Henderson [1997年1月16日 06:32:17 +0000 (06:32 +0000)]
Add inet_aton() prototype.

28 years agotextin fixed: no more zero-byte (thanks, Erich)
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月16日 03:53:51 +0000 (03:53 +0000)]
textin fixed: no more zero-byte (thanks, Erich)

28 years agoImport of PostgreSQL User Manual
commit | commitdiff | tree
Marc G. Fournier [1997年1月15日 15:16:25 +0000 (15:16 +0000)]
Import of PostgreSQL User Manual

28 years agoAdded postgres.h include to quiet down the HPUX ports...
commit | commitdiff | tree
Marc G. Fournier [1997年1月15日 08:21:14 +0000 (08:21 +0000)]
Added postgres.h include to quiet down the HPUX ports...

POinted out by: Martin S. Utesch <utesch@aut.tu-freiberg.de>

28 years agoComment out LD_ADD and DPADD
commit | commitdiff | tree
Marc G. Fournier [1997年1月15日 05:58:47 +0000 (05:58 +0000)]
Comment out LD_ADD and DPADD

28 years agoDEC Alpha fix. Missing #.
commit | commitdiff | tree
Bruce Momjian [1997年1月14日 23:06:01 +0000 (23:06 +0000)]
DEC Alpha fix. Missing #.

28 years agoChange to handle bsdi 3.0.
commit | commitdiff | tree
Bruce Momjian [1997年1月14日 22:58:10 +0000 (22:58 +0000)]
Change to handle bsdi 3.0.

28 years agoAdded lines and comments.
commit | commitdiff | tree
Bruce Momjian [1997年1月14日 16:10:54 +0000 (16:10 +0000)]
Added lines and comments.

28 years agoRe-add -lipc to bsdi port after erroneous removal.
commit | commitdiff | tree
Bruce Momjian [1997年1月14日 16:06:03 +0000 (16:06 +0000)]
Re-add -lipc to bsdi port after erroneous removal.

28 years agoPut back -lm for non-nextstep ports.
commit | commitdiff | tree
Bryan Henderson [1997年1月14日 08:19:41 +0000 (08:19 +0000)]
Put back -lm for non-nextstep ports.

28 years agoEliminate dupliclate definition of external variables reldesc and DataDir.
commit | commitdiff | tree
Bryan Henderson [1997年1月14日 08:05:36 +0000 (08:05 +0000)]
Eliminate dupliclate definition of external variables reldesc and DataDir.
Some compilers recognize this error.

28 years agoI'm going t take a chance that this was a mis-spelling, since
commit | commitdiff | tree
Marc G. Fournier [1997年1月14日 06:41:51 +0000 (06:41 +0000)]
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...

28 years agoReleaseTmpRelBuffers is ReleaseRelationBuffers now.
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月14日 05:40:45 +0000 (05:40 +0000)]
ReleaseTmpRelBuffers is ReleaseRelationBuffers now.

28 years agoheap_destroy () releases dirty buffers of a relation to be
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月14日 05:38:23 +0000 (05:38 +0000)]
heap_destroy () releases dirty buffers of a relation to be
destroyed.

28 years agoThere is no more ReleaseTmpRelBuffers, but ReleaseRelationBuffers.
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月14日 05:36:15 +0000 (05:36 +0000)]
There is no more ReleaseTmpRelBuffers, but ReleaseRelationBuffers.

28 years agoCleanup for DEBUG: removal in initdb.sh.
commit | commitdiff | tree
Bruce Momjian [1997年1月14日 03:07:15 +0000 (03:07 +0000)]
Cleanup for DEBUG: removal in initdb.sh.

28 years agoPrevent initdb from showing vacuum statistics.
commit | commitdiff | tree
Bruce Momjian [1997年1月14日 03:02:06 +0000 (03:02 +0000)]
Prevent initdb from showing vacuum statistics.

28 years agoRemove CFLAGS_SL from lib/Makefile
commit | commitdiff | tree
Bruce Momjian [1997年1月14日 02:35:34 +0000 (02:35 +0000)]
Remove CFLAGS_SL from lib/Makefile

28 years agoThere are two prototypes for inet_aton, one in include/inet_aton.h, and
commit | commitdiff | tree
Bruce Momjian [1997年1月14日 01:56:44 +0000 (01:56 +0000)]
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

28 years agoAnother compilation error has surfaced on Ultrix. In spin.c, sem.h must be
commit | commitdiff | tree
Bruce Momjian [1997年1月14日 01:53:11 +0000 (01:53 +0000)]
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.

28 years agoRestored original pg_type/pg_attribute defaults. Regression fixes.
commit | commitdiff | tree
Bruce Momjian [1997年1月14日 01:42:38 +0000 (01:42 +0000)]
Restored original pg_type/pg_attribute defaults. Regression fixes.

28 years agoAndrew's Makefile.custom generation program...hopefully should
commit | commitdiff | tree
Marc G. Fournier [1997年1月13日 18:54:30 +0000 (18:54 +0000)]
Andrew's Makefile.custom generation program...hopefully should
reduce *some* confusion, eh? :)

From: Andrew Martin <martin@biochemistry.ucl.ac.uk>

28 years agoUpdate create_index manual page to have unique section.
commit | commitdiff | tree
Bruce Momjian [1997年1月13日 17:22:25 +0000 (17:22 +0000)]
Update create_index manual page to have unique section.

28 years agoUpdate history file for 1.09 release
commit | commitdiff | tree
Bruce Momjian [1997年1月13日 17:17:53 +0000 (17:17 +0000)]
Update history file for 1.09 release

28 years agoRe-add -lm link flag
commit | commitdiff | tree
Bruce Momjian [1997年1月13日 17:07:45 +0000 (17:07 +0000)]
Re-add -lm link flag

28 years agoChange -lIPC to -lipc.
commit | commitdiff | tree
Bruce Momjian [1997年1月13日 17:04:04 +0000 (17:04 +0000)]
Change -lIPC to -lipc.

28 years agoFix typo in findstring use.
commit | commitdiff | tree
Bruce Momjian [1997年1月13日 16:47:52 +0000 (16:47 +0000)]
Fix typo in findstring use.

28 years agoPart of patch to make a working nextstep port.
commit | commitdiff | tree
Bryan Henderson [1997年1月13日 03:54:48 +0000 (03:54 +0000)]
Part of patch to make a working nextstep port.

28 years agoAdded VERBOSE option to vacuum command.
commit | commitdiff | tree
Bruce Momjian [1997年1月13日 03:45:33 +0000 (03:45 +0000)]
Added VERBOSE option to vacuum command.

28 years agoOops, introduced a bug in EOF handling. Fix it.
commit | commitdiff | tree
Bruce Momjian [1997年1月13日 02:35:32 +0000 (02:35 +0000)]
Oops, introduced a bug in EOF handling. Fix it.

28 years agoNo EOF from psql when quiet mode.
commit | commitdiff | tree
Bruce Momjian [1997年1月13日 02:03:31 +0000 (02:03 +0000)]
No EOF from psql when quiet mode.

28 years agoAdd nextstep port, courtesy of Ovidiu Predescu.
commit | commitdiff | tree
Bryan Henderson [1997年1月13日 01:26:29 +0000 (01:26 +0000)]
Add nextstep port, courtesy of Ovidiu Predescu.

28 years agoFrom: Keith Parks <emkxp01@mtcc.demon.co.uk>
commit | commitdiff | tree
Marc G. Fournier [1997年1月13日 01:25:29 +0000 (01:25 +0000)]
From: Keith Parks <emkxp01@mtcc.demon.co.uk>

OK, The votes are in for the NOFILES limit.

With the exception of Next, for which I've not yet heard, all supported platforms
seem to have the sysconf() call.

port supported default Source.
aix yes 2000 darrenk@insightdist.com
alpha yes 4096 mjl@wwx.vip.at
BSD44_derived yes 64 scrappy@hub.org
bsdi yes ??? maillist@candle.pha.pa.us
dgux yes ??? geek@andrew.cmu.edu
hpux yes 60 emkxp01@mtcc.demon.co.uk
i386_solaris yes 64 emkxp01@mtcc.demon.co.uk
irix5 yes 200 martin@biochem.uc.ac.uk
linux yes 256 emkxp01@mtcc.demon.co.uk
next ???? ???
sparc_solaris yes 64 emkxp01@mtcc.demon.co.uk
sunos4 yes 64 emkxp01@mtcc.demon.co.uk
svr4 yes 64 chicks@chicks.net
ultrix4 yes 64 erik@sockdev.uni-c.dk

So here's a patch that I think will do the job.
(I assume Next will have sysconf() but if not just add MISSING_SYSCONF to
the config.h file )

Thanks,
Keith.

28 years agoShared library cleanup for -fpic.
commit | commitdiff | tree
Bruce Momjian [1997年1月12日 04:25:23 +0000 (04:25 +0000)]
Shared library cleanup for -fpic.

28 years agoFixes:
commit | commitdiff | tree
Marc G. Fournier [1997年1月11日 14:28:51 +0000 (14:28 +0000)]
Fixes:

I forgot to clear out the variable created and the memory used.

From: darcy@druid.net (D'Arcy J.M. Cain)

28 years agoFrom: darcy@druid.net (D'Arcy J.M. Cain)
commit | commitdiff | tree
Marc G. Fournier [1997年1月11日 14:24:40 +0000 (14:24 +0000)]
From: darcy@druid.net (D'Arcy J.M. Cain)

Fix for libpgtcl:

I forgot to clear out the variable created and the memory used.

28 years agoINSTALL fix for pg_hba.conf
commit | commitdiff | tree
Bruce Momjian [1997年1月10日 21:22:02 +0000 (21:22 +0000)]
INSTALL fix for pg_hba.conf

28 years agoI've noticed that \i filename in 6.0beta prints the input file double-spaced.
commit | commitdiff | tree
Bruce Momjian [1997年1月10日 20:52:32 +0000 (20:52 +0000)]
I've noticed that \i filename in 6.0beta prints the input file double-spaced.
Here is a trivial patch to get back the 1.09 behavior; it just removes trailing
newlines before printing the line out with a newline rather than after...

Thomas Lockhart

28 years agoRemove octal character constants and convert to decimal constants
commit | commitdiff | tree
Bruce Momjian [1997年1月10日 20:44:41 +0000 (20:44 +0000)]
Remove octal character constants and convert to decimal constants

28 years agoinclude sem.h added, include string.h neede, from Erik Bertelsen for Ultrix
commit | commitdiff | tree
Bruce Momjian [1997年1月10日 20:19:49 +0000 (20:19 +0000)]
include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix

28 years agoIrix fixes from Martin
commit | commitdiff | tree
Bruce Momjian [1997年1月10日 19:30:27 +0000 (19:30 +0000)]
Irix fixes from Martin

28 years agocleanup for LINUX_ELF
commit | commitdiff | tree
Bruce Momjian [1997年1月10日 18:55:24 +0000 (18:55 +0000)]
cleanup for LINUX_ELF

28 years agotimeb.h only used when not using POSIX_TIME
commit | commitdiff | tree
Bruce Momjian [1997年1月10日 18:22:41 +0000 (18:22 +0000)]
timeb.h only used when not using POSIX_TIME

28 years agoMakefile's -fpic only for gcc
commit | commitdiff | tree
Bruce Momjian [1997年1月10日 18:19:02 +0000 (18:19 +0000)]
Makefile's -fpic only for gcc

28 years agoMassimo fix for non-existant file copy error.
commit | commitdiff | tree
Bruce Momjian [1997年1月10日 17:46:33 +0000 (17:46 +0000)]
Massimo fix for non-existant file copy error.

28 years agoI found the following bugs in the version 6.0 (dated 961229).
commit | commitdiff | tree
Bruce Momjian [1997年1月10日 17:40:07 +0000 (17:40 +0000)]
I found the following bugs in the version 6.0 (dated 961229).
At least the first two should be fixed before the final release of 6.0.

1) There is a mismatch between the type declared in the catalog for
the input/output attributes of pg_type and the actual type of
values stored in the table. The type of typinput, typoutput,
typsend and typreceive are declared oid (26) while the values are
regproc (24). The error was there also in previous versions but
nobody noticed it until an Assert has been added in ExecEvalVar.
The effect is that it is now impossible to replace the typoutput
of existing data types with new procs.

2) The identd hba fails after the first time because the data read
from the identd socket is not zero-terminated and strlen reports
an incorrect length if the stack contains garbage, which usually
happens after the first connection has been made.

3) The new initdb wants to create itself the data directory. This
implies that the parent directory must be writable by postgres and
this may not always be desirable. A better solution would be to
allow the directory to be created by root and then filled by initdb.
It would also nice to have some reasonable default for PGLIB and
PGDATA like the previous version did. This applies also to the
postmaster executable.

28 years agoFixed (I hope) unique btree index implementation.
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月10日 10:06:20 +0000 (10:06 +0000)]
Fixed (I hope) unique btree index implementation.

28 years agoindex_insert has now HeapRelation as last param (for unique index
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月10日 10:00:39 +0000 (10:00 +0000)]
index_insert has now HeapRelation as last param (for unique index
implementation).

28 years agoindex_insert has now HeapRelation as last param (for unique index
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月10日 09:51:40 +0000 (09:51 +0000)]
index_insert has now HeapRelation as last param (for unique index
implementation).

28 years agoindex_insert has now HeapRelation as last param (for
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月10日 09:46:33 +0000 (09:46 +0000)]
index_insert has now HeapRelation as last param (for
unique index implementation).

28 years agoindex_insert has now HeapRelation as last param (for
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月10日 09:36:34 +0000 (09:36 +0000)]
index_insert has now HeapRelation as last param (for
unique index implementation).

28 years agoAdditional fixes for shared library (BSD44_Derived port).
commit | commitdiff | tree
Vadim B. Mikheev [1997年1月10日 04:01:09 +0000 (04:01 +0000)]
Additional fixes for shared library (BSD44_Derived port).

28 years ago#include <postgres.h> moved upper
commit | commitdiff | tree
Vadim B. Mikheev [Thu, 9 Jan 1997 03:38:14 +0000 (03:38 +0000)]
#include <postgres.h> moved upper

28 years agoFrom: wieck@sapserv.debis.de
commit | commitdiff | tree
Marc G. Fournier [Wed, 8 Jan 1997 23:25:32 +0000 (23:25 +0000)]
From: wieck@sapserv.debis.de

Hi,

counting the empty dummy queries in libpq isn't everything.
If the backend sends an error, the I returns from the dummies
still come. So we must eat them up in any case, not just
returning on the occurence of an E reply.

Until later, Jan

28 years agoRemoved equals sign from examples.
commit | commitdiff | tree
Bruce Momjian [Wed, 8 Jan 1997 22:37:23 +0000 (22:37 +0000)]
Removed equals sign from examples.

28 years agoNew migration file.
commit | commitdiff | tree
Bruce Momjian [Wed, 8 Jan 1997 22:33:46 +0000 (22:33 +0000)]
New migration file.

28 years ago#include "postgres.h"
commit | commitdiff | tree
Vadim B. Mikheev [Wed, 8 Jan 1997 10:33:46 +0000 (10:33 +0000)]
#include "postgres.h"
moved upper.

28 years agoUse proper types so it compiles on DEC C89. Thanks Erik Bertelson.
commit | commitdiff | tree
Bryan Henderson [Wed, 8 Jan 1997 08:39:10 +0000 (08:39 +0000)]
Use proper types so it compiles on DEC C89. Thanks Erik Bertelson.

28 years agoChange the way ipc.h is included because sys/ipc.h on Ultrix is broken.
commit | commitdiff | tree
Bryan Henderson [Wed, 8 Jan 1997 08:33:07 +0000 (08:33 +0000)]
Change the way ipc.h is included because sys/ipc.h on Ultrix is broken.

28 years agoAdd include of port-protos.h so it works on Ultrix. Thanks Erik Bertelson.
commit | commitdiff | tree
Bryan Henderson [Wed, 8 Jan 1997 08:31:07 +0000 (08:31 +0000)]
Add include of port-protos.h so it works on Ultrix. Thanks Erik Bertelson.

28 years agoFix syntax error
commit | commitdiff | tree
Bryan Henderson [Wed, 8 Jan 1997 08:30:21 +0000 (08:30 +0000)]
Fix syntax error

28 years agominor path problem fix by tgl@mythos.jpl.nasa.gov
commit | commitdiff | tree
Marc G. Fournier [Wed, 8 Jan 1997 07:32:58 +0000 (07:32 +0000)]
minor path problem fix by tgl@mythos.jpl.nasa.gov

28 years agoTypo: Change Postgres95 to PostgreSQL
commit | commitdiff | tree
Marc G. Fournier [Wed, 8 Jan 1997 07:32:15 +0000 (07:32 +0000)]
Typo: Change Postgres95 to PostgreSQL

By: tgl@mythos.jpl.nasa.gov

28 years agoImprovements to pg_dump to:
commit | commitdiff | tree
Marc G. Fournier [Tue, 7 Jan 1997 00:04:19 +0000 (00:04 +0000)]
Improvements to pg_dump to:
- dump Views

Submitted by: Keith Parks <emkxp01@mtcc.demon.co.uk>

28 years agoFix mismatching prototype (const int vs int)
commit | commitdiff | tree
Bryan Henderson [Mon, 6 Jan 1997 10:11:11 +0000 (10:11 +0000)]
Fix mismatching prototype (const int vs int)

28 years agoAdd Irix stuff.
commit | commitdiff | tree
Bryan Henderson [Mon, 6 Jan 1997 10:10:43 +0000 (10:10 +0000)]
Add Irix stuff.

28 years agoremove zap_ltv from the distribution, since the problem it fixed doesn't
commit | commitdiff | tree
Marc G. Fournier [Mon, 6 Jan 1997 03:46:44 +0000 (03:46 +0000)]
remove zap_ltv from the distribution, since the problem it fixed doesn't
exist anymore...

28 years agoREmove pg4_dump...its old stuff that is sooo out of date as to be useless...
commit | commitdiff | tree
Marc G. Fournier [Mon, 6 Jan 1997 03:25:40 +0000 (03:25 +0000)]
REmove pg4_dump...its old stuff that is sooo out of date as to be useless...

28 years agoNeXT port specific changes by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>
commit | commitdiff | tree
Marc G. Fournier [Mon, 6 Jan 1997 00:24:24 +0000 (00:24 +0000)]
NeXT port specific changes by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>

28 years agoPORT NeXT requires an isascii() define...put it in config.h, most likely
commit | commitdiff | tree
Marc G. Fournier [Mon, 6 Jan 1997 00:22:55 +0000 (00:22 +0000)]
PORT NeXT requires an isascii() define...put it in config.h, most likely
*should* have gone into the ports directory, but hopefully *someday* we'll
be able to get rid of that?

28 years agoMinor changes for NeXT compile
commit | commitdiff | tree
Marc G. Fournier [Mon, 6 Jan 1997 00:20:13 +0000 (00:20 +0000)]
Minor changes for NeXT compile

Submitted by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>

28 years agoMore config.h syncing for limits.h
commit | commitdiff | tree
Marc G. Fournier [Mon, 6 Jan 1997 00:15:26 +0000 (00:15 +0000)]
More config.h syncing for limits.h

28 years agoAdd NeXT port submitted by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>
commit | commitdiff | tree
Marc G. Fournier [Mon, 6 Jan 1997 00:12:34 +0000 (00:12 +0000)]
Add NeXT port submitted by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>

28 years agoClean up 'if defined()' for header files...
commit | commitdiff | tree
Marc G. Fournier [Mon, 6 Jan 1997 00:08:31 +0000 (00:08 +0000)]
Clean up 'if defined()' for header files...

28 years agoadd define for USE_LIMIT_H into NeXT port...
commit | commitdiff | tree
Marc G. Fournier [Mon, 6 Jan 1997 00:08:07 +0000 (00:08 +0000)]
add define for USE_LIMIT_H into NeXT port...

Pointed out by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>

next
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /