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 agoFrom: Dan McGuirk <mcguirk@indirect.com>
commit | commitdiff | tree
Marc G. Fournier [1997年3月12日 21:13:19 +0000 (21:13 +0000)]
From: Dan McGuirk <mcguirk@indirect.com>
Subject: [HACKERS] linux/alpha patches

These patches lay the groundwork for a Linux/Alpha port. The port doesn't
actually work unless you tweak the linker to put all the pointers in the
first 32 bits of the address space, but it's at least a start. It
implements the test-and-set instruction in Alpha assembly, and also fixes
a lot of pointer-to-integer conversions, which is probably good anyway.

28 years agoFrom: Dan McGuirk <mcguirk@indirect.com>
commit | commitdiff | tree
Marc G. Fournier [1997年3月12日 21:00:17 +0000 (21:00 +0000)]
From: Dan McGuirk <mcguirk@indirect.com>
Subject: [HACKERS] linux/alpha patches

These patches lay the groundwork for a Linux/Alpha port. The port doesn't
actually work unless you tweak the linker to put all the pointers in the
first 32 bits of the address space, but it's at least a start. It
implements the test-and-set instruction in Alpha assembly, and also fixes
a lot of pointer-to-integer conversions, which is probably good anyway.

28 years agoFrom: Dan McGuirk <mcguirk@indirect.com>
commit | commitdiff | tree
Marc G. Fournier [1997年3月12日 20:51:33 +0000 (20:51 +0000)]
From: Dan McGuirk <mcguirk@indirect.com>
Subject: [HACKERS] equal column and table name patch

This fixes a bug where selects fail when there is a column with the same
name as the table it's a part of.

28 years agoFrom: Dan McGuirk <mcguirk@indirect.com>
commit | commitdiff | tree
Marc G. Fournier [1997年3月12日 20:48:48 +0000 (20:48 +0000)]
From: Dan McGuirk <mcguirk@indirect.com>
Subject: [HACKERS] better access control error messages

This patch replaces the 'no such class or insufficient privilege' with
distinct error messages that tell you whether the table really doesn't
exist or whether access was denied.

28 years agoFrom: Dan McGuirk <mcguirk@indirect.com>
commit | commitdiff | tree
Marc G. Fournier [1997年3月12日 20:44:57 +0000 (20:44 +0000)]
From: Dan McGuirk <mcguirk@indirect.com>
Subject: [HACKERS] backend Makefile patch

This patch cleans up backend/Makefile a little bit, and prevents it from
relinking the backend binary when no changes have been made.

28 years agoFrom: Dan McGuirk <mcguirk@indirect.com>
commit | commitdiff | tree
Marc G. Fournier [1997年3月12日 20:41:14 +0000 (20:41 +0000)]
From: Dan McGuirk <mcguirk@indirect.com>
Subject: [HACKERS] abort failed transaction patch

This patch allows you to end a transaction that has failed on an error
using the 'ABORT' statement without generating another error message.
(By default you get an error unless you use 'END' to terminate the
transaction, which has already been aborted anyway.)

28 years agoAdd in the sunos4 portname to configure detection
commit | commitdiff | tree
Marc G. Fournier [1997年3月11日 02:12:17 +0000 (02:12 +0000)]
Add in the sunos4 portname to configure detection

28 years agoAdd missing paren.
commit | commitdiff | tree
Bruce Momjian [1997年3月10日 15:08:57 +0000 (15:08 +0000)]
Add missing paren.

28 years agoMassimo's Deadlock patches w/o the #ifdefs
commit | commitdiff | tree
Marc G. Fournier [1997年3月10日 00:18:09 +0000 (00:18 +0000)]
Massimo's Deadlock patches w/o the #ifdefs

28 years agoVacuum cleanups from Massimo.
commit | commitdiff | tree
Bruce Momjian [Sun, 9 Mar 1997 23:29:15 +0000 (23:29 +0000)]
Vacuum cleanups from Massimo.

28 years agoAdd prototypes for oracle-compat functions. Rename geo-*.c adt to geo_*.c
commit | commitdiff | tree
Bruce Momjian [Sun, 9 Mar 1997 20:41:02 +0000 (20:41 +0000)]
Add prototypes for oracle-compat functions. Rename geo-*.c adt to geo_*.c

28 years agoFix vacuum crash Vadim found.
commit | commitdiff | tree
Bruce Momjian [Sun, 9 Mar 1997 07:12:36 +0000 (07:12 +0000)]
Fix vacuum crash Vadim found.

28 years agoReverse patch for Vadims problem.
commit | commitdiff | tree
Bruce Momjian [Fri, 7 Mar 1997 00:59:05 +0000 (00:59 +0000)]
Reverse patch for Vadims problem.

28 years agoAdd man page for oracle compatibility functions
commit | commitdiff | tree
Marc G. Fournier [Fri, 7 Mar 1997 00:47:41 +0000 (00:47 +0000)]
Add man page for oracle compatibility functions

By Edmund

28 years agoMove nextstep into problem/bug section.
commit | commitdiff | tree
Bruce Momjian [Thu, 6 Mar 1997 22:59:47 +0000 (22:59 +0000)]
Move nextstep into problem/bug section.

28 years agoFix vacuum bug Vadim found with text fields.
commit | commitdiff | tree
Bruce Momjian [Thu, 6 Mar 1997 18:38:35 +0000 (18:38 +0000)]
Fix vacuum bug Vadim found with text fields.

28 years agoNot understandable fix of strange bug in vacuum statistic functions.
commit | commitdiff | tree
Vadim B. Mikheev [Thu, 6 Mar 1997 11:41:09 +0000 (11:41 +0000)]
Not understandable fix of strange bug in vacuum statistic functions.

28 years agoThis is a set of single row character functions, defined for the datatype
commit | commitdiff | tree
Marc G. Fournier [Tue, 4 Mar 1997 05:32:26 +0000 (05:32 +0000)]
This is a set of single row character functions, defined for the datatype
text, which are supposed to behave exactly as their Oracle counterparts.

From: Edmund Mergl <E.Mergl@bawue.de>

28 years agoFix the prototype for on_exitpg()
commit | commitdiff | tree
Marc G. Fournier [Mon, 3 Mar 1997 23:34:27 +0000 (23:34 +0000)]
Fix the prototype for on_exitpg()

28 years agoPatch from Martin due to changes in joinrels.c
commit | commitdiff | tree
Marc G. Fournier [Mon, 3 Mar 1997 23:26:45 +0000 (23:26 +0000)]
Patch from Martin due to changes in joinrels.c

28 years agoNew TODO.
commit | commitdiff | tree
Bruce Momjian [Sun, 2 Mar 1997 02:40:01 +0000 (02:40 +0000)]
New TODO.

28 years agoPrevent SIGPIPE from crashing server, by Dan McGuirk.
commit | commitdiff | tree
Bruce Momjian [Sun, 2 Mar 1997 02:17:32 +0000 (02:17 +0000)]
Prevent SIGPIPE from crashing server, by Dan McGuirk.

28 years agoChange debug to pretty-print tree, recommended by Darren King.
commit | commitdiff | tree
Bruce Momjian [Sun, 2 Mar 1997 02:12:49 +0000 (02:12 +0000)]
Change debug to pretty-print tree, recommended by Darren King.

28 years agoflex 2.5.3 warning from Andrew Martin.
commit | commitdiff | tree
Bruce Momjian [Sun, 2 Mar 1997 02:09:19 +0000 (02:09 +0000)]
flex 2.5.3 warning from Andrew Martin.

28 years agoApply date patch from tiemann@cygnus.com,Michael Tiemann.
commit | commitdiff | tree
Bruce Momjian [Sun, 2 Mar 1997 02:05:33 +0000 (02:05 +0000)]
Apply date patch from tiemann@cygnus.com,Michael Tiemann.

