OSDN Git Service

pg-rex/syncrep.git
20 years agoPlease apply this minor patch to the cvs HEAD of dbmirror
Jan Wieck [Wed, 26 May 2004 00:08:26 +0000 (00:08 +0000)]
Please apply this minor patch to the cvs HEAD of dbmirror

It fixes a typo in a define

Thanks

-- Steven Singer

20 years agoAdd FRONTEND to ecpglib.
Bruce Momjian [Tue, 25 May 2004 21:20:44 +0000 (21:20 +0000)]
Add FRONTEND to ecpglib.

20 years agoAllow relative paths as long as the hardcoded path matches the bin path
Bruce Momjian [Tue, 25 May 2004 20:47:41 +0000 (20:47 +0000)]
Allow relative paths as long as the hardcoded path matches the bin path
up to the last bin directory name.

20 years agoTweaks per discussion with Magnus: suppress chatter on unpatched MinGW
Tom Lane [Tue, 25 May 2004 19:46:21 +0000 (19:46 +0000)]
Tweaks per discussion with Magnus: suppress chatter on unpatched MinGW
systems, add verbose logging (at DEBUG4) to help identify why a given
time zone is not matched.

20 years agoFix erroneous error message printout when a configuration file contains
Tom Lane [Tue, 25 May 2004 19:11:14 +0000 (19:11 +0000)]
Fix erroneous error message printout when a configuration file contains
an overlength token.  Printout was always garbage and could dump core
entirely :-(.  Per report from Martin Pitt.

20 years agoFix set_pglocale to properly pass my_exec_path to get_locale_path instead of argv0.
Bruce Momjian [Tue, 25 May 2004 18:18:29 +0000 (18:18 +0000)]
Fix set_pglocale to properly pass my_exec_path to get_locale_path instead of argv0.

20 years agoAdd code to identify_system_timezone() to try all zones in the zic
Tom Lane [Tue, 25 May 2004 18:08:59 +0000 (18:08 +0000)]
Add code to identify_system_timezone() to try all zones in the zic
database, not just ones that we cons up POSIX names for.  This looks
grim but it seems to take less than a second even on a relatively slow
machine, and since it only happens once during postmaster startup, that
seems acceptable.

20 years agoAdd exec.c to ecpg library because path.c now uses it.
Bruce Momjian [Tue, 25 May 2004 17:35:51 +0000 (17:35 +0000)]
Add exec.c to ecpg library because path.c now uses it.

20 years agoSkip settting LC_ALL in the backend.
Bruce Momjian [Tue, 25 May 2004 01:42:08 +0000 (01:42 +0000)]
Skip settting LC_ALL in the backend.

20 years agoMake the locale location relocatable.
Bruce Momjian [Tue, 25 May 2004 01:00:30 +0000 (01:00 +0000)]
Make the locale location relocatable.

Adjust get_*_path functions to be limited to MAXPGPATH.

20 years agoRemove pstrdup() call from exec.c because DLLIMPORT flag on
Bruce Momjian [Mon, 24 May 2004 22:35:37 +0000 (22:35 +0000)]
Remove pstrdup() call from exec.c because DLLIMPORT flag on
CurrentMemoryContext caused compile problems.

Recode to not make a copy of the PATH but copy parts out into MAXPGPATH
variables.

20 years agoMake validate_exec take a const char *, for gcc 3.4, which is more
Bruce Momjian [Mon, 24 May 2004 20:23:50 +0000 (20:23 +0000)]
Make validate_exec take a const char *, for gcc 3.4, which is more
strict.

20 years agoUpdate Russian FAQ.
Bruce Momjian [Mon, 24 May 2004 15:14:52 +0000 (15:14 +0000)]
Update Russian FAQ.

Viktor Vislobokov

20 years agoClarify an entry in the 7.4 release notes.
Neil Conway [Mon, 24 May 2004 04:54:22 +0000 (04:54 +0000)]
Clarify an entry in the 7.4 release notes.

20 years agoAdd:
Bruce Momjian [Mon, 24 May 2004 03:23:00 +0000 (03:23 +0000)]
Add:

> * Allow GRANT/REVOKE permissions to be given to all schema objects with one command

20 years agoThis patch fixes the find_my_exec code for pgstat backends. Required for
Bruce Momjian [Mon, 24 May 2004 02:47:47 +0000 (02:47 +0000)]
This patch fixes the find_my_exec code for pgstat backends. Required for
TZ stuff (and possibly others) to work in the pgstat backends.

Magnus Hagander

20 years agoRewrite identify_system_timezone() to give it better-than-chance odds
Tom Lane [Mon, 24 May 2004 02:30:29 +0000 (02:30 +0000)]
Rewrite identify_system_timezone() to give it better-than-chance odds
of correctly identifying the system's daylight-savings transition rules.
This still begs the question of how to look through the zic database to
find a matching zone definition, but at least now we'll have some chance
of recognizing the match when we find it.

20 years agoRemove a few $filter() calls that were not needed.
Bruce Momjian [Mon, 24 May 2004 01:01:38 +0000 (01:01 +0000)]
Remove a few $filter() calls that were not needed.

20 years agoSeems we had the wrong sign convention for the default Etc/GMTx zone
Tom Lane [Sun, 23 May 2004 23:26:53 +0000 (23:26 +0000)]
Seems we had the wrong sign convention for the default Etc/GMTx zone
names.  Per report from Alvaro.

20 years agoAvoid calling select_default_timezone() when backing out an unwanted TZ
Tom Lane [Sun, 23 May 2004 23:12:11 +0000 (23:12 +0000)]
Avoid calling select_default_timezone() when backing out an unwanted TZ
setting.  This is a temporary kluge to keep Alvaro happy; eventually we
should fix the TZ library API to make the problem really go away.

20 years agoUse case-insensitive comparison so that explicitly setting timezone=unknown
Tom Lane [Sun, 23 May 2004 22:24:08 +0000 (22:24 +0000)]
Use case-insensitive comparison so that explicitly setting timezone=unknown
in postgresql.conf does the right thing.  variable.c got this right, but
not pgtz.c ...

20 years agoA few cosmetic fixes and code cleanup.
Neil Conway [Sun, 23 May 2004 22:20:10 +0000 (22:20 +0000)]
A few cosmetic fixes and code cleanup.

20 years agoNew two-stage sampling method for ANALYZE, as per discussions a few weeks
Tom Lane [Sun, 23 May 2004 21:24:02 +0000 (21:24 +0000)]
New two-stage sampling method for ANALYZE, as per discussions a few weeks
ago.  This should give significantly better results when the density of
live tuples is not uniform throughout a table.  Manfred Koizar, with
minor kibitzing from Tom Lane.

20 years agoStill another place to make the world safe for zero-column tables:
Tom Lane [Sun, 23 May 2004 17:10:54 +0000 (17:10 +0000)]
Still another place to make the world safe for zero-column tables:
remove the ancient (and always pretty dodgy) assumption in parse_clause.c
that a query can't have an empty targetlist.

20 years agoMake --without-docdir configure option actually work, per Manfred.
Tom Lane [Sun, 23 May 2004 15:24:32 +0000 (15:24 +0000)]
Make --without-docdir configure option actually work, per Manfred.

20 years agoFix broken markup.
Tom Lane [Sun, 23 May 2004 15:13:43 +0000 (15:13 +0000)]
Fix broken markup.

20 years agoHandle impending sinval queue overflow by means of a separate signal
Tom Lane [Sun, 23 May 2004 03:50:45 +0000 (03:50 +0000)]
Handle impending sinval queue overflow by means of a separate signal
(SIGUSR1, which we have not been using recently) instead of piggybacking
on SIGUSR2-driven NOTIFY processing.  This has several good results:
the processing needed to drain the sinval queue is a lot less than the
processing needed to answer a NOTIFY; there's less contention since we
don't have a bunch of backends all trying to acquire exclusive lock on
pg_listener; backends that are sitting inside a transaction block can
still drain the queue, whereas NOTIFY processing can't run if there's
an open transaction block.  (This last is a fairly serious issue that
I don't think we ever recognized before --- with clients like JDBC that
tend to sit with open transaction blocks, the sinval queue draining
mechanism never really worked as intended, probably resulting in a lot
of useless cache-reset overhead.)  This is the last of several proposed
changes in response to Philip Warner's recent report of sinval-induced
performance problems.

20 years agoFor multi-table ANALYZE, use per-table transactions when possible
Tom Lane [Sat, 22 May 2004 23:14:38 +0000 (23:14 +0000)]
For multi-table ANALYZE, use per-table transactions when possible
(ie, when not inside a transaction block), so that we can avoid holding
locks longer than necessary.  Per trouble report from Philip Warner.

20 years agoReduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLock
Tom Lane [Sat, 22 May 2004 21:58:24 +0000 (21:58 +0000)]
Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLock
to ExclusiveLock.  This still serializes the operations of this module,
but doesn't conflict with concurrent ANALYZE operations.  Per trouble
report from Philip Warner a few weeks ago.

20 years agoFix to install correctly in vpath build case.
Tom Lane [Sat, 22 May 2004 21:02:32 +0000 (21:02 +0000)]
Fix to install correctly in vpath build case.

20 years agoFix a few more minor errors in the 7.4 release notes.
Neil Conway [Sat, 22 May 2004 11:06:55 +0000 (11:06 +0000)]
Fix a few more minor errors in the 7.4 release notes.

20 years agoFix typo in an entry in the 7.4 release notes.
Neil Conway [Sat, 22 May 2004 09:48:15 +0000 (09:48 +0000)]
Fix typo in an entry in the 7.4 release notes.

20 years agoFix for vpath builds.
Tom Lane [Sat, 22 May 2004 02:15:08 +0000 (02:15 +0000)]
Fix for vpath builds.

20 years agoClean up failure to remove exec.o on 'make clean'.
Tom Lane [Sat, 22 May 2004 02:14:28 +0000 (02:14 +0000)]
Clean up failure to remove exec.o on 'make clean'.

20 years agoUse wide-character library routines, if available, for upper/lower/initcap
Tom Lane [Sat, 22 May 2004 00:34:51 +0000 (00:34 +0000)]
Use wide-character library routines, if available, for upper/lower/initcap
functions.  This allows these functions to work correctly with Unicode and
other multibyte encodings.  Per prior discussion.

Also, revert my earlier change to move installation path mashing from
Makefile.global to configure.  Turns out not to work well because configure
script is working with unexpanded variables, and so fails to match in
cases where it should match.

20 years agoHandle inclusion of port modules 'correctly', viz the same way libpq
Tom Lane [Fri, 21 May 2004 21:56:02 +0000 (21:56 +0000)]
Handle inclusion of port modules 'correctly', viz the same way libpq
does it.  Fixes OS X, which needs path.c.  It may be that Win32 needs
some more port modules, but they are easily added.

20 years agopgindent did a pretty awful job on the timezone code, particularly with
Tom Lane [Fri, 21 May 2004 20:59:10 +0000 (20:59 +0000)]
pgindent did a pretty awful job on the timezone code, particularly with
respect to doubly-starred comment blocks.  Do some manual cleanup.

20 years agoPut path configuration information into a .h file instead of cluttering
Tom Lane [Fri, 21 May 2004 20:56:50 +0000 (20:56 +0000)]
Put path configuration information into a .h file instead of cluttering
several different module Makefiles with it.  Also, do any adjustment
of installation paths during configure, rather than every time Makefile.global
is read.

20 years agoProbably need sys/time.h here too to be safe.
Tom Lane [Fri, 21 May 2004 16:22:38 +0000 (16:22 +0000)]
Probably need sys/time.h here too to be safe.

20 years agoPut back #include <sys/time.h> in files that seem to need it on Linux.
Tom Lane [Fri, 21 May 2004 16:08:47 +0000 (16:08 +0000)]
Put back #include <sys/time.h> in files that seem to need it on Linux.

20 years agoFix random breakage in exec.c for platforms where strdup is a macro.
Tom Lane [Fri, 21 May 2004 16:06:23 +0000 (16:06 +0000)]
Fix random breakage in exec.c for platforms where strdup is a macro.

20 years ago- Fixed DEALLOCATE PREPARE to use correct function call
Michael Meskes [Fri, 21 May 2004 13:50:12 +0000 (13:50 +0000)]
- Fixed DEALLOCATE PREPARE to use correct function call
- Made sure connect statement does not accept single char variable,
  but only strings.

20 years agoPgindent timezone file, per request from Tom.
Bruce Momjian [Fri, 21 May 2004 12:30:25 +0000 (12:30 +0000)]
Pgindent timezone file, per request from Tom.

20 years agoIntegrate src/timezone library for all platforms. There is more we can
Tom Lane [Fri, 21 May 2004 05:08:06 +0000 (05:08 +0000)]
Integrate src/timezone library for all platforms.  There is more we can
and should do now that we control our own destiny for timezone handling,
but this commit gets the bulk of the picayune diffs in place.
Magnus Hagander and Tom Lane.

20 years agoAdd mention of why -lpgport is needed in ecpglib (dllwrap).
Bruce Momjian [Fri, 21 May 2004 03:12:03 +0000 (03:12 +0000)]
Add mention of why -lpgport is needed in ecpglib (dllwrap).

20 years agoAdd -lpgport to ecpglib link only on win32. Other platforms have
Bruce Momjian [Fri, 21 May 2004 03:10:47 +0000 (03:10 +0000)]
Add -lpgport to ecpglib link only on win32.  Other platforms have
problems with it.

20 years agoRevert addition of -lpgport, which breaks the build on platforms that
Tom Lane [Fri, 21 May 2004 00:14:38 +0000 (00:14 +0000)]
Revert addition of -lpgport, which breaks the build on platforms that
are sticky about non-PIC code in shared libraries.  Windows will have
to find another solution (probably similar to the way libpq does it).

20 years agobenign change ...added space to end of line
PostgreSQL Daemon [Thu, 20 May 2004 23:49:41 +0000 (23:49 +0000)]
benign change ...added space to end of line

20 years agoattempt at a multi file commit, to seee how it formats
PostgreSQL Daemon [Thu, 20 May 2004 22:54:19 +0000 (22:54 +0000)]
attempt at a multi file commit, to seee how it formats

20 years agojust testing activitymail ... only added a space here so that the commit would
PostgreSQL Daemon [Thu, 20 May 2004 22:44:16 +0000 (22:44 +0000)]
just testing activitymail ... only added a space here so that the commit would
pick it up

20 years agoRename static variables to avoid possible name conflicts on systems with
Tom Lane [Thu, 20 May 2004 17:13:52 +0000 (17:13 +0000)]
Rename static variables to avoid possible name conflicts on systems with
dirty standard headers (eg AIX).

20 years agoRemove pyton, spell check fix:
Bruce Momjian [Thu, 20 May 2004 16:36:14 +0000 (16:36 +0000)]
Remove pyton, spell check fix:

> * Support composite types as table columns
286,289d286
< * Python
<  o Allow users to register their own types with pg_
<  o Allow SELECT to return a dictionary of dictionaries
<  o Allow COPY BINARY FROM
456d452
< * Support composite types as table columns

20 years agoUpdates from Tom:
Bruce Momjian [Thu, 20 May 2004 15:57:26 +0000 (15:57 +0000)]
Updates from Tom:

< Bracketed items "[]" have more detailed.
> Bracketed items "[]" have more detail.
35,36d34
< * Remove unreferenced table files and temp tables during database vacuum
<   or postmaster startup (Bruce)
68c66
< * Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
> * -Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
70c68
< * Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
> * -Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
76c74
< * Make LENGTH() of CHAR() not count trailing spaces
> * -Make LENGTH() of CHAR() not count trailing spaces
145c143
< * Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,
> * -Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,
179c177
< * Allow more ISOLATION LEVELS to be accepted, but issue a warning for them
> * -Allow more ISOLATION LEVELS to be accepted
186c184
< * Add GUC setting to make created tables default to WITHOUT OIDS
> * -Add GUC setting to make created tables default to WITHOUT OIDS
265d262
< * Allow fastpast to pass values in portable format
271c268
< * Move psql backslash database information into the backend, use nmumonic
> * Move psql backslash database information into the backend, use nmeumonic
275,283d271
< * JDBC
<  o Comprehensive test suite. This may be available already.
<  o JDBC-standard BLOB support
<  o Error Codes (pending backend implementation)
<  o Support both 'make' and 'ant'
<  o Fix LargeObject API to handle OIDs as unsigned ints
<  o Use cursors implicitly to avoid large results (see setCursorName())
<  o Add LISTEN/NOTIFY support to the JDBC driver (Barry)
<
332c320
< * Have pg_dump -c clear the database using dependency information
> * -Have pg_dump -c clear the database using dependency information
367,368c355,356
< * Cache last known per-tuple offsets to speed long tuple access
< * Automatically place fixed-width, NOT NULL columns first in a table
> * Cache last known per-tuple offsets to speed long tuple access, adjusting
>   for NULLs and TOAST values
467c455,456
< * Change representation of whole-tuple parameters to functions
> * -Change representation of whole-tuple parameters to functions
> * Support composite types as table columns
478,479d466
< * Allow the regression tests to start postmaster with -i so the tests
<   can be run on systems that don't support unix-domain sockets

20 years agoSmall variable rename in exec.c.
Bruce Momjian [Thu, 20 May 2004 15:38:11 +0000 (15:38 +0000)]
Small variable rename in exec.c.

20 years agoClean up find_my_exec to work cleaner.
Bruce Momjian [Thu, 20 May 2004 15:35:41 +0000 (15:35 +0000)]
Clean up find_my_exec to work cleaner.

Add Win32 code to look in the current directory before the path.

Add code so memory is allocated using palloc in backend object files.

20 years agoFix speling.
Tom Lane [Thu, 20 May 2004 15:07:30 +0000 (15:07 +0000)]
Fix speling.

20 years agoUpdate SCO FAQ.
Bruce Momjian [Thu, 20 May 2004 04:19:26 +0000 (04:19 +0000)]
Update SCO FAQ.

Larry Rosenman

20 years agoAdd:
Bruce Momjian [Thu, 20 May 2004 04:10:44 +0000 (04:10 +0000)]
Add:

> * Investigate SMP context switching issues

20 years agoRemove item:
Bruce Momjian [Thu, 20 May 2004 03:27:16 +0000 (03:27 +0000)]
Remove item:

< * Allow col IS TRUE/FALSE use an index like col = TRUE/FALSE

20 years agoAdd:
Bruce Momjian [Thu, 20 May 2004 02:58:18 +0000 (02:58 +0000)]
Add:

>  o Add default clustering to system tables

20 years agoAdd:
Bruce Momjian [Thu, 20 May 2004 02:07:50 +0000 (02:07 +0000)]
Add:

>  o Add ALTER DOMAIN TYPE

20 years agoAdd:
Bruce Momjian [Thu, 20 May 2004 02:01:00 +0000 (02:01 +0000)]
Add:

> * Allow col IS TRUE/FALSE use an index like col = TRUE/FALSE

20 years agoAdd ctype.h include for new macro in port.h.
Bruce Momjian [Thu, 20 May 2004 01:47:01 +0000 (01:47 +0000)]
Add ctype.h include for new macro in port.h.

20 years agoAdd $libdir to mingw and cygwin for installcheck too.
Bruce Momjian [Thu, 20 May 2004 00:21:36 +0000 (00:21 +0000)]
Add $libdir to mingw and cygwin for installcheck too.

20 years agoDocument &< and &> properly.
Bruce Momjian [Wed, 19 May 2004 23:56:38 +0000 (23:56 +0000)]
Document &< and &> properly.

William White <bwhite@frognet.net>

20 years agoClearify CHECK handling of unknown test values.
Bruce Momjian [Wed, 19 May 2004 23:10:43 +0000 (23:10 +0000)]
Clearify CHECK handling of unknown test values.

Karl O. Pinc

20 years agoRevert irix change to suppress configure warnings.
Bruce Momjian [Wed, 19 May 2004 22:36:36 +0000 (22:36 +0000)]
Revert irix change to suppress configure warnings.

20 years agoConfigure adjustments for irix.
Bruce Momjian [Wed, 19 May 2004 22:12:30 +0000 (22:12 +0000)]
Configure adjustments for irix.

David Turover

20 years agoImprove error reporting behavior in parse_hba(): give more complete
Tom Lane [Wed, 19 May 2004 22:06:16 +0000 (22:06 +0000)]
Improve error reporting behavior in parse_hba(): give more complete
error report for getaddrinfo failures, point at correct token for syntax
errors in all cases, don't log redundant messages.

20 years agoRename another irix file.
Bruce Momjian [Wed, 19 May 2004 21:39:16 +0000 (21:39 +0000)]
Rename another irix file.

20 years agoRename irix5 port to irix.
Bruce Momjian [Wed, 19 May 2004 21:37:43 +0000 (21:37 +0000)]
Rename irix5 port to irix.

20 years agoAdd end-of-dump markers for pg_dump and pg_dumpall.
Bruce Momjian [Wed, 19 May 2004 21:21:26 +0000 (21:21 +0000)]
Add end-of-dump markers for pg_dump and pg_dumpall.

20 years agoOnly do pkglib_path if needed.
Bruce Momjian [Wed, 19 May 2004 21:17:33 +0000 (21:17 +0000)]
Only do pkglib_path if needed.

20 years agoDone:
Bruce Momjian [Wed, 19 May 2004 21:09:53 +0000 (21:09 +0000)]
Done:

> * -Make pg_restore continue after errors, so it acts more like pg_dump scripts

20 years agoOnly do find_my_exec if it doesn't come from the postmaster.
Bruce Momjian [Wed, 19 May 2004 19:39:27 +0000 (19:39 +0000)]
Only do find_my_exec if it doesn't come from the post

20 years agoAdd get_pkglib_path to postmaster.c
Bruce Momjian [Wed, 19 May 2004 19:11:25 +0000 (19:11 +0000)]
Add get_pkglib_path to postmaster.c

20 years agoMove find_my_exec lower so elog() works, per Tom.
Bruce Momjian [Wed, 19 May 2004 18:58:44 +0000 (18:58 +0000)]
Move find_my_exec lower so elog() works, per Tom.

20 years agoRe-add elog() to exec.c, per Tom.
Bruce Momjian [Wed, 19 May 2004 17:15:21 +0000 (17:15 +0000)]
Re-add elog() to exec.c, per Tom.

20 years agoAdd MinGW to cases where libdir should be used for regression tests:
Bruce Momjian [Wed, 19 May 2004 05:20:27 +0000 (05:20 +0000)]
Add MinGW to cases where libdir should be used for regression tests:

    case $host_platform in
        *-*-cygwin*|*-*-mingw)
            PATH=$libdir:$PATH
            export PATH
            ;;
    esac

