OSDN Git Service

pg-rex/syncrep.git
22 years agoAdd -N option which disables updation of branches and tellers tables.
Tatsuo Ishii [Sun, 24 Feb 2002 00:17:57 +0000 (00:17 +0000)]
Add -N option which disables updation of branches and tellers tables.
So there would be less contention with -N, that might be more realistic
test.

22 years agoAdded:
Bruce Momjian [Sat, 23 Feb 2002 21:53:37 +0000 (21:53 +0000)]
Added:

> * Add checks for missing parameters to shell script, to prevent
>   over-shifting

22 years agoOK'ed by Peter.
Bruce Momjian [Sat, 23 Feb 2002 21:49:10 +0000 (21:49 +0000)]
OK'ed by Peter.

The attached patch enables plperl to build under Cygwin.  It is
basically yet another BE_DLLLIBS patch with a perl MakeMaker twist.  I
tried the patch under Red Hat 7.1 Linux too and I did not observe any
ill effects.

Jason Tishler

22 years agoAdd fstat / S_ISDIR checks to make sure we're not trying to use a
Bruce Momjian [Sat, 23 Feb 2002 21:46:03 +0000 (21:46 +0000)]
Add fstat / S_ISDIR checks to make sure we're not trying to use a
directory for COPY TO/FROM.

Brent Verner

22 years agoFeature patch per prev thread for --with-tcl, only affects AIX
Bruce Momjian [Sat, 23 Feb 2002 21:25:35 +0000 (21:25 +0000)]
Feature patch per prev thread for --with-tcl, only affects AIX

patch is low risc, thus could be applied now, but can also wait for 7.3
Old Makefile shows, that -bnoentry is available since 4.1 .

Andreas Zeugswetter

22 years agoGuard against createdb --location=PGDATA foo; without this, the code
Tom Lane [Sat, 23 Feb 2002 20:55:46 +0000 (20:55 +0000)]
Guard against createdb --location=PGDATA foo; without this, the code
tries to create a symlink pointing at itself.  Per trouble report from
Kenneth McDowell.

22 years agoUpdate FAQ_DEV.
Bruce Momjian [Sat, 23 Feb 2002 20:09:40 +0000 (20:09 +0000)]
Update FAQ_DEV.

22 years agoAdd type conversion discussion.
Bruce Momjian [Sat, 23 Feb 2002 05:06:04 +0000 (05:06 +0000)]
Add type conversion discussion.

22 years agoHeimdal support (Kerberos V implementation from KTH)
Peter Eisentraut [Sat, 23 Feb 2002 04:17:47 +0000 (04:17 +0000)]
Heimdal support (Kerberos V implementation from KTH)

22 years agoAdd -Wno-error to CFLAGS, so the rest of the tree can compile with
Peter Eisentraut [Sat, 23 Feb 2002 04:16:04 +0000 (04:16 +0000)]
Add -Wno-error to CFLAGS, so the rest of the tree can compile with
-Werror.

22 years agoSave source of GUC settings, allowing different sources to be processed in
Peter Eisentraut [Sat, 23 Feb 2002 01:31:37 +0000 (01:31 +0000)]
Save source of GUC settings, allowing different sources to be processed in
any order without affecting results.

22 years agoMake factorial(0) return 1, as per spec.
Bruce Momjian [Sat, 23 Feb 2002 01:01:30 +0000 (01:01 +0000)]
Make factorial(0) return 1, as per spec.

22 years agoI've written on like that a while ago:
Bruce Momjian [Fri, 22 Feb 2002 23:05:35 +0000 (23:05 +0000)]
I've written on like that a while ago:

http://webmail.postgresql.org/~petere/dbsize.html

The tarball can be rolled into contrib -- now that I think of it I don't
know why I never did that.

Never imagined this would have anything to do with that TODO item,
though.
I figured oid2name accomplished that.

Peter Eisentraut   peter_e@gmx.net