28 years agoRemove _PAGE_SIZE_ as recommended by Darren King.
commit | commitdiff | tree
Bruce Momjian [Sun, 2 Mar 1997 01:34:50 +0000 (01:34 +0000)]
Remove _PAGE_SIZE_ as recommended by Darren King.

28 years agoRemove case-sensitive identifiers. Thanks for Dan McGuirk for a reversal patch.
commit | commitdiff | tree
Bruce Momjian [Sun, 2 Mar 1997 01:03:44 +0000 (01:03 +0000)]
Remove case-sensitive identifiers. Thanks for Dan McGuirk for a reversal patch.

28 years agoChange machine/limits.h to limits.h.
commit | commitdiff | tree
Bruce Momjian [Sat, 1 Mar 1997 22:22:21 +0000 (22:22 +0000)]
Change machine/limits.h to limits.h.

28 years agoSmall regress cleanup.
commit | commitdiff | tree
Bruce Momjian [Sat, 1 Mar 1997 16:44:43 +0000 (16:44 +0000)]
Small regress cleanup.

28 years agoFix example so it works.
commit | commitdiff | tree
Bruce Momjian [Sat, 1 Mar 1997 15:26:42 +0000 (15:26 +0000)]
Fix example so it works.

28 years agoSubstitute defines for numeric constants in type ids.
commit | commitdiff | tree
Bruce Momjian [Sat, 1 Mar 1997 15:24:51 +0000 (15:24 +0000)]
Substitute defines for numeric constants in type ids.
Use INT4OID instead of 23.

28 years agoMake sure anything configure related is removed on a distclean
commit | commitdiff | tree
Marc G. Fournier [1997年2月28日 18:45:17 +0000 (18:45 +0000)]
Make sure anything configure related is removed on a distclean

28 years agoCreate a distclean make directive to handle cleaning out configure
commit | commitdiff | tree
Marc G. Fournier [1997年2月28日 18:34:58 +0000 (18:34 +0000)]
Create a distclean make directive to handle cleaning out configure
generated files, that shouldn't be removed on a make clean

Pointed out by half the hackers mailing list :)

28 years agoRemove second 'all' directive
commit | commitdiff | tree
Marc G. Fournier [1997年2月28日 15:35:50 +0000 (15:35 +0000)]
Remove second 'all' directive

Pointed out by Bruce

28 years agoAllow update x =-3, not just x = -3.
commit | commitdiff | tree
Bruce Momjian [1997年2月28日 13:25:16 +0000 (13:25 +0000)]
Allow update x =-3, not just x = -3.

28 years agoRemove old READMEs.
commit | commitdiff | tree
Bruce Momjian [1997年2月28日 11:58:04 +0000 (11:58 +0000)]
Remove old READMEs.

28 years agoRemove SUBSYS.o in port/ on clean.
commit | commitdiff | tree
Bruce Momjian [1997年2月28日 10:57:47 +0000 (10:57 +0000)]
Remove SUBSYS.o in port/ on clean.

28 years agoRemove win32 port directory. Forgot to do it earlier.
commit | commitdiff | tree
Bruce Momjian [1997年2月28日 10:30:29 +0000 (10:30 +0000)]
Remove win32 port directory. Forgot to do it earlier.

28 years agoUpdated FAQ
commit | commitdiff | tree
Bruce Momjian [1997年2月27日 15:05:21 +0000 (15:05 +0000)]
Updated FAQ

28 years agoFix, I think, the stdup.o problem reported on those systems without
commit | commitdiff | tree
Marc G. Fournier [1997年2月25日 18:14:43 +0000 (18:14 +0000)]
Fix, I think, the stdup.o problem reported on those systems without
it.

28 years agoChange "WARN" message generated if a unique index is attempted on a table/key
commit | commitdiff | tree
Marc G. Fournier [1997年2月25日 03:38:23 +0000 (03:38 +0000)]
Change "WARN" message generated if a unique index is attempted on a table/key
containing non-unique data