20 years agoWin32 needs -lpgport for dll creation of ecpglib.
Bruce Momjian [Wed, 19 May 2004 05:14:58 +0000 (05:14 +0000)]
Win32 needs -lpgport for dll creation of ecpglib.

20 years agoSupress verbose stderr messages while trying to find my exec path.
Bruce Momjian [Wed, 19 May 2004 04:36:33 +0000 (04:36 +0000)]
Supress verbose stderr messages while trying to find my exec path.

Per report from Christopher.

20 years agoMinor correction for previous SQLSTATE patch: I changed dsqrt() to emit the
Neil Conway [Wed, 19 May 2004 04:32:26 +0000 (04:32 +0000)]
Minor correction for previous SQLSTATE patch: I changed dsqrt() to emit the
right error code previously, and this patch applies an analogous change
to numeric_sqrt().

20 years agoWin32 can't have the same function coming from two library object files,
Bruce Momjian [Wed, 19 May 2004 04:21:49 +0000 (04:21 +0000)]
Win32 can't have the same function coming from two library object files,
so we make is_absolute_path a macro so libpq doesn't use path.o.

20 years agoAllow zic to compile by defining a "" value for my_exec_path. It isn't
Bruce Momjian [Wed, 19 May 2004 01:17:42 +0000 (01:17 +0000)]
Allow zic to compile by defining a "" value for my_exec_path.  It isn't
used by zic anyway.

