summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2002-07-30Would it be wise to have the plsql.sgml file renamed to plpgsql.sgml?Bruce Momjian
2002-07-30Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane
2002-07-30IMPROVED VERSION APPLIED:Bruce Momjian
2002-07-30Here are two patches. The guc_and_tablefunc patch addresses the twoBruce Momjian
2002-07-30Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finallyTom Lane
2002-07-29Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane
2002-07-28Structure reference pages consistently. Document that structure.Peter Eisentraut
2002-07-24Remove unused system table columns:Peter Eisentraut
2002-07-24Add pg_conversion system catalog. Update description for multibyte support.Tatsuo Ishii
2002-07-22Add unique index on pg_cast.oid, and document pg_cast table.Peter Eisentraut
2002-07-22Fix typo.Tatsuo Ishii
2002-07-22Add CREATE CONVERSION/DROP CONVERSOION reference manualTatsuo Ishii
2002-07-20Code review for SHOW output changes; fix horology expected files forTom Lane
2002-07-19Make note that ALTER TABLE can change table owner these days.Tom Lane
2002-07-18pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut
2002-07-18Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane
2002-07-18Fix copy-and-pasteo (CASCADE/RESTRICT in wrong place).Tom Lane
2002-07-18Here (finally ;-)) is a doc patch covering the Table Function C API. ItBruce Momjian
2002-07-18The attached patch (against HEAD) implementsBruce Momjian
2002-07-16Add more dependency insertions --- this completes the basic pg_dependTom Lane
2002-07-16> pgsql-bugs@postgresql.org wrote:Bruce Momjian
2002-07-16Add mention of TOAST storage for character columns.Bruce Momjian
2002-07-16Mark 'line' as 'not implemented' in SGML and psql \dT, per ThomasBruce Momjian
2002-07-16This fixes 2 inaccuracies in the recently added SQL99 feature list docs.Bruce Momjian
2002-07-15Fix \? and \pset pager handling. \? wasn't honoring pager before.Bruce Momjian
2002-07-14Remove no-longer-appropriate notes about lack of CASCADE/RESTRICT behavior.Tom Lane
2002-07-13Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian
2002-07-13Re-add -I documentation, per Tom.Bruce Momjian
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-07-10Fix pg_restore flags in documentation.Bruce Momjian
2002-07-05Don't document that UNDO is certain to be added in the future.Bruce Momjian
2002-07-05Add explanation of the various *_min_messages elog() values.Bruce Momjian
2002-07-05Fix capitalization.Bruce Momjian
2002-07-04Move INTERSECT DISTINCT to the supported category. Error in docs.Thomas G. Lockhart
2002-07-04Document function args are required for pg_restore -P.Bruce Momjian
2002-06-24plpgsql's PERFORM statement now sets FOUND depending on whether anyTom Lane
2002-06-24Document quote_ident and quote_literal in the main list of string functions,Tom Lane
2002-06-23Rename command to reindexdb, for consistency.Bruce Momjian
2002-06-23Mention REINDEX can be used for disk space reclaimation too.Bruce Momjian
2002-06-23Handle mixed-case names in reindex script.Bruce Momjian
2002-06-22uint -> uint32, portability.Bruce Momjian
2002-06-22Implement SQL99 CREATE CAST and DROP CAST statements.Thomas G. Lockhart
2002-06-21Mention dbsize in database sizing manual section.Bruce Momjian
2002-06-21Mention "PostgreSQL"'s hashes as slower/similar to btree.Bruce Momjian
2002-06-21Update hash warning in manual.Bruce Momjian
2002-06-21Document problems with hash indexes compared to btree.Bruce Momjian
2002-06-20Add new documentation on page format.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20> Here's the first doc patch for SRFs. The patch covers generalBruce Momjian
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian