Commit Graph

1616 Commits (2912fd45d1f143cf00b8ac5d4c93d5e4ebf2b51e)

Author SHA1 Message Date
Bruce Momjian 2912fd45d1 This patch updates the CREATE LANGUAGE & pg_language docs for the 7.3 24 years ago
Thomas G. Lockhart 17ce9a0a1e Split list of SQL99 features into "Supported" and "Unsupported" lists. 24 years ago
Bruce Momjian f91ee129a7 Simplify optional WITH handling in CREATE USER, ALTER USER, CREATE 24 years ago
Bruce Momjian 0dbfea39f3 Remove KSQO from GUC and move file to _deadcode. 24 years ago
Tom Lane 62d4526114 Ooops, fix busted markup. 24 years ago
Tom Lane 2da3742cf5 Add a little more material to the new section about evaluation order. 24 years ago
Bruce Momjian eb1ad5b4b5 Patch for current_schemas to optionally include implicit ... 24 years ago
Bruce Momjian 82b14b62ca Update LOG_PID to mention it doesn't control syslog. 24 years ago
Bruce Momjian 7882179994 The normal operation of our servers is to have tcpip_sockets enabled, 24 years ago
Bruce Momjian eeb1dd5068 On Wed, 2002-05-29 at 01:41, Tom Lane wrote: 24 years ago
Thomas G. Lockhart 133df7ce70 Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard. 24 years ago
Thomas G. Lockhart e62660080c Add NetBSD/MIPS as a supported platform. 24 years ago
Bruce Momjian 63a354c4bb Make encryption of stored passwords the default, as discussed months ago. 24 years ago
Bruce Momjian 9310caf589 Update for new SGML file. 24 years ago
Bruce Momjian 2d237c7c18 Move disk usage section into its own section. 24 years ago
Bruce Momjian 5612949ff8 Add section on showing disk usage. 24 years ago
Thomas G. Lockhart 062d8b9ebd Fix markup typo. 24 years ago
Thomas G. Lockhart ea01a451cc Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 24 years ago
Thomas G. Lockhart 090dd22de6 Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 24 years ago
Bruce Momjian e301b855d1 The attached patch fixes a typo in the documentation for SET 24 years ago
Bruce Momjian 85af3be5e2 Remove mention of timestamp() in SGML docs; doesn't exist anymore. 24 years ago
Peter Eisentraut bf886d5baf Add section explaining unspecified expression evaluation order. 24 years ago
Peter Eisentraut 1731048c12 Indent verbatim environments. 24 years ago
Tom Lane 606db06f83 Improve manual's discussion of locking and MVCC. 24 years ago
Tom Lane 970ff81e2f Add a note about the interpretation of amcanmulticol and amindexnulls: 24 years ago
Peter Eisentraut d60f10b0e7 Add optional "validator" function to languages that can validate the 24 years ago
Peter Eisentraut 2c50f6344b Revise command completion tags as per hackers message on 20 March. 24 years ago
Peter Eisentraut e8ac187c68 Allow functions to be executed with the privileges of the function owner. 24 years ago
Peter Eisentraut 94bdc4855c Extend syntax of CREATE FUNCTION to resemble SQL99. 24 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 24 years ago
Tom Lane fa613fa1ea Fix obsolete statement about permissions on COPY ref page, and confusion 24 years ago
Peter Eisentraut 5c4e5aa3ff Make regression tests locale-proof by setting some locale categories 24 years ago
Tom Lane c5741a448e AVG probably shouldn't be upper case here, considering 24 years ago
Tom Lane f69bc37be8 Make operators have their own comments separate from those of the 24 years ago
Tom Lane 71009354c8 Update for additional options in CREATE OPERATOR. 24 years ago
Tom Lane 9f0ae0c820 First pass at schema-fying pg_dump/pg_restore. Much to do still, 24 years ago
Peter Eisentraut 1944bff1d6 Make initdb print a message about which locale it is about to use. 24 years ago
Tom Lane 2822788993 Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION 24 years ago
Tom Lane 8338cc03a8 Remove the last traces of datatypes datetime and timespan. 24 years ago
Tom Lane e4f06dc12e Clean up loose ends remaining from schema privileges discussion. 24 years ago
Tom Lane 857661ba2e Enforce EXECUTE privilege for aggregate functions. 24 years ago
Tom Lane a309032d2f Add current_schema() and current_schemas() inquiry functions. 24 years ago
Tom Lane d9375ad564 Add a reference page for CREATE SCHEMA. 24 years ago
Tom Lane e358a61d76 Updates for schema features. 24 years ago
Tom Lane 52200befd0 Implement types regprocedure, regoper, regoperator, regclass, regtype 24 years ago
Bruce Momjian f20d467e6b Add missing SGML file. 24 years ago
Bruce Momjian a02f83426b Here's a doc patch for ALTER TRIGGER RENAME. Please apply if there are 24 years ago
Bruce Momjian 19b31e0713 Oops, wrong commit on previous. It was: 24 years ago
Bruce Momjian 9fcc1159be Appears I forgot to update the docs earlier. 24 years ago
Tom Lane 0c1fe3d2b9 Update SQL-command reference pages for schema features. 24 years ago