22 years agoRecord for future use if we ever change the protocol:
Bruce Momjian [Fri, 22 Feb 2002 16:21:21 +0000 (16:21 +0000)]
Record for future use if we ever change the protocol:

> * Allow psql to show transaction status if backend protocol changes made

22 years agoWe had a problem with to compile pgsql-7.2 under SW-8.0.
Bruce Momjian [Fri, 22 Feb 2002 15:39:42 +0000 (15:39 +0000)]
We had a problem with to compile pgsql-7.2 under SW-8.0.
In the mailing lists I found no informations.
See note for further informations.

Add missing AuthBlockSig.

regards Heiko

22 years agoAdd Russian FAQ from Viktor Vislobokov.
Bruce Momjian [Fri, 22 Feb 2002 12:48:55 +0000 (12:48 +0000)]
Add Russian FAQ from Viktor Vislobokov.

22 years agoPlease, apply attached patch of contrib/btree_gist to 7.2.1 and current
Bruce Momjian [Fri, 22 Feb 2002 05:47:50 +0000 (05:47 +0000)]
Please, apply attached patch of contrib/btree_gist to 7.2.1 and current
cvs.
The patch fixes memory leak during creation GiST index on timestamp
column.

Thank you.

--
Teodor Sigaev
teodor@stack.net

22 years agoModify:
Bruce Momjian [Fri, 22 Feb 2002 05:42:44 +0000 (05:42 +0000)]
Modify:

> * Inline simple SQL functions to avoid overhead (Tom)
> * Precompile SQL functions to avoid overhead (Neil Conway)

22 years agoAdded:
Bruce Momjian [Fri, 22 Feb 2002 05:22:50 +0000 (05:22 +0000)]
Added:

< * Inline simple SQL functions to avoid overhead (Tom)
> * Inline simple SQL functions to avoid overhead (Neil Conway)

22 years agoAdd:
Bruce Momjian [Fri, 22 Feb 2002 04:19:37 +0000 (04:19 +0000)]
Add:

> * Inline simple SQL functions to avoid overhead (Tom)

22 years agofixed compile error
Dave Cramer [Fri, 22 Feb 2002 03:22:31 +0000 (03:22 +0000)]
fixed compile error

22 years agoAdd NAMEDATALEN discussion.
Bruce Momjian [Fri, 22 Feb 2002 03:05:26 +0000 (03:05 +0000)]
Add NAMEDATALEN discussion.

<   first, breaks notify API;
>   first, breaks notify API;  [namedatalen]

22 years agoAdd discussion.
Bruce Momjian [Fri, 22 Feb 2002 03:04:48 +0000 (03:04 +0000)]
Add discussion.

22 years agoThis patch fixes the exception thrown to inform the user the method
Dave Cramer [Fri, 22 Feb 2002 02:58:24 +0000 (02:58 +0000)]
This patch fixes the exception thrown to inform the user the method
getColumnClassName(int) is not implemented. This will futher fixes method
ResultSet.getObject(int) since it requires the getColumnClassName(int) method to return the proper java class used to map the database column.

auther Ed Yu

22 years agoPatch from Cormac Twomey
Dave Cramer [Fri, 22 Feb 2002 02:40:09 +0000 (02:40 +0000)]
Patch from Cormac Twomey
fixes getIndexInfo throwing NullPointerException
fixes getIndexInfo improper results when multiple key indexs are used

22 years agoPatch from Cormac Twomey
Dave Cramer [Fri, 22 Feb 2002 02:17:13 +0000 (02:17 +0000)]
Patch from Cormac Twomey
fixes getIndexInfo throwing NullPointerException
fixes getIndexInfo improper results when multiple key indexs are used

22 years agonow compiles clean with jdk 1.4
Dave Cramer [Fri, 22 Feb 2002 02:07:30 +0000 (02:07 +0000)]
now compiles clean with jdk 1.4

22 years agoClarify:
Bruce Momjian [Fri, 22 Feb 2002 01:28:15 +0000 (01:28 +0000)]
Clarify:

