postgresql/doc/src/sgml
Tom Lane efcaf1e868 Some mop-up work for savepoints (nested transactions). Store a small
number of active subtransaction XIDs in each backend's PGPROC entry,
and use this to avoid expensive probes into pg_subtrans during
TransactionIdIsInProgress.  Extend EOXactCallback API to allow add-on
modules to get control at subxact start/end.  (This is deliberately
not compatible with the former API, since any uses of that API probably
need manual review anyway.)  Add basic reference documentation for
SAVEPOINT and related commands.  Minor other cleanups to check off some
of the open issues for subtransactions.
Alvaro Herrera and Tom Lane.
2004-08-01 17:32:22 +00:00
..
ref Some mop-up work for savepoints (nested transactions). Store a small 2004-08-01 17:32:22 +00:00
advanced.sgml Some mop-up work for savepoints (nested transactions). Store a small 2004-08-01 17:32:22 +00:00
arch-dev.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
array.sgml Some preliminary documentation for composite-type stuff. 2004-06-07 04:04:47 +00:00
backup.sgml Improvements to the backup & restore documentation. 2004-04-22 07:02:36 +00:00
biblio.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
bki.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
catalogs.sgml Fix misspellings: langauge -> language. 2004-07-04 23:34:24 +00:00
charset.sgml Improve the locale and character set docs, add some <xref>s pointing 2004-03-23 02:47:35 +00:00
client-auth.sgml Replace the virtual_host and tcpip_socket parameters with a unified 2004-03-23 01:23:48 +00:00
contacts.sgml Update Thomas Lockhart's email address to lockhart@fourpalms.org. 2002-01-08 20:03:58 +00:00
cvs.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
datatype.sgml Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
datetime.sgml Back out tutorial changes: 2004-03-31 16:20:53 +00:00
ddl.sgml Improve discussion of using OIDs for identifying rows, fix an instance of 2004-03-07 04:31:01 +00:00
dfunc.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
diskusage.sgml Rename the built-in tablespaces to pg_default and pg_global, and prohibit 2004-06-21 04:06:07 +00:00
dml.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
docguide.sgml Minor SGML markup improvements. 2004-02-17 02:53:03 +00:00
ecpg.sgml Fixed docs to clearly note that ecpg is originally a C precompiler and C++ stuff is not 100%. 2003-12-26 20:00:00 +00:00
errcodes.sgml Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax 2004-07-31 23:04:58 +00:00
extend.sgml Some preliminary documentation for composite-type stuff. 2004-06-07 04:04:47 +00:00
features.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
filelist.sgml Some preliminary documentation for composite-type stuff. 2004-06-07 04:04:47 +00:00
fixrtf Add option --refentry to change \keepn (keep with next paragraph) to 2001-04-20 15:50:25 +00:00
func.sgml Add has_tablespace_privilege(). 2004-07-12 20:23:59 +00:00
geqo.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
gist.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
history.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
indexcost.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
indices.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
info.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
information_schema.sgml Correct erroneous table title, per Halley Pacheco de Oliveira. 2004-06-13 17:51:08 +00:00
install-win32.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
installation.sgml Add pgevent, with docs explaining out to install it on Win32. 2004-06-20 01:32:49 +00:00
intro.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
keywords.sgml Add ALSO keyword to CREATE RULE. 2004-03-09 05:05:41 +00:00
legal.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
libpq.sgml Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter. 2004-06-08 13:49:23 +00:00
lobj.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
maintenance.sgml log_destination should only be PGC_SIGHUP, not PGC_POSTMASTER, as per 2004-07-24 19:51:23 +00:00
Makefile Remove blank line in Makefile. 2004-03-09 20:10:10 +00:00
manage-ag.sgml Rename the built-in tablespaces to pg_default and pg_global, and prohibit 2004-06-21 04:06:07 +00:00
mk_feature_tables.pl Add sql_features table to information schema. Generate the features list 2003-01-14 23:19:34 +00:00
monitoring.sgml More cross-reference work, other minor SGML fixes and improvements. 2004-03-26 03:18:28 +00:00
mvcc.sgml This patch makes some SGML markup more consistent and makes a small 2003-12-13 23:59:07 +00:00
nls.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
notation.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
page.sgml Invent WAL timelines, as per recent discussion, to make point-in-time 2004-07-21 22:31:26 +00:00
perform.sgml Add an index entry for "Performance Tips". Patch from Alvaro Herrera. 2004-05-27 01:00:40 +00:00
plhandler.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
plperl.sgml Please find enclosed a patch that matches the PL/Perl documentation 2004-07-21 20:44:52 +00:00
plpgsql.sgml Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax 2004-07-31 23:04:58 +00:00
plpython.sgml Add documentation for the new "dollar quoting" feature, and update existing 2004-05-16 23:22:08 +00:00
pltcl.sgml Add documentation for the new "dollar quoting" feature, and update existing 2004-05-16 23:22:08 +00:00
postgres.sgml Remove TCL docs. 2004-04-20 01:11:49 +00:00
problems.sgml Refer to GUC variables using <xref> tags rather than <varname> tags, 2004-03-09 16:57:47 +00:00
protocol.sgml When using extended-query protocol, postpone planning of unnamed statements 2004-06-11 01:09:22 +00:00
queries.sgml Add documentation for the new "dollar quoting" feature, and update existing 2004-05-16 23:22:08 +00:00
query.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
reference.ced Deprecate 'current' for date/time input. 2001-11-21 05:53:41 +00:00
reference.sgml Some mop-up work for savepoints (nested transactions). Store a small 2004-08-01 17:32:22 +00:00
regress.sgml Integrate src/timezone library for all platforms. There is more we can 2004-05-21 05:08:06 +00:00
release.sgml Minor release wording improvments. 2004-08-01 05:22:26 +00:00
rowtypes.sgml Support assignment to subfields of composite columns in UPDATE and INSERT. 2004-06-09 19:08:20 +00:00
rules.sgml Add documentation for the new "dollar quoting" feature, and update existing 2004-05-16 23:22:08 +00:00
runtime.sgml log_destination should only be PGC_SIGHUP, not PGC_POSTMASTER, as per 2004-07-24 19:51:23 +00:00
sources.sgml Fix typo. 2004-05-08 02:13:31 +00:00
spi.sgml Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
sql.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
standalone-install.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
start.sgml Comma splice police 2004-06-29 19:57:40 +00:00
stylesheet.css Override upstream DSSSL style sheet formatting changes 2004-06-29 20:44:34 +00:00
stylesheet.dsl Override upstream DSSSL style sheet formatting changes 2004-06-29 20:44:34 +00:00
stylesheet.xsl Some refinement of XSLT processing: The result now looks just about as good 2004-01-15 23:51:32 +00:00
syntax.sgml Represent type-specific length coercion functions as pg_cast entries, 2004-06-16 01:27:00 +00:00
trigger.sgml Add a few more cross-references where appropriate, add more text about 2004-03-03 22:22:24 +00:00
typeconv.sgml This patch makes some improvements and adds some additional detail 2003-12-14 00:10:32 +00:00
user-manag.sgml Add a few more <xref> tags to the SGML docs, where appropriate. Original 2004-02-17 09:07:16 +00:00
wal.sgml Refer to GUC variables using <xref> tags rather than <varname> tags, 2004-03-09 16:57:47 +00:00
xaggr.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
xfunc.sgml PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
xindex.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
xoper.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
xplang.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
xtypes.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00