You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
21 years ago
..
ref
Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can
21 years ago
Makefile
Add some post-processing to the man page generation to fix up external/
21 years ago
advanced.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
arch-dev.sgml
More minor updates and copy-editing.
21 years ago
array.sgml
Document array behavior for out-of-range subscripts.
21 years ago
backup.sgml
Add note about risks involved in replaying CREATE TABLESPACE commands
21 years ago
biblio.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
bki.sgml
First phase of project to use fixed OIDs for all system catalogs and
21 years ago
catalogs.sgml
Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can
21 years ago
charset.sgml
Add a reference to the documentation on alternate index operator classes in
21 years ago
client-auth.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
contacts.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
cvs.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
datatype.sgml
Make default_with_oids default to false -- user-created tables will now
21 years ago
datetime.sgml
Last batch of updates in response to 7.4 interactive docs comments.
21 years ago
ddl.sgml
Make default_with_oids default to false -- user-created tables will now
21 years ago
dfunc.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
diskusage.sgml
Add some real documentation about TOAST (finally). Combine this with
21 years ago
dml.sgml
Add link to INSERT in docs.
21 years ago
docguide.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
ecpg.sgml
More < and > cleanups converted to ampersands.
21 years ago
errcodes.sgml
More minor updates and copy-editing.
21 years ago
extend.sgml
More updates and copy-editing. Rearrange order of sections a little bit
21 years ago
external-projects.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
features.sgml
Update of conformance information to SQL:2003
21 years ago
filelist.sgml
Add documentation on how statistics are used by the planner.
21 years ago
fixrtf
…
func.sgml
Minor consistency improvement to the documentation on array functions.
21 years ago
geqo.sgml
Fix broken markup.
21 years ago
gist.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
history.sgml
Fix broken markup.
21 years ago
indexam.sgml
First steps towards index scans with heap access decoupled from index
21 years ago
indices.sgml
More < and > cleanups converted to ampersands.
21 years ago
info.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
information_schema.sgml
More minor updates and copy-editing.
21 years ago
install-win32.sgml
Move info about psql console code page issues out of install-win32.sgml,
21 years ago
installation.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
intro.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
keywords.sgml
Update of conformance information to SQL:2003
21 years ago
legal.sgml
Tag appropriate files for rc3
21 years ago
libpq.sgml
Clarify PGPASSWORD usage:
21 years ago
lobj.sgml
Add some real documentation about TOAST (finally). Combine this with
21 years ago
maintenance.sgml
Add code to prevent transaction ID wraparound by enforcing a safe limit
21 years ago
manage-ag.sgml
Some more small improvements in response to 7.4 interactive docs comments.
21 years ago
mk_feature_tables.pl
…
monitoring.sgml
More minor updates and copy-editing.
21 years ago
mvcc.sgml
Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking,
21 years ago
nls.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
notation.sgml
…
perform.sgml
Improve EXPLAIN ANALYZE to show the time spent in each trigger when
21 years ago
planstats.sgml
Fix mistakes in SGML markup. From David Fetter.
21 years ago
plhandler.sgml
Change -> and <- to use proper ampersand markups.
21 years ago
plperl.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
plpgsql.sgml
Allow plpgsql functions to omit RETURN command when the function returns
21 years ago
plpython.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
pltcl.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
postgres.sgml
Add documentation on how statistics are used by the planner.
21 years ago
problems.sgml
We don't put URL's in ulink's because the URL is always generated, but
21 years ago
protocol.sgml
Add tools/find_gt_lt to find < and > in SGML source.
21 years ago
queries.sgml
More < and > cleanups converted to ampersands.
21 years ago
query.sgml
Make the behavior of HAVING without GROUP BY conform to the SQL spec.
21 years ago
reference.ced
…
reference.sgml
…
regress.sgml
Add a note that regression test row ordering differences can be caused
21 years ago
release.sgml
Update and copy-edit release notes for 8.0.2.
21 years ago
rowtypes.sgml
More < and > cleanups converted to ampersands.
21 years ago
rules.sgml
We haven't had a fixed limit on rule recursion depth since 7.3 ...
21 years ago
runtime.sgml
Change the default setting of "add_missing_from" to false. This has been
21 years ago
sources.sgml
Spell checker run
21 years ago
spi.sgml
Add SPI_getnspname(), including documentation.
21 years ago
sql.sgml
Updates to the bibliography. Patch from Michael Fuhr.
21 years ago
standalone-install.sgml
…
start.sgml
Some small docs improvements motivated by reading the comments for the
21 years ago
storage.sgml
Minor documentation tweak.
21 years ago
stylesheet-hh.xsl
Add htmlhelp stylesheet and build target.
21 years ago
stylesheet.css
…
stylesheet.dsl
Add character set declaration to HTML files, so they have a chance to
21 years ago
stylesheet.xsl
…
syntax.sgml
A small pass of docs review and copy-editing.
21 years ago
trigger.sgml
Convert oidvector and int2vector into variable-length arrays. This
21 years ago
typeconv.sgml
More minor updates and copy-editing.
21 years ago
user-manag.sgml
Update and copy-edit description of privileges.
21 years ago
wal.sgml
Replace "--" and "---" with "—" as appropriate, for better-looking
21 years ago
xaggr.sgml
Fix typo.
21 years ago
xfunc.sgml
First phase of OUT-parameters project. We can now define and use SQL
21 years ago
xindex.sgml
Write some real documentation about the index access method API.
21 years ago
xoper.sgml
Add tools/find_gt_lt to find < and > in SGML source.
21 years ago
xplang.sgml
More minor updates and copy-editing.
21 years ago
xtypes.sgml
Add some real documentation about TOAST (finally). Combine this with
21 years ago