20 years agosetRuleCheckAsUser has to be applied to any subqueries appearing in a
Tom Lane [Tue, 18 May 2004 22:49:51 +0000 (22:49 +0000)]
setRuleCheckAsUser has to be applied to any subqueries appearing in a
rule's event_qual, not only to the rule's action.  Per example from
Arturs Zoldners.

20 years agoTrim down relocatable docs, per Peter.
Bruce Momjian [Tue, 18 May 2004 21:46:25 +0000 (21:46 +0000)]
Trim down relocatable docs, per Peter.

20 years agoAdd some documentation on relocatable installs.
Bruce Momjian [Tue, 18 May 2004 20:34:01 +0000 (20:34 +0000)]
Add some documentation on relocatable installs.

20 years agoMove get_pkglib_path up into main.c too.
Bruce Momjian [Tue, 18 May 2004 20:27:25 +0000 (20:27 +0000)]
Move get_pkglib_path up into main.c too.

20 years agoMove find_my_exec() way up into main.c so it is available to the
Bruce Momjian [Tue, 18 May 2004 20:18:59 +0000 (20:18 +0000)]
Move find_my_exec() way up into main.c so it is available to the
timezone code and other places.

Remove elog() calls from find_my_exec;  do fprintf(stderr) instead.  We
can then remove the exec.c handling in the makefile because it doesn't
have to be built to suppress elog calls.