28 years agoAdded: UNIQUE feature to bulkload code.
commit | commitdiff | tree
Vadim B. Mikheev [1997年2月22日 10:08:27 +0000 (10:08 +0000)]
Added: UNIQUE feature to bulkload code.

28 years agoMake the error message output by AllocateFile() if failes to
commit | commitdiff | tree
Marc G. Fournier [1997年2月20日 22:54:18 +0000 (22:54 +0000)]
Make the error message output by AllocateFile() if failes to
open Nulldev a *bit* more user friendly...or, at least, admin
friendly...have it print strerror(errno) as well

28 years agoAdd in port hpux to configure
commit | commitdiff | tree
Marc G. Fournier [1997年2月20日 18:29:45 +0000 (18:29 +0000)]
Add in port hpux to configure

Pointed out by: Mark Hollomon <mhh@nortel.ca>

28 years agoFix for queries with 3 or more relations participating in
commit | commitdiff | tree
Vadim B. Mikheev [1997年2月20日 02:54:09 +0000 (02:54 +0000)]
Fix for queries with 3 or more relations participating in
one clause.

28 years agoPrevent under/over flow of float8 constants in parser. Small regression fix.
commit | commitdiff | tree
Bruce Momjian [1997年2月19日 20:11:05 +0000 (20:11 +0000)]
Prevent under/over flow of float8 constants in parser. Small regression fix.

28 years agoDisable GEQO...it seems to be broken as shown by the message to
commit | commitdiff | tree
Marc G. Fournier [1997年2月19日 19:25:42 +0000 (19:25 +0000)]
Disable GEQO...it seems to be broken as shown by the message to
bugs@postgresql.org concerning updates

28 years agoVarious cleanups to satisfy -Werror, but there are some errors that I'm
commit | commitdiff | tree
Marc G. Fournier [1997年2月19日 14:52:06 +0000 (14:52 +0000)]
Various cleanups to satisfy -Werror, but there are some errors that I'm
not certain how to fix, so left them there and enabled -Wno-error for
this directory for now

28 years agorearrange ordering of headers os that postgres.h is first
commit | commitdiff | tree
Marc G. Fournier [1997年2月19日 14:29:22 +0000 (14:29 +0000)]
rearrange ordering of headers os that postgres.h is first

28 years agoRemove WIN32 stuff, and improve conformance to configure
commit | commitdiff | tree
Marc G. Fournier [1997年2月19日 14:26:42 +0000 (14:26 +0000)]
Remove WIN32 stuff, and improve conformance to configure

