- Jan 14, 2001
-
-
Peter Eisentraut authored
etc.
-
- Jan 13, 2001
-
-
Peter Eisentraut authored
SQL type names over internal type names.
-
Peter Eisentraut authored
shows up in psql now.
-
- Jan 12, 2001
-
-
Peter Eisentraut authored
-
Tom Lane authored
bunch of old or poorly-worded documentation.
-
- Jan 09, 2001
-
-
Bruce Momjian authored
-
Bruce Momjian authored
It adds information about SQL JOIN that is implemented in 7.1. -- -------- Robert B. Easter
-
Bruce Momjian authored
EXECUTE. -- -------- Robert B. Easter
-
Bruce Momjian authored
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
-
- Jan 08, 2001
-
-
Tom Lane authored
were never yet mentioned anywhere in our documentation. Improve explanations of the other system attributes, too.
-
Tom Lane authored
the output of UNION/INTERSECT/EXCEPT.
-
Peter Eisentraut authored
-
- Jan 06, 2001
-
-
Peter Eisentraut authored
noise.
-
Peter Eisentraut authored
I threw in spell check run over the whole file.
-
Peter Eisentraut authored
appendix with comprehensive list of key words.
-
Tom Lane authored
what's actually implemented.
-
- Jan 05, 2001
-
-
Tom Lane authored
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.
-
- Jan 03, 2001
-
-
Tom Lane authored
of early December 2000. COPY BINARY is now TOAST-safe.
-
- Jan 02, 2001
-
-
Tom Lane authored
regression test 'failures'.
-
- Dec 30, 2000
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- Dec 28, 2000
-
-
Tom Lane authored
-
- Dec 26, 2000
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- Dec 23, 2000
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- Dec 22, 2000
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
to the thing you get from running initdb. That's called a database cluster (per SQL).
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
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.
-
- Dec 21, 2000
-
-
Peter Eisentraut authored
full word "version" where appropriate.
-
Peter Eisentraut authored
-
Bruce Momjian authored
>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
-
Bruce Momjian authored
Alfred Perlstein
-
- Dec 20, 2000
-
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-