< * Allow ability to easily build only certain interfaces (Marc)
> * Better document ability to build only certain interfaces (Marc)

22 years agoMore wording improvement.
Bruce Momjian [Fri, 22 Feb 2002 00:12:08 +0000 (00:12 +0000)]
More wording improvement.

22 years agoAdd:
Bruce Momjian [Fri, 22 Feb 2002 00:12:07 +0000 (00:12 +0000)]
Add:

> * Remove or relicense modules that are not under the BSD license, if possible

22 years agoImprove wording of meaning of /contrib directory.
Bruce Momjian [Fri, 22 Feb 2002 00:10:11 +0000 (00:10 +0000)]
Improve wording of meaning of /contrib directory.

22 years agoUpdate.
Bruce Momjian [Thu, 21 Feb 2002 22:58:11 +0000 (22:58 +0000)]
Update.

22 years agoUpdate FAQ.
Bruce Momjian [Thu, 21 Feb 2002 22:56:16 +0000 (22:56 +0000)]
Update FAQ.

22 years agoSmall spacing cleanup.
Bruce Momjian [Thu, 21 Feb 2002 22:42:04 +0000 (22:42 +0000)]
Small spacing cleanup.

22 years agoWrap some SQL syntax examples so \h shows them better.
Bruce Momjian [Thu, 21 Feb 2002 22:39:36 +0000 (22:39 +0000)]
Wrap some SQL syntax examples so \h shows them better.

22 years agoAdd to replication discussion.
Bruce Momjian [Thu, 21 Feb 2002 22:30:22 +0000 (22:30 +0000)]
Add to replication discussion.

22 years agoUpdate FAQ.
Bruce Momjian [Thu, 21 Feb 2002 22:19:30 +0000 (22:19 +0000)]
Update FAQ.

22 years agoUpdate FAQ.
Bruce Momjian [Thu, 21 Feb 2002 20:15:00 +0000 (20:15 +0000)]
Update FAQ.

22 years agoUpdate FAQ.
Bruce Momjian [Thu, 21 Feb 2002 20:13:39 +0000 (20:13 +0000)]
Update FAQ.

22 years agoMarc, you get this one. :-) You are the expert on the item:
Bruce Momjian [Thu, 21 Feb 2002 05:10:49 +0000 (05:10 +0000)]
Marc, you get this one. :-)  You are the expert on the item:

> * Allow ability to easily build only certain interfaces (Marc)

22 years agoFix comment.
Tom Lane [Wed, 20 Feb 2002 22:47:12 +0000 (22:47 +0000)]
Fix comment.

22 years agoAdd:
Bruce Momjian [Wed, 20 Feb 2002 03:50:33 +0000 (03:50 +0000)]
Add:

>  o Allow cursors outside transactions [cursor]

22 years agoAdd cursors outside transactions thread.
Bruce Momjian [Wed, 20 Feb 2002 03:49:06 +0000 (03:49 +0000)]
Add cursors outside transactions thread.

22 years agoAdd savepoints discussion.
Bruce Momjian [Wed, 20 Feb 2002 00:44:30 +0000 (00:44 +0000)]
Add savepoints discussion.

22 years agoAdd schema discussion.
Bruce Momjian [Wed, 20 Feb 2002 00:42:01 +0000 (00:42 +0000)]
Add schema discussion.

22 years agoAdd:
Bruce Momjian [Tue, 19 Feb 2002 22:41:29 +0000 (22:41 +0000)]
Add:

> * Clarify use of 'application' and 'command' tags in SGML docs

22 years agoAdd:
Bruce Momjian [Tue, 19 Feb 2002 22:34:27 +0000 (22:34 +0000)]
Add:

> * Improve concurrency of hash indexes
> * Test hash index performance and recommend or discourage usage

22 years agoAvoid failures in cash_out and cash_words for INT_MIN.
Tom Lane [Tue, 19 Feb 2002 22:19:34 +0000 (22:19 +0000)]
Avoid failures in cash_out and cash_words for INT_MIN.
Also, 'fourty' -> 'forty'.

