- 12 Apr, 2002 3 commits
-
-
Bruce Momjian authored
pg_dumpall.
-
Bruce Momjian authored
-
Hiroshi Inoue authored
2) Suppress some error logs for the request to other drivers.
-
- 11 Apr, 2002 8 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
names are handled OK.
-
Tom Lane authored
entries, per pghackers discussion. This fixes aggregates to live in namespaces, and also simplifies/speeds up lookup in parse_func.c. Also, add a 'proimplicit' flag to pg_proc that controls whether a type coercion function may be invoked implicitly, or only explicitly. The current settings of these flags are more permissive than I would like, but we will need to debate and refine the behavior; for now, I avoided breaking regression tests as much as I could.
-
Bruce Momjian authored
-
Peter Eisentraut authored
single-user escape path always works.
-
Bruce Momjian authored
Properly warn of invalid pg_dumpall options; minor quoting cleanups.
-
- 10 Apr, 2002 3 commits
-
-
Peter Eisentraut authored
and --without-zlib to turn them off.
-
Peter Eisentraut authored
-
Hiroshi Inoue authored
-
- 09 Apr, 2002 15 commits
-
-
Tom Lane authored
SELECT schema1.func2(...). Aggregate names can be qualified at the syntactic level, but the qualification is ignored for the moment.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
-
Bruce Momjian authored
-
Bruce Momjian authored
< * -Add domain capability [domain] (Rod Taylor) > * -Add domain capability (Rod Taylor)
-
Bruce Momjian authored
> * Add Intimate Shared Memory(ISM) for Solaris > * Add documentation to lock shared memory into RAM for each OS, if possible
-
Hiroshi Inoue authored
-
Bruce Momjian authored
> o Fix PL/pgSQL RENAME to work on on variable names
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
refcursors.
-
Bruce Momjian authored
-
- 08 Apr, 2002 4 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
Some other minor wording improvements.
-
Tom Lane authored
timestamp.
-
Tatsuo Ishii authored
This is necessary for mulibyte character sequences. See "[HACKERS] PQescapeBytea is not multibyte aware" thread posted around 2002/04/05 for more details.
-
- 07 Apr, 2002 1 commit
-
-
Bruce Momjian authored
> * Abort SET changes made in aborted transactions
-
- 06 Apr, 2002 2 commits
-
-
Tom Lane authored
to pghackers. Use this to do searching for ambiguous functions --- it will get more uses soon.
-
Bruce Momjian authored
Jun Kuwamura
-
- 05 Apr, 2002 4 commits
-
-
Bruce Momjian authored
> > on postgres on Unixware with GCC built with gnu-as and gnu-ld. Remove leading spaces in conditional tests in patch and Makefile.aix. Nicolas Bazin
-
Bruce Momjian authored
the decision not to make renamerel() update the sequence name that is stored within sequences themselves (thanks to Tom Lane), and adds some rudimentary regression tests for ALTER TABLE ... RENAME on non-table relations. Neil Conway
-
Bruce Momjian authored
> o -Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...)
-
Bruce Momjian authored
Rod Taylor
-