28 years agoDidn't *quite* work the way I thought it would...default'd to clean,
commit | commitdiff | tree
Marc G. Fournier [1997年2月19日 14:14:40 +0000 (14:14 +0000)]
Didn't *quite* work the way I thought it would...default'd to clean,
not make all :( Fixed...

28 years agoAdd a clean target so that the root directory gets cleared of all
commit | commitdiff | tree
Marc G. Fournier [1997年2月19日 14:03:28 +0000 (14:03 +0000)]
Add a clean target so that the root directory gets cleared of all
the "configure" related files on a make clean

28 years agoRemoved a ',' that didn't belong in the timezone test case
commit | commitdiff | tree
Marc G. Fournier [1997年2月19日 13:55:13 +0000 (13:55 +0000)]
Removed a ',' that didn't belong in the timezone test case

Pointed out by: afc@teri.superlink.net

28 years agoAdd v6.1/Enhancements Section...or at least start it
commit | commitdiff | tree
Marc G. Fournier [1997年2月19日 13:18:48 +0000 (13:18 +0000)]
Add v6.1/Enhancements Section...or at least start it

28 years agoAnd, make sure that initdb.sh copies the pg_geqo.sample file to
commit | commitdiff | tree
Marc G. Fournier [1997年2月19日 13:11:58 +0000 (13:11 +0000)]
And, make sure that initdb.sh copies the pg_geqo.sample file to
${DATADIR}. The file is left as pg_geqo.sample, since, unlike
pg_hba.conf, it isn't a required file...but this way ppl know that
its there, and that its where it is required, if they choose to
use it

28 years agoAdd and install the pg_geqo.sample file
commit | commitdiff | tree
Marc G. Fournier [1997年2月19日 13:09:34 +0000 (13:09 +0000)]
Add and install the pg_geqo.sample file

28 years agoAdd the GEQO Todo file too
commit | commitdiff | tree
Marc G. Fournier [1997年2月19日 13:04:24 +0000 (13:04 +0000)]
Add the GEQO Todo file too

28 years agoAdd the GEQO README file to the docs distribution
commit | commitdiff | tree
Marc G. Fournier [1997年2月19日 13:03:23 +0000 (13:03 +0000)]
Add the GEQO README file to the docs distribution

28 years agoMerge in GEQO Optimizer
commit | commitdiff | tree
Marc G. Fournier [1997年2月19日 12:59:07 +0000 (12:59 +0000)]
Merge in GEQO Optimizer

From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>

28 years agoDelete -e option to postmaster, keep postgres -e option.
commit | commitdiff | tree
Bruce Momjian [1997年2月19日 01:31:30 +0000 (01:31 +0000)]
Delete -e option to postmaster, keep postgres -e option.

28 years agoUpdate btree patches that were missed.
commit | commitdiff | tree
Bruce Momjian [1997年2月18日 17:14:25 +0000 (17:14 +0000)]
Update btree patches that were missed.

28 years agoClarify clearing of attribute stats memory.
commit | commitdiff | tree
Bruce Momjian [1997年2月18日 04:13:57 +0000 (04:13 +0000)]
Clarify clearing of attribute stats memory.

28 years agoOper_right added, broken with const. conversion.
commit | commitdiff | tree
Bruce Momjian [1997年2月14日 23:02:29 +0000 (23:02 +0000)]
Oper_right added, broken with const. conversion.

28 years agoAdd prototypes and remove unused variables from btree Fastbuild patch.
commit | commitdiff | tree
Bruce Momjian [1997年2月14日 22:47:36 +0000 (22:47 +0000)]
Add prototypes and remove unused variables from btree Fastbuild patch.

28 years agoRemove hardcoded 20000 and change to BootstrapObjectIdData.
commit | commitdiff | tree
Bruce Momjian [1997年2月14日 04:52:59 +0000 (04:52 +0000)]
Remove hardcoded 20000 and change to BootstrapObjectIdData.

28 years agoRemove WIN32 defines. They never worked.
commit | commitdiff | tree
Bruce Momjian [1997年2月14日 04:19:07 +0000 (04:19 +0000)]
Remove WIN32 defines. They never worked.

28 years agoFix naming from proc to prio to fix previous patch.
commit | commitdiff | tree
Bruce Momjian [1997年2月13日 15:55:01 +0000 (15:55 +0000)]
Fix naming from proc to prio to fix previous patch.

28 years agoOnly allow NULL in the prpoer places.
commit | commitdiff | tree
Bruce Momjian [1997年2月13日 15:40:03 +0000 (15:40 +0000)]
Only allow NULL in the prpoer places.

28 years agoBring in Leo's <lsh@lubrizol.com> massive changes to libpq++
commit | commitdiff | tree
Marc G. Fournier [1997年2月13日 10:01:05 +0000 (10:01 +0000)]
Bring in Leo's <lsh@lubrizol.com> massive changes to libpq++

28 years agoImprovements to the ultrix port, in particular a bunch of compiler
commit | commitdiff | tree
Marc G. Fournier [1997年2月13日 09:54:14 +0000 (09:54 +0000)]
Improvements to the ultrix port, in particular a bunch of compiler
quieting prototyping in port/ultrix4.h

Submitted by: Erik Bertelsen <erik@sockdev.uni-c.dk>

28 years agoHad configure check for strdup, but didn't have it set HAVE_STRDUP
commit | commitdiff | tree
Marc G. Fournier [1997年2月13日 08:33:28 +0000 (08:33 +0000)]
Had configure check for strdup, but didn't have it set HAVE_STRDUP

Fixed

28 years agoVarious patches for nextstep by GregorHoffleit
commit | commitdiff | tree
Marc G. Fournier [1997年2月13日 08:32:20 +0000 (08:32 +0000)]
Various patches for nextstep by GregorHoffleit

Replaced NEED_STRDUP by !HAVE_STRDUP

28 years agoPatch for:
commit | commitdiff | tree
Marc G. Fournier [1997年2月13日 08:06:36 +0000 (08:06 +0000)]
Patch for:

The following patch to src/backend/libpq/pqpacket.c provides additional
checking for bad packet length data. It was tested with the Linux telnet
client, with netcat using the numbers.txt and by dumping random numbers
into the port.

Patch by: Alvaro Martinez Echevarria <alvaro@lander.es>

28 years agoRemoved a reference to DATADIR that still existed
commit | commitdiff | tree
Marc G. Fournier [1997年2月12日 11:05:10 +0000 (11:05 +0000)]
Removed a reference to DATADIR that still existed

28 years agoPatch from Massimo Dal Zotto <dz@cs.unitn.it>
commit | commitdiff | tree
Marc G. Fournier [1997年2月12日 05:25:13 +0000 (05:25 +0000)]
Patch from Massimo Dal Zotto <dz@cs.unitn.it>

The following patches add to the backend a new debugging flag -K which prints
a debug trace of all locking operations on user relations (those with oid
greater than 20000). The code is compiled only if LOCK_MGR_DEBUG is defined,
so the patch should be harmless if not explicitly enabled.
I'm using the code to trace deadlock conditions caused by application queries
using the command "$POSTMASTER -D $PGDATA -o '-d 1 -K 1'.
The patches are for version 6.0 dated 970126.

28 years agoMake sure we have an irix port
commit | commitdiff | tree
Marc G. Fournier [1997年2月12日 05:17:19 +0000 (05:17 +0000)]
Make sure we have an irix port

Pointed out by: Dave Morrison (mirrison@mail.phy.ornl.gov)

28 years agoWhat looks like some *major* improvements to btree indexing...
commit | commitdiff | tree
Marc G. Fournier [1997年2月12日 05:04:52 +0000 (05:04 +0000)]
What looks like some *major* improvements to btree indexing...

Patches from: aoki@CS.Berkeley.EDU (Paul M. Aoki)

i gave jolly my btree bulkload code a long, long time ago but never
gave him a bunch of my bugfixes. here's a diff against the 6.0
baseline.

for some reason, this code has slowed down somewhat relative to the
insertion-build code on very small tables. don't know why -- it used
to be within about 10%. anyway, here are some (highly unscientific!)
timings on a dec 3000/300 for synthetic tables with 10k, 100k and
1000k tuples (basically, 1mb, 10mb and 100mb heaps). 'c' means
clustered (pre-sorted) inputs and 'u' means unclustered (randomly
ordered) inputs. the 10k table basically fits in the buffer pool, but
the 100k and 1000k tables don't. as you can see, insertion build is
fine if you've sorted your heaps on your index key or if your heap
fits in core, but is absolutely horrible on unordered data (yes,
that's 7.5 hours to index 100mb of data...) because of the zillions of
random i/os.

if it doesn't work for you for whatever reason, you can always turn it
back off by flipping the FastBuild flag in nbtree.c. i don't have
time to maintain it.

good luck!

baseline code:

time psql -c 'create index c10 on k10 using btree (c int4_ops)' bttest
real 8.6
time psql -c 'create index u10 on k10 using btree (b int4_ops)' bttest
real 9.1
time psql -c 'create index c100 on k100 using btree (c int4_ops)' bttest
real 59.2
time psql -c 'create index u100 on k100 using btree (b int4_ops)' bttest
real 652.4
time psql -c 'create index c1000 on k1000 using btree (c int4_ops)' bttest
real 636.1
time psql -c 'create index u1000 on k1000 using btree (b int4_ops)' bttest
real 26772.9

bulkloading code:

time psql -c 'create index c10 on k10 using btree (c int4_ops)' bttest
real 11.3
time psql -c 'create index u10 on k10 using btree (b int4_ops)' bttest
real 10.4
time psql -c 'create index c100 on k100 using btree (c int4_ops)' bttest
real 59.5
time psql -c 'create index u100 on k100 using btree (b int4_ops)' bttest
real 63.5
time psql -c 'create index c1000 on k1000 using btree (c int4_ops)' bttest
real 636.9
time psql -c 'create index u1000 on k1000 using btree (b int4_ops)' bttest
real 701.0

28 years agoAssign priorities when creating jobs in lock queue.
commit | commitdiff | tree
Bruce Momjian [1997年2月11日 23:05:38 +0000 (23:05 +0000)]
Assign priorities when creating jobs in lock queue.

28 years agoAdd comment for questionable 5 padding.
commit | commitdiff | tree
Bruce Momjian [1997年2月11日 15:37:18 +0000 (15:37 +0000)]
Add comment for questionable 5 padding.

28 years agoFix \? syntax for copy command.
commit | commitdiff | tree
Bruce Momjian [1997年2月11日 03:11:33 +0000 (03:11 +0000)]
Fix \? syntax for copy command.

28 years agoRemove machine.h, since it wasn't doing anything that config.h wasn't
commit | commitdiff | tree
Marc G. Fournier [Sun, 9 Feb 1997 04:50:25 +0000 (04:50 +0000)]
Remove machine.h, since it wasn't doing anything that config.h wasn't
already doing

Removed only reference to a machine.h I could find in c.h, to win32/machine.h

28 years agoTry to further reduce the PORT dependencies.
commit | commitdiff | tree
Marc G. Fournier [Sun, 9 Feb 1997 04:34:07 +0000 (04:34 +0000)]
Try to further reduce the PORT dependencies.

Essentially, config.h now includes an 'os.h', which is created via
configure by linking a "port.h" file from the port directory to the
include directory.

Going to try to merge backend/port in similar ways

28 years agoRemove NO_{SIGPROCMASK,SETSID,WAITPID} from nextstep port, since they
commit | commitdiff | tree
Marc G. Fournier [Sun, 9 Feb 1997 03:36:08 +0000 (03:36 +0000)]
Remove NO_{SIGPROCMASK,SETSID,WAITPID} from nextstep port, since they
aren't doing anything anyway

28 years agoChanges to configure/config.h.in to check for:
commit | commitdiff | tree
Marc G. Fournier [Sun, 9 Feb 1997 03:33:38 +0000 (03:33 +0000)]
Changes to configure/config.h.in to check for:

sigprocmask, setsid and waitpid

Especially for nextstep systems

Awaiting for a context diff from Gregor to complete changes for the nextstep
port

28 years agoVarious fixes suggested by Gregor Hoffleit
commit | commitdiff | tree
Marc G. Fournier [Sun, 9 Feb 1997 03:23:52 +0000 (03:23 +0000)]
Various fixes suggested by Gregor Hoffleit

Add a check to configure for strdup
Remove all the '-ltermcap' checks from psql/Makefile
Have {psql,pg_dump}/Makefile modified if strdup doesn't exist on the system

28 years ago|I took a look at this and I think pg_dump mishandles arrays of ints and floats
commit | commitdiff | tree
Marc G. Fournier [Sun, 9 Feb 1997 03:00:09 +0000 (03:00 +0000)]
|I took a look at this and I think pg_dump mishandles arrays of ints and floats
|by neglecting to quote them.
|
|I have made a minor change to pg_dump.c that will fix this.
|
|Dates are dumped and restored OK with pg_dump in V6
|
|We'll still need to fix the dump in both cases if the original dump is from V1.09.

From Keith Parks

28 years agoAdd missing paren for hpux.
commit | commitdiff | tree
Bruce Momjian [Sat, 8 Feb 1997 20:39:50 +0000 (20:39 +0000)]
Add missing paren for hpux.

28 years agoOops, the port is ultrix4, not ultrix
commit | commitdiff | tree
Marc G. Fournier [Sat, 8 Feb 1997 03:29:31 +0000 (03:29 +0000)]
Oops, the port is ultrix4, not ultrix

Pointed out by: Erik Bertelsen

28 years agoAdd in netbsd*) to configure
commit | commitdiff | tree
Marc G. Fournier [Fri, 7 Feb 1997 17:49:50 +0000 (17:49 +0000)]
Add in netbsd*) to configure

