Neil Conway
6d0e96df6f
Fix newly-introduced documentation typo.
2007-04-23 16:52:56 +00:00
Tom Lane
ce8a3e6c88
Fix markup.
...
Security: CVE-2007-2138
2007-04-20 03:27:34 +00:00
Tom Lane
d694bdd1c9
Support explicit placement of the temporary-table schema within search_path.
...
This is needed to allow a security-definer function to set a truly secure
value of search_path. Without it, a malicious user can use temporary objects
to execute code with the privileges of the security-definer function. Even
pushing the temp schema to the back of the search path is not quite good
enough, because a function or operator at the back of the path might still
capture control from one nearer the front due to having a more exact datatype
match. Hence, disable searching the temp schema altogether for functions and
operators.
Security: CVE-2007-2138
2007-04-20 02:37:49 +00:00
Bruce Momjian
9de4b61388
Release wording updates for releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.
2007-04-19 13:03:07 +00:00
Bruce Momjian
90e4b46998
Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.
2007-04-19 03:07:32 +00:00
Bruce Momjian
fe48792a11
Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.
2007-04-19 02:47:52 +00:00
Bruce Momjian
65c531df04
Update docs/error message for CSV quote/escape --- must be ASCII.
...
Backpatch doc change to 8.2.X.
2007-04-18 02:29:39 +00:00
Bruce Momjian
4e93443455
Document that the COPY delimiter must be an ASCII byte, rather than a
...
multi-byte value. It can also be a single-byte encoded character if
the client and server versions match.
Backpatch to 8.2.X.
2007-04-18 00:18:31 +00:00
Bruce Momjian
627939c337
Backpatch doc change SYMETRIC -> SYMMETRIC, for 8.2.X.
2007-04-07 15:43:47 +00:00
Bruce Momjian
4dd2d9192d
Update SSL description for when SSL root.crt/server.crt is required;
...
add link to libpq SSL does from server docs.
Backpatch to 8.2.X.
2007-03-30 03:19:19 +00:00
Tom Lane
a467a7a910
Fix seriously broken markup for libpq-envars cross-references.
2007-03-26 17:23:45 +00:00
Bruce Momjian
720a9cc0e5
Document that LDAP URLs should be double-quoted in pg_hba.conf because
...
commas are often present in the URL.
Backpatch to 8.2.X.
2007-03-24 21:46:25 +00:00
Tom Lane
1e0cba90fd
Fix broken markup.
2007-03-24 16:46:28 +00:00
Tom Lane
1a72f357e3
Arrange to install a "posixrules" entry in our timezone database, so that
...
POSIX-style timezone specs that don't exactly match any database entry will
be treated as having correct USA DST rules. Also, document that this can
be changed if you want to use some other DST rules with a POSIX zone spec.
We could consider changing localtime.c's TZDEFRULESTRING, but since that
facility can only deal with one DST transition rule, it seems fairly useless
now; might as well just plan to override it using a "posixrules" entry.
Backpatch as far as 8.0. There isn't much we can do in 7.x ... either your
libc gets it right, or it doesn't.
2007-03-14 17:38:15 +00:00
Bruce Momjian
9395aa5392
Update Chinese FAQs to have two versions, a traditional Chinese version (Taiwan)
...
and a Simplified version (China (PRC)).
Backpatch to 8.2.X.
Daojing.Zhou
2007-02-21 16:42:43 +00:00
Bruce Momjian
664009ecb1
Update "encode" documentation to mention that 'escape' only changes null
...
bytes and backslashes, remove "ASCII" mention. Backpatch to 8.2.X.
2007-02-20 19:59:18 +00:00
Bruce Momjian
6f9027372b
Update information_schema documentation to match system tables.
...
Backpatch to 8.2.X.
2007-02-20 18:47:34 +00:00
Bruce Momjian
57bcfe0065
More clearly document that most PostgreSQL utilities support libpq
...
environment variables. Backpatch to 8.2.X.
2007-02-20 18:11:17 +00:00
Bruce Momjian
44764fba1b
Spell check on array patch.
2007-02-20 14:54:51 +00:00
Bruce Momjian
0586e9b682
Update array slice documentation to be clearer.
2007-02-20 14:34:29 +00:00
Bruce Momjian
7194ab3f55
Comment-out documentation for IS OF because it doesn't conform to the
...
ISO SQL behavior. Backpatch removal to 8.2.X.
2007-02-20 14:05:02 +00:00
Bruce Momjian
d9341ce1b8
Document IS [NOT] OF, which was added in 7.3.
2007-02-20 00:25:16 +00:00
Bruce Momjian
c2039e4477
Update PQfree() documentation to be clearer, backpatch to 8.2.X.
2007-02-19 22:06:30 +00:00
Bruce Momjian
760f4823e6
This patch fixes shared_preload_libraries on Windows hosts. It forces
...
each backend to re-load all shared_preload_libraries.
Backpatch to 8.2.X.
Korry Douglas
2007-02-08 17:04:48 +00:00
Bruce Momjian
e1c266493c
Update URL for "Generalized Partial Indexes" paper to point to a cached
...
version.
Backpatch to 8.2.X.
2007-02-08 04:31:41 +00:00
Bruce Momjian
76f46f5cf6
Document that wal_sync_method open_* methods use O_DIRECT, if available.
...
Backpatch to 8.2.X.
2007-02-08 03:57:52 +00:00
Bruce Momjian
d015e14880
Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
2007-02-07 04:23:01 +00:00
Bruce Momjian
98e08d1aa0
Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.
2007-02-07 03:48:58 +00:00
Bruce Momjian
0b36bbf8f2
Update FAQ for 8.2.3.
2007-02-07 03:16:59 +00:00
Bruce Momjian
b93d4a75a0
Backpatch FAQs to 8.2.X branch.
2007-02-06 18:38:04 +00:00
Tom Lane
5338847fcd
Not only did we agree that this 'hint' doesn't belong here, but the
...
markup's broken. So just remove it...
2007-02-06 03:05:00 +00:00
Bruce Momjian
de9acc94f1
Trim down environment variable instructions for Win32, backpatch to 8.2.X.
2007-02-05 22:18:18 +00:00
Bruce Momjian
e5352a2556
Update wording.
2007-02-04 04:00:33 +00:00
Bruce Momjian
1015fd53b6
Add documentation for Windows on how to set an environment variable.
...
Backpatch to 8.2.X.
2007-02-04 03:58:58 +00:00
Bruce Momjian
d68f1ecbe2
Document that a client-only install using:
...
gmake -C src/bin install
does install a few server-only binaries.
2007-02-03 23:01:13 +00:00
Neil Conway
3714d82f76
Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 under
...
Windows. Per Magnus Hagander, this is not recommended.
2007-02-02 16:10:10 +00:00
Tom Lane
d06a16c589
Stamp release 8.2.2.
...
Security: CVE-2007-0555, CVE-2007-0556
2007-02-02 00:14:22 +00:00
Tom Lane
40cf433eb6
Update release notes for security-related releases in all active branches.
...
Security: CVE-2007-0555, CVE-2007-0556
2007-02-02 00:10:33 +00:00
Bruce Momjian
14a866b18d
Mention file system replication as a high availability solution in the
...
shared hardware section, and mention DRBD as a popular solution.
2007-02-01 21:03:00 +00:00
Neil Conway
3c7d9add71
Backpatch last night's fix for broken markup to the 8.2 branch.
2007-02-01 19:18:14 +00:00
Bruce Momjian
e3b12f76af
Add 8.2.0 "Incomatibilities" documentation that pg_dump's -n and -t
...
behavior has changed.
2007-02-01 05:12:46 +00:00
Bruce Momjian
da45866c42
Backpatch FAQs to stable branch.
2007-02-01 04:56:41 +00:00
Bruce Momjian
8c14912cc1
Document need for periodic REINDEX in VACUUM FULL cases.
2007-01-31 04:13:28 +00:00
Bruce Momjian
e2d6898827
Update documentation for backslashes to mention escape string syntax
...
more, and standard_conforming_strings less, because in the future non-E
strings will not treat backslashes specially.
Also use E'' strings where backslashes are used in examples. (The
existing examples would have drawn warnings.)
Backpatch to 8.2.X.
2007-01-30 22:29:40 +00:00
Bruce Momjian
c22f642f2f
Clarify paramater handling for pg_get_serial_sequence().
2007-01-30 02:32:05 +00:00
Bruce Momjian
891b9fbba5
Update documentation about postgresqlconf to mention default units that
...
match the postgresql.conf file. Also add units to descriptions that
lacked them. Wording improvements. Mention pg_settings.unit as the way
to find the default units for setting.
Backpatch to 8.2.X.
2007-01-20 21:30:35 +00:00
Bruce Momjian
55391ab6a7
Document that to remove template1, datistemplate must be 'false'.
...
Backpatch to 8.2.
2007-01-20 15:43:58 +00:00
Neil Conway
20fe8b033a
Correct a minor inaccuracy in the pg_dumpall reference page: -g dumps
...
roles and tablespaces, no longer users and groups. Per Dave Page.
Backport to 8.2 and 8.1.
2007-01-15 17:22:48 +00:00
Tom Lane
65fe39ee0a
Fix handling of CC (century) format spec in to_date/to_char. According to
...
standard convention the 21st century runs from 2001-2100, not 2000-2099,
so make it work like that. Per bug #2885 from Akio Iwaasa.
Backpatch to 8.2, but no further, since this is really a definitional
change; users of older branches are probably more interested in stability.
2007-01-12 23:35:04 +00:00
Tom Lane
acb01484d6
Minor copy-editing for release note updates.
2007-01-05 22:34:46 +00:00
Bruce Momjian
e82da29033
Update Japanese FAQ.
2007-01-05 20:57:17 +00:00
Bruce Momjian
4290bb4e0f
Stamp release 8.2.1. Update FAQs.
2007-01-05 20:55:29 +00:00
Bruce Momjian
d6c8cdcceb
Create release notes for release 8.2.1.
2007-01-05 20:05:47 +00:00
Tom Lane
2ca07b0c4a
Add missing reference to pg_shdescription. Greg Mullane
2007-01-05 01:19:04 +00:00
Tom Lane
4fe7a6b51e
Fix erroneous implementation of -s in postmaster.c (the switch doesn't take
...
an optarg). Add some comments noting that code in three different files has
to be kept in sync. Fix erroneous description of -S switch (it sets work_mem
not silent_mode), and do some light copy-editing elsewhere in postgres-ref.
2007-01-04 00:58:01 +00:00
Tom Lane
094ccd1ca3
Use FROM clause in example UPDATE commands where appropriate. Also
...
remove long-obsolete statement that there isn't a check for infinite
recursion in view rules.
2006-12-27 16:07:42 +00:00
Tom Lane
66a7fd2ec1
Fix broken markup.
2006-12-27 16:04:47 +00:00
Bruce Momjian
d686dccdb8
Remove completed TODO item about xid wrap-around from 8.2.X.
2006-12-19 21:58:43 +00:00
Bruce Momjian
880dae5f2b
Back out double-run of PDF/PS output. Requires building bookindex.sgml
...
properly.
Remove SGML docs about openjade performance patch, and instead add
comment in style sheet where indenting code is commented out.
Backpatch to 8.2.X.
2006-12-15 16:50:10 +00:00
Peter Eisentraut
6d3985b46e
Drop indentation of verbatim environments in print output. This increased
...
the build time by what seemed like infinity.
2006-12-15 14:54:48 +00:00
Bruce Momjian
169f9f4cb6
Document patch needed to get PDF and PS output in a reasonable amount of
...
time.
2006-12-15 02:44:33 +00:00
Bruce Momjian
87047e4ca5
Run Jade twice when outputting Postscript and PDF so the index is
...
correct, add comments about other multiple runs in the Makefile.
Backpatch to 8.2.X.
2006-12-15 01:21:08 +00:00
Bruce Momjian
e1b09b59de
Document that log_line_prefix %t does not print timezone on Win32.
2006-12-12 21:30:41 +00:00
Peter Eisentraut
9178874f34
Collect the bits of wisdom about dtrace installation in the installation
...
chapter rather than scattering them across several incomplete fragments.
(This makes the documentation consistent with the backported FAQ_Solaris.)
2006-12-12 16:07:42 +00:00
Bruce Momjian
d94fa4183f
Backpatch FAQ entry for null concatenation.
2006-12-11 22:48:08 +00:00
Bruce Momjian
a7fb173fa4
Clean up psql -c documentation that uses \\.
2006-12-06 15:40:32 +00:00
Bruce Momjian
1acc2e23f4
Fix documentation example of using psql \x with a SELECT command, per
...
Simon Riggs. Backpatch to 8.2.X.
2006-12-05 17:41:02 +00:00
Bruce Momjian
dca4d77798
Update 8.2.X release to say 8.2.0 instead of just 8.2.
2006-12-03 16:43:05 +00:00
Bruce Momjian
f8660e309d
Stamp 8.2, except configure.in.
2006-12-02 04:12:39 +00:00
Bruce Momjian
73500fd8b5
Update for release 8.2.
2006-12-02 04:12:11 +00:00
Peter Eisentraut
579c58761c
Wording refinement for external references in man pages.
2006-12-02 01:26:19 +00:00
Peter Eisentraut
b9dbb63e48
Don't ship spi_* man pages. (We don't do that anyway, but now it's automatic.)
2006-12-02 01:25:50 +00:00
Tom Lane
ceb1cc90e3
Put release date in release notes.
2006-12-02 00:46:46 +00:00
Tom Lane
606b10f959
Add some documentation for DTrace support. Simon Riggs
2006-12-02 00:42:54 +00:00
Peter Eisentraut
d92b939a0a
Make Options for Windows a second-level heading instead of first-level.
2006-12-02 00:34:52 +00:00
Tom Lane
08fa6a6851
Editorial improvements for GIN documentation.
2006-12-01 23:46:46 +00:00
Tom Lane
a88ec7b4bb
Some more supported-platforms updates: buildfarm hare is alive again,
...
and penguin reported in recently enough to justify the assumption that
we haven't broken ARM support in 8.2.
2006-12-01 21:17:51 +00:00
Tom Lane
c184470be3
Document the recently-understood hazard that a rollback can release row-level
...
locks that logically should not be released, because when a subtransaction
overwrites XMAX all knowledge of the previous lock state is lost. It seems
unlikely that we will be able to fix this before 8.3...
2006-12-01 20:49:53 +00:00
Tom Lane
b02414bb82
Editorial improvements to backup and warm-standby documentation.
2006-12-01 03:29:15 +00:00
Tom Lane
f378ccc261
Minor wording improvements.
2006-12-01 03:19:48 +00:00
Tom Lane
da6daee216
Adjust the description of locking to clarify that locks held by a
...
subtransaction are released if the subtransaction aborts --- in user-level
terminology, this means either rolling back to a savepoint or escaping from
a plpgsql exception block. Per recent suggestion from Simon.
2006-12-01 01:04:36 +00:00
Tom Lane
cd99debb3d
Update supported-platforms list based on recent buildfarm results.
2006-11-30 21:30:22 +00:00
Peter Eisentraut
f1e3e3238d
Fix typos
2006-11-30 20:50:44 +00:00
Tom Lane
7bbe35a540
Add an example showing how to cope with mixed-case names in pg_dump
...
switches.
2006-11-28 22:54:18 +00:00
Tom Lane
c15de02f61
Fix inheritance description to note that not-null constraints are
...
inherited, per Taiki Yamaguchi.
2006-11-28 01:09:01 +00:00
Tom Lane
81b0b06462
Make pg_restore usage examples more useful: illustrate restoring into
...
both the same database name and a different one.
2006-11-26 18:11:11 +00:00
Peter Eisentraut
50271fc9b3
Fix misspellings of GB.
2006-11-25 22:55:59 +00:00
Peter Eisentraut
818ac8479b
Correct misspellings of kB.
2006-11-25 22:44:48 +00:00
Neil Conway
b12add99c2
Cosmetic release note fix.
2006-11-25 07:03:57 +00:00
PostgreSQL Daemon
c11b5228cf
update for rc1
2006-11-25 03:34:13 +00:00
Bruce Momjian
f14d43d2d3
Document that to_char() "TM" is controlled by lc_messages.
2006-11-25 00:38:53 +00:00
Tom Lane
a7a3d0f0d9
Update release notes for RC1.
2006-11-24 23:31:55 +00:00
Tom Lane
988a87a03a
Change pg_stat_all_tables and sister views to put the recently-added
...
vacuum/analyze timestamp columns at the end, rather than at a random
spot in the middle as in the original patch. This was deemed more usable
as well as less likely to break existing application code. initdb forced
accordingly. In passing, remove former kluge for initializing
pg_stat_file()'s pg_proc entry --- bootstrap mode was fixed recently
so that this can be done without any hacks, but I overlooked this usage.
2006-11-24 21:18:42 +00:00
Bruce Momjian
eb1fbbe5c4
Update wording:
...
> * Add a field 'isoyear' to extract(), based on the ISO week
2006-11-23 16:18:12 +00:00
Neil Conway
28568e585f
Spelling and related minor fixes for the GIN docs.
2006-11-23 05:58:01 +00:00
Neil Conway
34036c8658
More minor SGML improvements for xfunc.sgml, including making some
...
titles more concise. (We usually don't need to repeat the name of a
section in the title of one of its subsections.)
2006-11-23 05:43:32 +00:00
Bruce Momjian
ebf071643a
Document that Kerberos is for authentication, and does not encrypt data
...
or queries over the network.
2006-11-23 05:39:17 +00:00
Neil Conway
4ed6f6d479
Fix a typo in recent xfunc addition, do some routine SGML police work.
2006-11-23 05:28:18 +00:00
Bruce Momjian
3bd2e3e92b
Add:
...
> * Add ISO day of week format 'ID' to to_char() where Monday = 1
> * Add an ISO year field to extract() called 'isoyear'
2006-11-23 05:09:26 +00:00
Bruce Momjian
cb21b9fc13
Add:
...
> * Allow SQL-language functions to return results from RETURNING queries
2006-11-23 05:01:47 +00:00
Bruce Momjian
ab79444e7b
Add "(assuming <varname>standard_conforming_strings</> is
...
<literal>off</>)" clauses for bytea.
2006-11-23 04:27:33 +00:00
Bruce Momjian
5f78aa5acf
Shared Memory Hooks Documentation
...
This patch, against xfunc.sgml, adds a new subsection 33.9.12, Shared
Memory and LWLocks in C-Language Functions, describing how shared memory
and lwlocks may be requested by C add-in functions.
Marc Munro
2006-11-23 03:52:05 +00:00
Bruce Momjian
3e0c96b2ec
Add release entry for 8.1.5 that was missing:
...
<listitem><para>Fix rare bug in continuous archiving (Tom)</para></listitem>
2006-11-23 03:30:49 +00:00
Bruce Momjian
2a55984162
More HA wording improvements.
2006-11-22 18:15:34 +00:00
Bruce Momjian
b035722f29
Update HA docs with more wording improvements.
2006-11-22 18:14:26 +00:00
Bruce Momjian
6346355a9b
Wording and term clarification for HA docs, per Markus Schiltknecht.
2006-11-22 17:36:52 +00:00
Bruce Momjian
ba2edcac4f
Mention OIDs are now not created by default.
2006-11-22 04:17:03 +00:00
Bruce Momjian
8c556ce1c2
New async/sync multi-master headings for docs.
2006-11-22 04:01:40 +00:00
Bruce Momjian
3b0313580e
New async/sync multi-master headings for docs.
2006-11-22 04:00:19 +00:00
Bruce Momjian
ffa0e8f0cd
Add mention of shared-memory/disk for multi-master clustering.
2006-11-22 03:44:52 +00:00
Bruce Momjian
188b744d95
HA doc wording improvement.
2006-11-21 22:48:33 +00:00
Bruce Momjian
a48e92ea1d
Mention pgpool-II can do Clustering For Parallel Query Execution.
2006-11-21 21:37:33 +00:00
Bruce Momjian
de597154a8
Update Statement-Based Replication Middleware docs to be more general.
2006-11-21 18:31:57 +00:00
Bruce Momjian
ca646f66f7
In HA/load balancing does:
...
Clarify sync/async replication propogation delay issues.
Add SGML comment about Oracle RAC and remove doc mention.
Add item about Multi-master replication with conflict resolution.
2006-11-21 18:15:45 +00:00
Bruce Momjian
ae81a6329d
Move libpq environment reference in psql documentation to a more
...
appropriate place, per Andrew Dunstan.
2006-11-21 17:01:58 +00:00
Bruce Momjian
cc6c10a7a0
Add capitalization mention.
2006-11-21 15:38:09 +00:00
Bruce Momjian
150328cd61
I noticed that the Partitioning section of the docs has *two* sections
...
of caveats in different places, but close together. One called caveats,
one not. That looks like it just led to somebody not reading some
appropriate caveats in the second group of caveats (on -admin).
Simon Riggs
2006-11-21 03:44:55 +00:00
Tom Lane
414c7a537e
Change the default setting for log_min_error_statement to ERROR. Per
...
recent discussion in which majority opinion was that this is a more
widely useful setting than the previous default of PANIC.
2006-11-21 01:23:37 +00:00
Bruce Momjian
778bb7b60d
Retitle documentation section, "Statement-Based Replication Using Middleware".
2006-11-20 22:07:56 +00:00
Bruce Momjian
b8c01d9dac
Add mention that Shared Disk Failover can use file system mirroring of
...
the mirroring is consistent.
2006-11-20 21:26:22 +00:00
Bruce Momjian
fb2619859c
Update Brazilian FAQ.
...
Euler Taveira de Oliveira
2006-11-20 20:58:40 +00:00
Bruce Momjian
016e0b4177
For to_char() day/month abbrevitions, mention "3 chars in English,
...
localized lengths vary".
2006-11-20 20:20:18 +00:00
Bruce Momjian
f88fff1e61
Our MingW FAQ appears to be seriously out of date. Couple of fixes: we
...
want to direct MSI downloads to main download site, NT4 not supported
anymore, msvc build env in progress, pgsql-hackers-win32 is no more.
Magnus Hagander
2006-11-20 19:31:27 +00:00
Neil Conway
e2b1dbd394
Overhaul the "External Projects" chapter in the manual. Replace
...
the variabelist with a more concise table, add a URL for each project,
remove some orphaned projects, add PL/Py, and various other changes.
Initial patch from Robert Treat, subsequent work by Neil Conway.
2006-11-20 17:42:16 +00:00
Bruce Momjian
900c9962f7
Update documentation to use Statement-Based Replication rather than
...
Query Broadcast.
2006-11-20 15:07:13 +00:00
Tom Lane
fa3d622cb0
Clarify description of CIDR-address column of pg_hba.conf, to discourage
...
people from trying notations like '10.6/16', which is accepted but does
not mean what you probably think. Per example from Paul Forgey.
2006-11-17 23:25:17 +00:00
Bruce Momjian
e1693e514c
Rename replication section "High Availability and Load Balancing".
2006-11-17 16:38:44 +00:00
Bruce Momjian
cc9698254c
Data Partitioning documentation section reduced and moved to the end.
2006-11-17 13:29:53 +00:00
Neil Conway
42cfdfb453
Fix a typo.
2006-11-17 09:00:03 +00:00
Michael Meskes
4b8049b815
Fixed small typo, missing 'l' in 'Cluserting'
2006-11-17 08:46:53 +00:00
Neil Conway
be4dbd9b26
Remove a bunch of antique information from the appendix in the docs
...
that discusses CVS. Remove the recommendation to use cvs 1.10. Remove
discussion of alleged CVSup binaries on postgresql.org, because they
have not existed for several years. Remove discussion of how to
build cvsup from source because the existing text is outdated, and
more accurate information is available from the CVSup homepage.
2006-11-17 05:29:46 +00:00
Bruce Momjian
58a7efa03b
Use more standard terms for replication, ideas from Markus Schiltknecht.
2006-11-17 04:52:46 +00:00
Bruce Momjian
8a6193333c
Mention two-phase commit for having all transactions commit on all servers.
2006-11-16 21:45:25 +00:00
Bruce Momjian
a1e5b5c832
Reconfigure failover/replication doc items to be varlist entries, rather
...
than new sections, so they appear all on the same web page.
2006-11-16 21:43:33 +00:00
Bruce Momjian
c7a6046a59
Clarify replication items, and define some terms.
2006-11-16 18:25:58 +00:00
Bruce Momjian
2b7cef5fb3
Improve broadcast wording for failover/clustering documentation.
2006-11-15 01:09:08 +00:00
Bruce Momjian
9497454ca6
Add URL for case identifiers.
...
<
> http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php
2006-11-14 22:26:49 +00:00
Bruce Momjian
0fc2947729
Fix xrefs for failover changes.
2006-11-14 22:25:15 +00:00
Bruce Momjian
ca21417a34
Update failover docs, per suggestions from Chris Browne.
2006-11-14 21:43:00 +00:00
Bruce Momjian
77f24a46b7
Fix URL for patch hold queue.
2006-11-14 04:18:55 +00:00
Andrew Dunstan
751e3e6bd8
Force plperl and plperlu to run in separate interpreters. Create an error
...
on an attempt to create the second interpreter if this is not supported by
the perl installation. Per recent -hackers discussion.
2006-11-13 17:13:57 +00:00
Neil Conway
f49baa73ef
Do a round of copy-editing for the system catalog chapter. In particular,
...
consistently capitalize the content of the "Description" column but do
not include a terminating period, as is the convention elsewhere in the
docs. Also, remove the "References" column from catalog that do not
have any referencing columns, for the sake of brevity. Make various
other SGML and grammar fixes.
2006-11-12 06:25:37 +00:00
Neil Conway
2b5fedc0d7
Minor improvements to the description of archive_timeout.
2006-11-12 05:12:42 +00:00
Tom Lane
792d6edd5b
Clean up some misleading references to %p being a full path, per Simon.
2006-11-10 22:32:20 +00:00
Tom Lane
1456c5b507
Improve formatting of PQexecParams argument descriptions, per
...
Theo Kramer.
2006-11-10 22:15:26 +00:00
Tom Lane
2c2faa17f2
Emphasize that immutable and stable functions are not allowed to modify
...
the database. xfunc.sgml was already pretty definite on the point, but
it doesn't hurt to make it clear here too.
2006-11-10 20:52:18 +00:00
PostgreSQL Daemon
9b3aee524f
Tag as Beta3 ... two outstanding *known* bugs before RC1 ...
2006-11-07 17:59:05 +00:00
Tom Lane
9c3f24bb46
Update release notes in preparation for RC1.
2006-11-06 17:00:27 +00:00
Tom Lane
48188e1621
Fix recently-understood problems with handling of XID freezing, particularly
...
in PITR scenarios. We now WAL-log the replacement of old XIDs with
FrozenTransactionId, so that such replacement is guaranteed to propagate to
PITR slave databases. Also, rather than relying on hint-bit updates to be
preserved, pg_clog is not truncated until all instances of an XID are known to
have been replaced by FrozenTransactionId. Add new GUC variables and
pg_autovacuum columns to allow management of the freezing policy, so that
users can trade off the size of pg_clog against the amount of freezing work
done. Revise the already-existing code that forces autovacuum of tables
approaching the wraparound point to make it more bulletproof; also, revise the
autovacuum logic so that anti-wraparound vacuuming is done per-table rather
than per-database. initdb forced because of changes in pg_class, pg_database,
and pg_autovacuum catalogs. Heikki Linnakangas, Simon Riggs, and Tom Lane.
2006-11-05 22:42:10 +00:00
Tom Lane
10c70b8602
Add note about space usage of 'manual' approach to clustering, per
...
suggestion from Sergey Koposov. Also some other minor editing.
2006-11-04 19:03:51 +00:00