summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2002-10-21Move odbc.sgml to gborg ODBC project.Bruce Momjian
2002-10-21Small update for the removal of some memory leaks in plpython SGML example.Bruce Momjian
Nigel J. Andrews
2002-10-21Improve ECPG documentation.Peter Eisentraut
2002-10-21Since ANY is a reserved word, better suggest that ANY be quoted whenTom Lane
used for the input type of an aggregate.
2002-10-21Fix documented sizes of geometric types.Tom Lane
2002-10-21Fix example of doing a restore.Tom Lane
2002-10-21Updates from Ian Barwick.Bruce Momjian
2002-10-20Remove trailing blanks in cvs.sgml.Bruce Momjian
2002-10-20Update description of numeric constants to match 7.3 reality.Tom Lane
Miscellaneous other copy-editing.
2002-10-20Update char/varchar()/text/bytea to mention they have similar performanceBruce Momjian
characteristics.
2002-10-20Update Japanese FAQ, from Jun Kuwamura.Bruce Momjian
2002-10-20Add warning that autocommit=off is not well-supported yet.Tom Lane
2002-10-20Move BeOS and QNX4 to unsupported-platform list, until someone caresTom Lane
to expend the effort to update them for new semaphore code.
2002-10-19Fix inconsistent formatting.Tom Lane
2002-10-19Fix incomplete definition of ALTER TABLE ADD/DROP CONSTRAINT syntax.Tom Lane
Add some verbiage about recent tweaks to behavior of ADD and DROP COLUMN when there are descendant tables.
2002-10-19Fix rewrite code so that rules are in fact executed in order by name,Tom Lane
rather than being reordered according to INSTEAD attribute for implementation convenience. Also, increase compiled-in recursion depth limit from 10 to 100 rewrite cycles. 10 seems pretty marginal for situations where multiple rules exist for the same query. There was a complaint about this recently, so I'm going to bump it up. (Perhaps we should make the limit a GUC parameter, but that's too close to being a new feature to do in beta.)
2002-10-19Fix psql's \copy to accept table names containing schemas, as well asTom Lane
a column list. Bring its parsing of quoted names and quoted strings somewhat up to speed --- I believe it now handles all non-error cases the same way the backend would, but weird boundary conditions are not necessarily done the same way.
2002-10-18Improve discussion of FOR UPDATE.Tom Lane
2002-10-17Update for tables returning function, item 5.3, from Joe Conway.Bruce Momjian
2002-10-16Put the disk information all in one chapter.Peter Eisentraut
2002-10-14Adjust handling of command status strings in the presence of rules,Tom Lane
as per recent pghackers discussions. initdb forced due to change in fields of stored Query nodes.
2002-10-14- Link the entries in the table to the catalog headingBruce Momjian
- Wrap them in the <database class="table"> tags, since thats what they are (no markup rules for this, so it inherits from parent -- no style change) - Mention that pg_database, pg_shadow, and pg_group are global, and the rest are local to the specific DB. (I believe this is correct). > Works for me, though I suppose we could explain what the exceptions are > like in general terms. Perhaps something like > > 'Most system catalogs are copied from the template database during > database creation, and are thereafter database-specific. A few > catalogs are physically shared across all databases in an installation; > these are marked in the descriptions of the individual catalogs.' Ok, new patch. Rod Taylor
2002-10-14Improvements to Ian Barwick patch.Bruce Momjian
2002-10-14FAQ updates from Ian Barwick.Bruce Momjian
2002-10-13Make SET really not start a transaction.Tom Lane
2002-10-12Compute version number for docs on the fly.Peter Eisentraut
2002-10-12Handle indentation of verbatim environments in HTML output via CSS.Peter Eisentraut
2002-10-12Fix linking problem.Peter Eisentraut
2002-10-12Replace &version; by appropriate version.Peter Eisentraut
2002-10-11Assorted reference page updatesPeter Eisentraut
2002-10-11Update FAQ.Bruce Momjian
2002-10-11Update Russian FAQ.Bruce Momjian
2002-10-11Add replication, encryption, and cross database FAQ items.Bruce Momjian
2002-10-11Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian
2002-10-10Update IN/EXISTS item.Bruce Momjian
2002-10-09set.patch updates an example in ref/set.sgml to have microsecondBruce Momjian
precision. vacuum.patch updates ref/vacuum.sgml to explicitly state that an exclusive lock is not obtained during normal (non-FULL) vacuum. Rod Taylor
2002-10-09Have SET not start transaction when autocommit off, with doc updates.Bruce Momjian
2002-10-05Fix markup error.Bruce Momjian
2002-10-05Add more documentation about CURRENT_TIMESTAMP.Bruce Momjian
Also, code < and > as &lt;/&gt; for cleaner SGML.
2002-10-04Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeksTom Lane
ago.
2002-10-04Require superuser privilege to create a binary-compatible cast, perTom Lane
discussion some weeks ago. Also, add a check that two types to be binary-equivalenced match as to typlen, typbyval, and typalign; if they don't then it's surely a mistake to equivalence them.
2002-10-03Add wording so people know PANIC is really "off" for log_min_error_statement.Bruce Momjian
2002-10-02Re-enable pg_resetxlog to accept -l values in hexadecimal (it used toTom Lane
be able to do that, but the ability seems to have got lost in the shuffle). Add a -o nextOID switch for completeness. Improve the documentation to explain how and why to use these switches.
2002-10-02Turn GUC log_min_error_statement off by default by setting it to PANIC.Bruce Momjian
2002-10-01Applied doc patch to jdbc doc which documents support for datasourcesBarry Lind
patch submitted by ammulder@alumni.princeton.edu Modified Files: jdbc.sgml
2002-10-01Update FAQ for 7.2.3 version.Bruce Momjian
2002-10-01Update HISTORY/release.sgml for 7.2.3.Bruce Momjian
2002-09-27Simplify SSL certificate instructions.Bruce Momjian
2002-09-26Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian
2002-09-25Enhance the description of user and database management. Reduce thePeter Eisentraut
number of forward references in the admin guide.