Pointed out by D'Arcy

28 years agoAdd attribute optimization statistics.
commit | commitdiff | tree
Bruce Momjian [Fri, 7 Feb 1997 16:24:12 +0000 (16:24 +0000)]
Add attribute optimization statistics.

28 years agoAdd ultrix to configure
commit | commitdiff | tree
Marc G. Fournier [Fri, 7 Feb 1997 11:07:43 +0000 (11:07 +0000)]
Add ultrix to configure

28 years agoAdd in the nextstep port so that configure will (should?) run on it
commit | commitdiff | tree
Marc G. Fournier [Fri, 7 Feb 1997 10:18:35 +0000 (10:18 +0000)]
Add in the nextstep port so that configure will (should?) run on it

28 years agoThe test for union semun requires <sys/ipc.h>
commit | commitdiff | tree
Marc G. Fournier [Thu, 6 Feb 1997 20:55:03 +0000 (20:55 +0000)]
The test for union semun requires <sys/ipc.h>

Pointed out by Bruce

28 years agoRemove extra paren in ifdef.
commit | commitdiff | tree
Bruce Momjian [Thu, 6 Feb 1997 19:27:22 +0000 (19:27 +0000)]
Remove extra paren in ifdef.

28 years agoVarious changes to improve/support Mklinux
commit | commitdiff | tree
Marc G. Fournier [Thu, 6 Feb 1997 08:40:16 +0000 (08:40 +0000)]
Various changes to improve/support Mklinux

