summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2002-06-19Split list of SQL99 features into "Supported" and "Unsupported" lists.Thomas G. Lockhart
2002-06-17Simplify optional WITH handling in CREATE USER, ALTER USER, CREATEBruce Momjian
2002-06-16Remove KSQO from GUC and move file to _deadcode.Bruce Momjian
2002-06-15Ooops, fix busted markup.Tom Lane
2002-06-15Add a little more material to the new section about evaluation order.Tom Lane
2002-06-15Patch for current_schemas to optionally include implicit ...Bruce Momjian
2002-06-15Update LOG_PID to mention it doesn't control syslog.Bruce Momjian
2002-06-15The normal operation of our servers is to have tcpip_sockets enabled,Bruce Momjian
2002-06-15On Wed, 2002-05-29 at 01:41, Tom Lane wrote:Bruce Momjian
2002-06-15Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard.Thomas G. Lockhart
2002-06-15Add NetBSD/MIPS as a supported platform.Thomas G. Lockhart
2002-06-15Make encryption of stored passwords the default, as discussed months ago.Bruce Momjian
2002-06-13Update for new SGML file.Bruce Momjian
2002-06-13Move disk usage section into its own section.Bruce Momjian
2002-06-13Add section on showing disk usage.Bruce Momjian
2002-06-11Fix markup typo.Thomas G. Lockhart
2002-06-11Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart
2002-06-11Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart
2002-06-03The attached patch fixes a typo in the documentation for SETBruce Momjian
2002-06-02Remove mention of timestamp() in SGML docs; doesn't exist anymore.Bruce Momjian
2002-06-01Add section explaining unspecified expression evaluation order.Peter Eisentraut
2002-06-01Indent verbatim environments.Peter Eisentraut
2002-05-30Improve manual's discussion of locking and MVCC.Tom Lane
2002-05-29Add a note about the interpretation of amcanmulticol and amindexnulls:Tom Lane
2002-05-22Add optional "validator" function to languages that can validate thePeter Eisentraut
2002-05-18Revise command completion tags as per hackers message on 20 March.Peter Eisentraut
2002-05-18Allow functions to be executed with the privileges of the function owner.Peter Eisentraut
2002-05-17Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-14Fix obsolete statement about permissions on COPY ref page, and confusionTom Lane
2002-05-14Make regression tests locale-proof by setting some locale categoriesPeter Eisentraut
2002-05-13AVG probably shouldn't be upper case here, consideringTom Lane
2002-05-13Make operators have their own comments separate from those of theTom Lane
2002-05-11Update for additional options in CREATE OPERATOR.Tom Lane
2002-05-10First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane
2002-05-09Make initdb print a message about which locale it is about to use.Peter Eisentraut
2002-05-06Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATIONTom Lane
2002-05-03Remove the last traces of datatypes datetime and timespan.Tom Lane
2002-04-30Clean up loose ends remaining from schema privileges discussion.Tom Lane
2002-04-29Enforce EXECUTE privilege for aggregate functions.Tom Lane
2002-04-26Add current_schema() and current_schemas() inquiry functions.Tom Lane
2002-04-25Add a reference page for CREATE SCHEMA.Tom Lane
2002-04-25Updates for schema features.Tom Lane
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2002-04-24Add missing SGML file.Bruce Momjian
2002-04-24Here's a doc patch for ALTER TRIGGER RENAME. Please apply if there areBruce Momjian
2002-04-24Oops, wrong commit on previous. It was:Bruce Momjian
2002-04-24Appears I forgot to update the docs earlier.Bruce Momjian
2002-04-23Update SQL-command reference pages for schema features.Tom Lane
2002-04-22Update GRANT example and discussion to match current sources.Tom Lane