postgresql/doc/src/sgml
Tom Lane 7c13781ee7 First phase of project to use fixed OIDs for all system catalogs and
indexes.  Extend the macros in include/catalog/*.h to carry the info
about hand-assigned OIDs, and adjust the genbki script and bootstrap
code to make the relations actually get those OIDs.  Remove the small
number of RelOid_pg_foo macros that we had in favor of a complete
set named like the catname.h and indexing.h macros.  Next phase will
get rid of internal use of names for looking up catalogs and indexes;
but this completes the changes forcing an initdb, so it looks like a
good place to commit.
Along the way, I made the shared relations (pg_database etc) not be
'bootstrap' relations any more, so as to reduce the number of hardwired
entries and simplify changing those relations in future.  I'm not
sure whether they ever really needed to be handled as bootstrap
relations, but it seems to work fine to not do so now.
2005-04-14 01:38:22 +00:00
..
ref Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can 2005-04-12 04:26:34 +00:00
advanced.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
arch-dev.sgml More minor updates and copy-editing. 2005-01-05 23:42:03 +00:00
array.sgml Document array behavior for out-of-range subscripts. 2005-02-06 20:59:30 +00:00
backup.sgml Add note about risks involved in replaying CREATE TABLESPACE commands 2005-03-23 19:38:53 +00:00
biblio.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
bki.sgml First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
catalogs.sgml Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can 2005-04-12 04:26:34 +00:00
charset.sgml Add a reference to the documentation on alternate index operator classes in 2005-03-17 00:22:24 +00:00
client-auth.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
contacts.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
cvs.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
datatype.sgml Make default_with_oids default to false -- user-created tables will now 2005-03-13 09:36:31 +00:00
datetime.sgml Last batch of updates in response to 7.4 interactive docs comments. 2005-01-09 18:58:10 +00:00
ddl.sgml Make default_with_oids default to false -- user-created tables will now 2005-03-13 09:36:31 +00:00
dfunc.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
diskusage.sgml Add some real documentation about TOAST (finally). Combine this with 2005-01-10 00:04:43 +00:00
dml.sgml Add link to INSERT in docs. 2005-03-17 20:24:34 +00:00
docguide.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
ecpg.sgml More < and > cleanups converted to ampersands. 2005-01-22 22:56:36 +00:00
errcodes.sgml More minor updates and copy-editing. 2005-01-06 01:49:24 +00:00
extend.sgml More updates and copy-editing. Rearrange order of sections a little bit 2004-12-30 03:13:56 +00:00
external-projects.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
features.sgml Update of conformance information to SQL:2003 2004-11-27 21:27:08 +00:00
filelist.sgml Add documentation on how statistics are used by the planner. 2005-02-27 00:49:28 +00:00
fixrtf Add option --refentry to change \keepn (keep with next paragraph) to 2001-04-20 15:50:25 +00:00
func.sgml Minor consistency improvement to the documentation on array functions. 2005-04-13 00:20:10 +00:00
geqo.sgml Fix broken markup. 2005-04-12 03:16:50 +00:00
gist.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
history.sgml Fix broken markup. 2005-04-12 03:16:50 +00:00
indexam.sgml First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
indices.sgml More < and > cleanups converted to ampersands. 2005-01-22 22:56:36 +00:00
info.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
information_schema.sgml More minor updates and copy-editing. 2004-12-28 22:47:15 +00:00
install-win32.sgml Move info about psql console code page issues out of install-win32.sgml, 2004-12-27 20:13:48 +00:00
installation.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
intro.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
keywords.sgml Update of conformance information to SQL:2003 2004-11-27 21:27:08 +00:00
legal.sgml Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
libpq.sgml Clarify PGPASSWORD usage: 2005-02-26 18:39:04 +00:00
lobj.sgml Add some real documentation about TOAST (finally). Combine this with 2005-01-10 00:04:43 +00:00
maintenance.sgml Add code to prevent transaction ID wraparound by enforcing a safe limit 2005-02-20 02:22:07 +00:00
Makefile Add some post-processing to the man page generation to fix up external/ 2005-01-04 21:03:30 +00:00
manage-ag.sgml Some more small improvements in response to 7.4 interactive docs comments. 2005-01-08 22:13:38 +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 minor updates and copy-editing. 2004-12-28 19:08:58 +00:00
mvcc.sgml Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking, 2005-03-24 00:03:26 +00:00
nls.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
notation.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
perform.sgml Improve EXPLAIN ANALYZE to show the time spent in each trigger when 2005-03-25 21:58:00 +00:00
planstats.sgml Fix mistakes in SGML markup. From David Fetter. 2005-03-14 06:49:48 +00:00
plhandler.sgml Change -> and <- to use proper ampersand markups. 2005-01-22 22:06:27 +00:00
plperl.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
plpgsql.sgml Allow plpgsql functions to omit RETURN command when the function returns 2005-04-07 14:53:04 +00:00
plpython.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
pltcl.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
postgres.sgml Add documentation on how statistics are used by the planner. 2005-02-27 00:49:28 +00:00
problems.sgml We don't put URL's in ulink's because the URL is always generated, but 2005-04-09 03:52:43 +00:00
protocol.sgml Add tools/find_gt_lt to find < and > in SGML source. 2005-01-23 00:30:59 +00:00
queries.sgml More < and > cleanups converted to ampersands. 2005-01-22 22:56:36 +00:00
query.sgml Make the behavior of HAVING without GROUP BY conform to the SQL spec. 2005-03-10 23:21:26 +00:00
reference.ced Deprecate 'current' for date/time input. 2001-11-21 05:53:41 +00:00
reference.sgml Seems it would be nice if the ALTER INDEX ref page were actually 2004-08-21 16:16:04 +00:00
regress.sgml Add a note that regression test row ordering differences can be caused 2005-03-07 02:00:28 +00:00
release.sgml Update and copy-edit release notes for 8.0.2. 2005-04-07 19:04:13 +00:00
rowtypes.sgml More < and > cleanups converted to ampersands. 2005-01-22 22:56:36 +00:00
rules.sgml We haven't had a fixed limit on rule recursion depth since 7.3 ... 2005-01-29 23:45:36 +00:00
runtime.sgml Change the default setting of "add_missing_from" to false. This has been 2005-04-08 00:59:59 +00:00
sources.sgml Spell checker run 2004-12-13 18:05:10 +00:00
spi.sgml Add SPI_getnspname(), including documentation. 2005-03-29 02:53:53 +00:00
sql.sgml Updates to the bibliography. Patch from Michael Fuhr. 2005-02-21 02:21:03 +00:00
standalone-install.sgml $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
start.sgml Some small docs improvements motivated by reading the comments for the 2005-01-08 01:44:08 +00:00
storage.sgml Minor documentation tweak. 2005-04-07 03:31:42 +00:00
stylesheet-hh.xsl Add htmlhelp stylesheet and build target. 2004-11-23 16:27:59 +00:00
stylesheet.css Override upstream DSSSL style sheet formatting changes 2004-06-29 20:44:34 +00:00
stylesheet.dsl Add character set declaration to HTML files, so they have a chance to 2004-11-10 23:01:47 +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 A small pass of docs review and copy-editing. 2004-12-23 05:37:40 +00:00
trigger.sgml Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
typeconv.sgml More minor updates and copy-editing. 2004-12-23 23:07:38 +00:00
user-manag.sgml Update and copy-edit description of privileges. 2005-03-25 16:38:58 +00:00
wal.sgml Replace "--" and "---" with "&mdash;" as appropriate, for better-looking 2004-11-15 06:32:15 +00:00
xaggr.sgml Fix typo. 2005-03-30 02:08:39 +00:00
xfunc.sgml First phase of OUT-parameters project. We can now define and use SQL 2005-03-31 22:46:33 +00:00
xindex.sgml Write some real documentation about the index access method API. 2005-02-13 03:04:15 +00:00
xoper.sgml Add tools/find_gt_lt to find < and > in SGML source. 2005-01-23 00:30:59 +00:00
xplang.sgml More minor updates and copy-editing. 2004-12-30 21:45:37 +00:00
xtypes.sgml Add some real documentation about TOAST (finally). Combine this with 2005-01-10 00:04:43 +00:00