22 years agoClearify:
Bruce Momjian [Tue, 19 Feb 2002 21:38:29 +0000 (21:38 +0000)]
Clearify:

> * Make single-user local access permissions the default by limiting
>   permissions on the socket file (Peter E)

22 years agoAdded:
Bruce Momjian [Tue, 19 Feb 2002 21:36:58 +0000 (21:36 +0000)]
Added:
---
> * Improve caching of attribute offsets when NULLs exist in the row

22 years agoAdd casts to suppress gcc warnings on Solaris (where apparently pid_t
Tom Lane [Tue, 19 Feb 2002 20:45:04 +0000 (20:45 +0000)]
Add casts to suppress gcc warnings on Solaris (where apparently pid_t
is different from int).

22 years agoUpdate as done:
Bruce Momjian [Tue, 19 Feb 2002 20:31:31 +0000 (20:31 +0000)]
Update as done:

> * -Cache system catalog information in per-database files (Tom)

22 years agoA bunch of changes aimed at reducing backend startup time...
Tom Lane [Tue, 19 Feb 2002 20:11:20 +0000 (20:11 +0000)]
A bunch of changes aimed at reducing backend startup time...

Improve 'pg_internal.init' relcache entry preload mechanism so that it is
safe to use for all system catalogs, and arrange to preload a realistic
set of system-catalog entries instead of only the three nailed-in-cache
indexes that were formerly loaded this way.  Fix mechanism for deleting
out-of-date pg_internal.init files: this must be synchronized with transaction
commit, not just done at random times within transactions.  Drive it off
relcache invalidation mechanism so that no special-case tests are needed.

Cache additional information in relcache entries for indexes (their pg_index
tuples and index-operator OIDs) to eliminate repeated lookups.  Also cache
index opclass info at the per-opclass level to avoid repeated lookups during
relcache load.

Generalize 'systable scan' utilities originally developed by Hiroshi,
move them into genam.c, use in a number of places where there was formerly
ugly code for choosing either heap or index scan.  In particular this allows
simplification of the logic that prevents infinite recursion between syscache
and relcache during startup: we can easily switch to heapscans in relcache.c
when and where needed to avoid recursion, so IndexScanOK becomes simpler and
does not need any expensive initialization.

Eliminate useless opening of a heapscan data structure while doing an indexscan
(this saves an mdnblocks call and thus at least one kernel call).

22 years agoRemove some unnecessary pqsignal() calls to shave a few cycles off
Tom Lane [Tue, 19 Feb 2002 19:54:43 +0000 (19:54 +0000)]
Remove some unnecessary pqsignal() calls to shave a few cycles off
backend startup.

22 years agoArrange to call localtime() during postmaster startup. On most Unixen,
Tom Lane [Tue, 19 Feb 2002 19:53:35 +0000 (19:53 +0000)]
Arrange to call localtime() during postmaster startup.  On most Unixen,
the first call of localtime() in a process will read /usr/lib/tztab or
local equivalent.  Better to do this once in the postmaster and inherit
the data by fork() than to have to do it during every backend start.

22 years agoAvoid calling pq_flush just after sending AUTH_REQ_OK; this saves one
Tom Lane [Tue, 19 Feb 2002 19:49:09 +0000 (19:49 +0000)]
Avoid calling pq_flush just after sending AUTH_REQ_OK; this saves one
send() and probable process context swap during backend startup.

22 years agoPrivileges on functions and procedural languages
Peter Eisentraut [Mon, 18 Feb 2002 23:11:58 +0000 (23:11 +0000)]
Privileges on functions and procedural languages

22 years agoSet version to 7.3devel.
Peter Eisentraut [Mon, 18 Feb 2002 21:46:17 +0000 (21:46 +0000)]
Set version to 7.3devel.

22 years agoAdd:
Bruce Momjian [Mon, 18 Feb 2002 16:54:38 +0000 (16:54 +0000)]
Add:

>  o Generate failure on short COPY lines rather than pad NULLs

22 years agoMinor copy-editing.
Tom Lane [Mon, 18 Feb 2002 16:13:10 +0000 (16:13 +0000)]
Minor copy-editing.

22 years agoReplace number-of-distinct-values estimator equation, per recent
Tom Lane [Mon, 18 Feb 2002 16:04:14 +0000 (16:04 +0000)]
Replace number-of-distinct-values estimator equation, per recent
pghackers discussion.

22 years agoRemove MAX/MIN() macros, use c.h Max/Min() instead.
Bruce Momjian [Mon, 18 Feb 2002 14:25:40 +0000 (14:25 +0000)]
Remove MAX/MIN() macros, use c.h Max/Min() instead.

22 years agoDisable LIMIT #,# syntax, as agreed to months ago. Print message saying
Bruce Momjian [Mon, 18 Feb 2002 06:49:20 +0000 (06:49 +0000)]
Disable LIMIT #,# syntax, as agreed to months ago.  Print message saying
to use separate LIMIT/OFFSET clauses.

22 years agoReorder postgresql.conf WAL section to be clearer.
Bruce Momjian [Mon, 18 Feb 2002 06:42:54 +0000 (06:42 +0000)]
Reorder postgresql.conf WAL section to be clearer.

22 years agoDon't mention TIOGA in Makefile and move strdup.c rule into proper
Bruce Momjian [Mon, 18 Feb 2002 06:03:23 +0000 (06:03 +0000)]
Don't mention TIOGA in Makefile and move strdup.c rule into proper
'ifdef' in Makefile.

22 years agoAdd code to preserve paren level display after \g, as submitted months ago.
Bruce Momjian [Mon, 18 Feb 2002 05:57:41 +0000 (05:57 +0000)]
Add code to preserve paren level display after \g, as submitted months ago.

22 years agoRemove compile warnings in multibute mode.
Hiroshi Inoue [Mon, 18 Feb 2002 05:54:50 +0000 (05:54 +0000)]
Remove compile warnings in multibute mode.

22 years agoFix param handling of create* admin scripts as described months ago.
Bruce Momjian [Mon, 18 Feb 2002 05:48:45 +0000 (05:48 +0000)]
Fix param handling of create* admin scripts as described months ago.
Properly handles default values.

22 years agoRemove CHECKPOINT call from pgbench -- Not needed and affects performance.
Bruce Momjian [Mon, 18 Feb 2002 05:46:41 +0000 (05:46 +0000)]
Remove CHECKPOINT call from pgbench -- Not needed and affects performance.

22 years agoAdd better error text:
Bruce Momjian [Mon, 18 Feb 2002 05:44:45 +0000 (05:44 +0000)]
Add better error text:

                elog(LOG, "XLogWrite: new log file created - "
                     "consider increasing 'wal_files' in postgresql.conf.");

22 years agoAdd HTML output option to pgcvslog.
Bruce Momjian [Mon, 18 Feb 2002 05:33:13 +0000 (05:33 +0000)]
Add HTML output option to pgcvslog.

22 years agoUpdate FAQ.
Bruce Momjian [Mon, 18 Feb 2002 05:09:01 +0000 (05:09 +0000)]
Update FAQ.

22 years agoFix kanji-coversion key binding. This has been broken since 7.1
Tatsuo Ishii [Mon, 18 Feb 2002 04:01:27 +0000 (04:01 +0000)]
Fix kanji-coversion key binding. This has been broken since 7.1
Per Yoshinori Ariie's report.

22 years agoAdd Neil's Name:
Bruce Momjian [Mon, 18 Feb 2002 03:40:13 +0000 (03:40 +0000)]
Add Neil's Name:

> * Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)