Submitted by: Tatsuo Ishii

28 years agoMake sure all changes are committed...
commit | commitdiff | tree
Marc G. Fournier [Thu, 6 Feb 1997 06:33:58 +0000 (06:33 +0000)]
Make sure all changes are committed...

28 years agoautoconf test for and set HAVE_VFORK
commit | commitdiff | tree
Marc G. Fournier [Thu, 6 Feb 1997 06:15:49 +0000 (06:15 +0000)]
autoconf test for and set HAVE_VFORK

28 years agoAdd test for union semun to configure
commit | commitdiff | tree
Marc G. Fournier [Thu, 6 Feb 1997 05:30:50 +0000 (05:30 +0000)]
Add test for union semun to configure

Remove references to NEED_UNION_SEMUN from include/config.h.in and
from include/storage/ipc.h, replacing it with a single HAVE_UNION_SEMUN

28 years agoChange ordering of libraries
commit | commitdiff | tree
Marc G. Fournier [Thu, 6 Feb 1997 05:05:04 +0000 (05:05 +0000)]
Change ordering of libraries

28 years agoInclude main Makefile.global first so variables are not over-written.
commit | commitdiff | tree
Bruce Momjian [Thu, 6 Feb 1997 02:31:52 +0000 (02:31 +0000)]
Include main Makefile.global first so variables are not over-written.

next
This is the main PostgreSQL git repository.
RSS Atom

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