Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-09 | Apply proper sql.sgml change. | Bruce Momjian | |
2001-01-09 | Attached is a doc patch for doc/src/sgml/sql.sgml. | Bruce Momjian | |
It adds information about SQL JOIN that is implemented in 7.1. -- -------- Robert B. Easter | |||
2001-01-09 | A patch for doc/src/sgml/plsql.sgml to add a little more info about PL/pgSQL | Bruce Momjian | |
EXECUTE. -- -------- Robert B. Easter | |||
2001-01-09 | Approaching the current documentation from a position of ignorance, I | Bruce Momjian | |
find it ambiguous. I propose something along the lines of the following patch to clarify it. Thanks. (Alternatively, perhaps the code could maintain a count of nested calls to SPI_connect/SPI_finish. But I didn't try to write that patch.) Ian Lance Taylor | |||
2001-01-08 | Document the system attributes ctid and tableoid, which for some reason | Tom Lane | |
were never yet mentioned anywhere in our documentation. Improve explanations of the other system attributes, too. | |||
2001-01-08 | Document that we don't support ORDER BY with general expressions on | Tom Lane | |
the output of UNION/INTERSECT/EXCEPT. | |||
2001-01-08 | Add rudimentary section about controlling kernel's file and process limits. | Peter Eisentraut | |
2001-01-06 | Simplify rules to build man pages so they run a lot faster and create less | Peter Eisentraut | |
noise. | |||
2001-01-06 | EXECUTE documentation, from "Robert B. Easter" <reaster@comptechnews.com>. | Peter Eisentraut | |
I threw in spell check run over the whole file. | |||
2001-01-06 | Update section on SQL syntax. (Still a lot to be done though.) Add | Peter Eisentraut | |
appendix with comprehensive list of key words. | |||
2001-01-06 | Bring CREATE RULE reference page into some semblance of agreement with | Tom Lane | |
what's actually implemented. | |||
2001-01-05 | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane | |
and revert documentation to describe the existing INHERITS clause instead, per recent discussion in pghackers. Also fix implementation of SQL_inheritance SET variable: it is not cool to look at this var during the initial parsing phase, only during parse_analyze(). See recent bug report concerning misinterpretation of date constants just after a SET TIMEZONE command. gram.y really has to be an invariant transformation of the query string to a raw parsetree; anything that can vary with time must be done during parse analysis. | |||
2001-01-03 | New file format for COPY BINARY, in accordance with pghackers discussions | Tom Lane | |
of early December 2000. COPY BINARY is now TOAST-safe. | |||
2001-01-02 | Document tuple ordering differences as a possible cause of | Tom Lane | |
regression test 'failures'. | |||
2000-12-30 | Correct UNDER syntax. | Peter Eisentraut | |
2000-12-30 | Correct UNDER syntax. | Peter Eisentraut | |
2000-12-30 | Refinements | Peter Eisentraut | |
2000-12-30 | Add mention of sysctl(8) for IPC tuning on Linux. | Peter Eisentraut | |
2000-12-28 | Correct erroneous documentation of PQsetnonblocking(). | Tom Lane | |
2000-12-26 | Add id attribute to sect1 tag. | Peter Eisentraut | |
2000-12-26 | Fix some cross reference links. | Peter Eisentraut | |
2000-12-25 | Refine some things to create better looking man pages. | Peter Eisentraut | |
2000-12-23 | Some of the stuff documented here hasn't existed since Postgres95. | Peter Eisentraut | |
2000-12-23 | Remove unused file (the information is already contained elsewhere). | Peter Eisentraut | |
2000-12-22 | Make use of <email> tag for marking up email addresses. | Peter Eisentraut | |
2000-12-22 | Avoid using the terms 'installation', 'site', or 'instance' when referring | Peter Eisentraut | |
to the thing you get from running initdb. That's called a database cluster (per SQL). | |||
2000-12-22 | Replace incorrect uses of 'which' with 'that'. (so-called "wicked which") | Peter Eisentraut | |
2000-12-22 | Fix broken markup. | Tom Lane | |
2000-12-22 | Change default output formatting for CIDR to be unabbreviated, per | Tom Lane | |
recommendation from Paul Vixie. Add a new abbrev() function to produce abbreviated format as text. No forced initdb, but new function is not available unless you do an initdb or add the pg_proc row manually. | |||
2000-12-21 | Get rid of the little "v"s in front of version numbers, substituting the | Peter Eisentraut | |
full word "version" where appropriate. | |||
2000-12-21 | Updates | Peter Eisentraut | |
2000-12-21 | >openssl req -new -text -out cert.req (you will have to enter a password) | Bruce Momjian | |
>mv privkey.pem cert.pem.pw >openssl rsa -in cert.pem.pw -out cert.pem (this removes the password) >openssl req -x509 -in cert.req -text -key cert.pem -out cert.cert then cp cert.pem $PGDATA/server.key cp cert.cert $PGDATA/server.crt Thank you; this works. Oliver Elphick | |||
2000-12-21 | responce->response | Bruce Momjian | |
Alfred Perlstein | |||
2000-12-20 | Update info for BeOS and MacOS-X-darwin as supported platforms. | Thomas G. Lockhart | |
2000-12-20 | Fix typo. | Bruce Momjian | |
2000-12-20 | On Sunday 17 December 2000 15:07, Bruce Momjian wrote: | Bruce Momjian | |
> We need additions to alter_table.sgml for the new OWNER option mention > in the features list. Here it is. -- Mark Hollomon | |||
2000-12-20 | Add mention of Alpha | Bruce Momjian | |
2000-12-20 | Holloman -> Hollomon. Sorry. | Bruce Momjian | |
2000-12-20 | Add description about automatic encoding conversion | Tatsuo Ishii | |
between Unicode and other encodings. | |||
2000-12-19 | Rename --accounts-only to --globals-only, polish documentation. | Peter Eisentraut | |
2000-12-19 | Polish PL/Perl documentation. The README file got shrunk to being a | Peter Eisentraut | |
pointer into the real documentation. | |||
2000-12-19 | Correct results of usage examples. | Peter Eisentraut | |
2000-12-19 | Mention fallback case for type coercion in description | Tom Lane | |
of function resolution procedure. | |||
2000-12-18 | Document the array_dims() function, and make some other small improvements | Tom Lane | |
in the docs for arrays. | |||
2000-12-18 | Large objects in single "table". | Bruce Momjian | |
2000-12-18 | Updates from Tom Lane. | Bruce Momjian | |
2000-12-17 | Add missing tags. | Peter Eisentraut | |
2000-12-17 | Bump version to 7.1. (No "beta1", since we're just going to forget to | Peter Eisentraut | |
change it again anyway.) | |||
2000-12-17 | Update SysV IPC information. | Peter Eisentraut | |
2000-12-17 | Update type-coercion discussions to reflect current reality. | Tom Lane | |