22 years agoThe version is now 7.01.0010.
Hiroshi Inoue [Mon, 18 Feb 2002 03:16:11 +0000 (03:16 +0000)]
The version is now 7.01.0010.
1) Handle parameter array.
2) Allow re-use of the connection handle after SQLDisconnect.
3) Reject NULL if no indicator specified.
4) Improve the handling of '_' in table name.
5) Unify internal begin/commit/abort operations.
6) Change SQLTables() to return null not "" for the
   table_owner.
7) Fix a bug about parameter handling reported by Benoit Menendez.
8) Add cast in handling ODBC date/time escape sequences.
9) Fix a bug about cache_size handing in declare/fetch mode.

[ODBC3.0 related]
10) Improve the handling of descriptor handles(ODBC3.0).
11) Improve the type handling of some types for ODBC3.0.

[Thanks to Marcelo Aceto for his useful patches]
12) Allow nested ODBC escape.
13) Allow changing autocommit on/off inside the transaction
    block.
14) Improve the handling of ODBC scalar functions.

22 years agoSeparate info30.c from info.c.
Hiroshi Inoue [Mon, 18 Feb 2002 02:15:04 +0000 (02:15 +0000)]
Separate info30.c from info.c.

22 years agoAdd:
Bruce Momjian [Mon, 18 Feb 2002 02:00:43 +0000 (02:00 +0000)]
Add:

