- Jan 06, 2001
-
-
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
-
Bruce Momjian authored
> We need additions to alter_table.sgml for the new OWNER option mention > in the features list. Here it is. -- Mark Hollomon
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
between Unicode and other encodings.
-
- Dec 19, 2000
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
pointer into the real documentation.
-
Peter Eisentraut authored
-
Tom Lane authored
of function resolution procedure.
-
Tom Lane authored
in the docs for arrays.
-
- Dec 18, 2000
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Dec 17, 2000
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
change it again anyway.)
-
Peter Eisentraut authored
-
Tom Lane authored
-