20 years agoAdd:
Bruce Momjian [Tue, 18 May 2004 16:06:08 +0000 (16:06 +0000)]
Add:

> * Allow binaries to be statically linked so they are more easily relocated

20 years agoUpdate Russian FAQ.
Bruce Momjian [Tue, 18 May 2004 13:18:30 +0000 (13:18 +0000)]
Update Russian FAQ.

Viktor Vislobokov

20 years agoRun autoconf for link update.
Bruce Momjian [Tue, 18 May 2004 04:12:00 +0000 (04:12 +0000)]
Run autoconf for link update.

20 years agoImprove win32 link test. Previous commit added most of the code, but
Bruce Momjian [Tue, 18 May 2004 04:11:29 +0000 (04:11 +0000)]
Improve win32 link test.  Previous commit added most of the code, but
this commit enables only for Mingw.

20 years agoUpdate Makefile dependencies for Win32 timezones, per Claudio.
Bruce Momjian [Tue, 18 May 2004 04:10:33 +0000 (04:10 +0000)]
Update Makefile dependencies for Win32 timezones, per Claudio.

20 years agoClean up some relative path install issues with Claudio's help.
Bruce Momjian [Tue, 18 May 2004 03:36:45 +0000 (03:36 +0000)]
Clean up some relative path install issues with Claudio's help.

20 years agoImprove configure win32 link test to run from config.status.
Bruce Momjian [Mon, 17 May 2004 19:14:47 +0000 (19:14 +0000)]
Improve configure win32 link test to run from config.status.

Andrew Dunstan

20 years agoAdd documentation that installations are relocatable unless configure
Bruce Momjian [Mon, 17 May 2004 16:06:25 +0000 (16:06 +0000)]
Add documentation that installations are relocatable unless configure
locations are overridden.

20 years agoReformat sgml doc paragraph.
Bruce Momjian [Mon, 17 May 2004 15:00:50 +0000 (15:00 +0000)]
Reformat sgml doc paragraph.

20 years agoReorganize code to allow path-relative installs.
Bruce Momjian [Mon, 17 May 2004 14:35:34 +0000 (14:35 +0000)]
Reorganize code to allow path-relative installs.

Create new get_* functions to access compiled-in paths and adjust if
relative installs are to be used.

Clean up substitute_libpath_macro() code.

20 years agoRename backendbin to backend_exec in initdb.c.
Bruce Momjian [Mon, 17 May 2004 13:17:29 +0000 (13:17 +0000)]
Rename backendbin to backend_exec in initdb.c.