> * Have pg_dump use ADD PRIMARY KEY after COPY, for performance

22 years agoAdd files for ODBC3.0 support.
Hiroshi Inoue [Mon, 18 Feb 2002 01:43:24 +0000 (01:43 +0000)]
Add files for ODBC3.0 support.

22 years agoAdded:
Bruce Momjian [Mon, 18 Feb 2002 01:17:16 +0000 (01:17 +0000)]
Added:

> * ODBC
>  o ODBC 3.0 support
>  o Unicode(UCS-2) support
>  o Updatable cursors support

22 years agoRemove ODBC todo, add to main TODO.
Bruce Momjian [Mon, 18 Feb 2002 01:15:46 +0000 (01:15 +0000)]
Remove ODBC todo, add to main TODO.

22 years agoFix SGML typo in previous patch.
Bruce Momjian [Sun, 17 Feb 2002 13:29:00 +0000 (13:29 +0000)]
Fix SGML typo in previous patch.

22 years agoI think it's important that it's actually documented that they can add
Bruce Momjian [Sun, 17 Feb 2002 11:50:09 +0000 (11:50 +0000)]
I think it's important that it's actually documented that they can add
primary keys after the fact!

Also, we need to add regression tests for alter table / add primary key
and alter table / drop constraint.  These shouldn't be added until 7.3
tho
methinks...

Chris

22 years agoClarify params to ALTER TABLE to clearly show single parameters.
Bruce Momjian [Sat, 16 Feb 2002 23:45:48 +0000 (23:45 +0000)]
Clarify params to ALTER TABLE to clearly show single parameters.

e.g. table contraint definition -> table_constraint_definition.

22 years agoRemove warning about automatic inclusion of sqlca.
Peter Eisentraut [Fri, 15 Feb 2002 17:46:57 +0000 (17:46 +0000)]
Remove warning about automatic inclusion of sqlca.

22 years agoUpdate FAQ.
Bruce Momjian [Thu, 14 Feb 2002 17:15:00 +0000 (17:15 +0000)]
Update FAQ.

22 years agoEnsure that a cursor is scanned under the same scanCommandId it was
Tom Lane [Thu, 14 Feb 2002 15:24:10 +0000 (15:24 +0000)]
Ensure that a cursor is scanned under the same scanCommandId it was
originally created with, so that the set of visible tuples does not
change as a result of other activity.  This essentially makes PG cursors
INSENSITIVE per the SQL92 definition.  See bug report of 13-Feb-02.

22 years agoPoint out that --adduser actually makes the new user a superuser. This
Tom Lane [Wed, 13 Feb 2002 19:32:17 +0000 (19:32 +0000)]
Point out that --adduser actually makes the new user a superuser.  This
was mentioned on the man page for the underlying CREATE USER command,
but it should be explained here too.

