postgresql/doc/src/sgml
Tom Lane c715fdea26 Significant cleanups in SysV IPC handling (shared mem and semaphores).
IPC key assignment will now work correctly even when multiple postmasters
are using same logical port number (which is possible given -k switch).
There is only one shared-mem segment per postmaster now, not 3.
Rip out broken code for non-TAS case in bufmgr and xlog, substitute a
complete S_LOCK emulation using semaphores in spin.c.  TAS and non-TAS
logic is now exactly the same.
When deadlock is detected, "Deadlock detected" is now the elog(ERROR)
message, rather than a NOTICE that comes out before an unhelpful ERROR.
2000-11-28 23:27:57 +00:00
..
ref Significant cleanups in SysV IPC handling (shared mem and semaphores). 2000-11-28 23:27:57 +00:00
about.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
admin.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
advanced.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
arch-dev.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
arch-pg.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
arch.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
array.sgml Documentation updates to reflect TOAST and new-style fmgr. 2000-08-24 23:36:29 +00:00
backup.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
biblio.sgml Fixups in content and markup for 7.0 release. 2000-05-02 20:02:03 +00:00
bki.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
book-decl.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
catalogs.sgml Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
charset.sgml Convert more charset/locale documentation to DocBook 2000-09-30 16:58:20 +00:00
client-auth.sgml Improve comments in pg_hba.conf.sample and the associated SGML 2000-11-21 20:44:32 +00:00
compiler.sgml Clean up to ensure tag completion as required by the newest versions 1998-12-29 02:24:47 +00:00
contacts.sgml Update SGML for FETCH and url's. 2000-05-11 17:32:33 +00:00
cvs.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
datatype.sgml I think in datatype.sgml line 506 or so: 2000-11-16 06:03:40 +00:00
datetime.sgml Remove ZP4, ZP5, ZP6 from docs since the current parser won't accept 2000-10-20 13:57:10 +00:00
developer.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
dfunc.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
docguide.sgml Eliminate word rot 2000-11-11 13:53:49 +00:00
ecpg.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
environ.sgml UUNET is looking into offering PostgreSQL as a part of a managed web 2000-11-13 15:18:15 +00:00
extend.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
filelist.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
func-ref.sgml Add id field to chapter and book tags to allow output file names 1998-07-29 06:50:04 +00:00
func.sgml Repair markup 2000-11-25 13:20:05 +00:00
geqo.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
gist.sgml Clean up to ensure tag completion as required by the newest versions 1998-12-29 02:24:47 +00:00
history.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
indexcost.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
indices.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
info.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
inherit.sgml Attached is a new patch which addresses this problem. (oids in 2000-07-02 22:01:27 +00:00
install-win32.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
installation.sgml Correct directory names. 2000-11-20 22:01:21 +00:00
intro-ag.sgml Minor markup changes. Refer to (".../catalog") in the emacs hints. 2000-03-31 03:27:42 +00:00
intro-pg.sgml Minor markup changes. Refer to (".../catalog") in the emacs hints. 2000-03-31 03:27:42 +00:00
intro.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
jdbc.sgml Fix java driver example. 2000-10-27 22:28:23 +00:00
keys.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
legal.sgml Fix path to initdb in installation instructions. 2000-04-07 13:30:58 +00:00
libpgeasy.sgml Fix WARN->NOTICE in docs. Change libpgeasy connection parameters to use 2000-05-18 14:24:38 +00:00
libpgtcl.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
libpq.sgml Remove PQunixsocket, per Peter's recommendation. PQhost shows the socket directory. 2000-11-28 06:53:33 +00:00
libpq++.sgml Make socket option specify just the directory, not the full path. 2000-11-22 01:41:14 +00:00
lisp.sgml Fixups in content and markup for 7.0 release. 2000-05-02 20:02:03 +00:00
lobj.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
Makefile Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
manage-ag.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
manage.sgml initlocation must set env before postmaster start. 2000-10-08 19:44:01 +00:00
mvcc.sgml Correct error in description of AccessExclusiveLock mode 2000-10-11 18:29:52 +00:00
notation.sgml Fixups in content and markup for 7.0 release. 2000-05-02 20:02:03 +00:00
odbc.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
oper.sgml Adjust INET/CIDR display conventions and reimplement some INET/CIDR 2000-11-10 20:13:27 +00:00
page.sgml Move contrib/odbc/odbc.sql together with odbc driver, remove old files; 2000-09-18 20:11:37 +00:00
plan.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
plperl.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
plsql.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
pltcl.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
populate.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
postgres.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
problems.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
programmer.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
protocol.sgml pg_hba.conf mention fix. 2000-10-11 01:24:01 +00:00
query.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
recovery.sgml Add id field to chapter and book tags to allow output file names 1998-07-29 06:50:04 +00:00
refentry.sgml Accumulated fixups. 2000-03-30 22:22:41 +00:00
reference.ced Include Emacs DocBook DTD description file. May allow Emacs to understand 1998-12-18 16:10:00 +00:00
reference.sgml Repair markup 2000-11-25 13:20:05 +00:00
regress.sgml Tweak resultmap documentation, add to README too. 2000-11-22 00:58:47 +00:00
release.sgml Add new 7.0.3 item to all places. 2000-11-12 14:26:48 +00:00
rules.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
runtime.sgml Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; 2000-11-25 20:33:54 +00:00
sources.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
spi.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
sql.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
standalone-install.sgml Update installation instructions to new realities. Combined into one file. 2000-07-21 00:44:13 +00:00
start.sgml UUNET is looking into offering PostgreSQL as a part of a managed web 2000-11-13 15:18:15 +00:00
storage.sgml Add id field to chapter and book tags to allow output file names 1998-07-29 06:50:04 +00:00
syntax.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
trigger.sgml Revise handling of oldstyle/newstyle functions per recent discussions 2000-11-20 20:36:57 +00:00
tutorial.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
typeconv.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
user-manag.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
user.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
version.sgml Revive Reference Manual, remove reference pages from User's Guide. 2000-11-24 17:44:22 +00:00
xaggr.sgml Minor updates/corrections for CREATE/DROP FUNCTION/AGGREGATE/OPERATOR. 2000-10-23 00:46:07 +00:00
xfunc.sgml Revise handling of oldstyle/newstyle functions per recent discussions 2000-11-20 20:36:57 +00:00
xindex.sgml Minor markup changes. Refer to (".../catalog") in the emacs hints. 2000-03-31 03:27:42 +00:00
xoper.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
xplang.sgml more procedural doc cleanup 2000-11-04 21:06:37 +00:00
xtypes.sgml Add id' attributes to all chapter' and `sect1' tags, to generate useful 2000-09-29 20:21:34 +00:00
y2k.sgml Fixups in content and markup for 7.0 release. 2000-05-02 20:02:03 +00:00