22 years agoAdd DROP COLUMN status from Hiroshi.
Bruce Momjian [Wed, 13 Feb 2002 14:36:43 +0000 (14:36 +0000)]
Add DROP COLUMN status from Hiroshi.

22 years agoUse RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms.
Tom Lane [Tue, 12 Feb 2002 23:41:25 +0000 (23:41 +0000)]
Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms.
This restores the Linux behavior to what it was in PG 7.0 and 7.1, and
causes other platforms to agree.  (Other well-tested platforms like HPUX
were doing it this way already.)  Per pghackers discussion over the past
month or so.

22 years agoAdd warning not to use /usr/ucb/cc on Solaris.
Tom Lane [Tue, 12 Feb 2002 22:35:07 +0000 (22:35 +0000)]
Add warning not to use /usr/ucb/cc on Solaris.

22 years agoFix tutorial for references problem, from rainer.tammer@spg.schulergroup.com
Bruce Momjian [Tue, 12 Feb 2002 22:25:15 +0000 (22:25 +0000)]
Fix tutorial for references problem, from rainer.tammer@spg.schulergroup.com

22 years agoClarify working in 'top x items using sequential scan' item
Bruce Momjian [Tue, 12 Feb 2002 22:24:36 +0000 (22:24 +0000)]
Clarify working in 'top x items using sequential scan' item

22 years agoModify COPY TO to emit carriage returns and newlines as backslash escapes
Tom Lane [Tue, 12 Feb 2002 21:25:41 +0000 (21:25 +0000)]
Modify COPY TO to emit carriage returns and newlines as backslash escapes
(backslash-r, backslash-n) for protection against newline-conversion
munging.  In future we will also tweak COPY FROM, but this part of the
change should be backwards-compatible.  Per pghackers discussion.
Also, update COPY reference page to describe the backslash conversions
more completely and accurately.

22 years agoUpdate FAQ.
Bruce Momjian [Tue, 12 Feb 2002 17:18:10 +0000 (17:18 +0000)]
Update FAQ.

22 years agoUpdate FAQ.
Bruce Momjian [Tue, 12 Feb 2002 17:14:55 +0000 (17:14 +0000)]
Update FAQ.

22 years agoUpdate wal files computation documentation.
Bruce Momjian [Mon, 11 Feb 2002 23:25:14 +0000 (23:25 +0000)]
Update wal files computation documentation.

22 years agoTweak GiST code to work correctly on machines where 8-byte alignment
Tom Lane [Mon, 11 Feb 2002 22:41:59 +0000 (22:41 +0000)]
Tweak GiST code to work correctly on machines where 8-byte alignment
of pointers is required.  Patch from Teodor Sigaev per pghackers
discussion.  It's an ugly kluge but avoids forcing initdb; we'll put
a better fix into 7.3 or later.

22 years agoFix for old FreeBSD versions that don't have RTLD_GLOBAL
Peter Eisentraut [Mon, 11 Feb 2002 21:38:11 +0000 (21:38 +0000)]
Fix for old FreeBSD versions that don't have RTLD_GLOBAL

22 years agoRepair problems with EvalPlanQual where target table is scanned as
Tom Lane [Mon, 11 Feb 2002 20:10:50 +0000 (20:10 +0000)]
Repair problems with EvalPlanQual where target table is scanned as
inner indexscan (ie, one with runtime keys).  ExecIndexReScan must
compute or recompute runtime keys even if we are rescanning in the
EPQ case.  TidScan seems to have comparable problems.  Per bug
noted by Barry Lind 11-Feb-02.

22 years agoFix typo.
Bruce Momjian [Mon, 11 Feb 2002 18:14:56 +0000 (18:14 +0000)]
Fix typo.

<  o prevent lose of indexes, permissions, inheritance (Bruce)
---
>  o prevent loss of indexes, permissions, inheritance (Bruce)