- 14 Apr, 2002 4 commits
-
-
Bruce Momjian authored
> without using PL/PgSQL EXECUTE, needs cached plan invalidation
-
Bruce Momjian authored
-
Michael Meskes authored
- Fixed one bug in structure handling resulting in using sizeof indicator instead of variable.
-
Tatsuo Ishii authored
-
- 13 Apr, 2002 7 commits
-
-
Bruce Momjian authored
some old code to add PK constraints to CREATE TABLE. That stuff had been removed as part of my original patch for pg_dump a little while ago. The attached patch fixes this by removing (again :-) ) the code in dumpTables() to perform PK creation during CREATE TABLE. I briefly tested it locally and it fixes both of Tom's test cases. Please apply. Cheers, Neil -- Neil Conway <neilconway@rogers.com>
-
Bruce Momjian authored
for Solaris on SPARC. Scott Brunza (sbrunza@sonalysts.com) gets credit for identifying the issue, making the change, and doing the regression tests. Earlier testing on 7.2rc2 and 7.2 showed performance gains of 1% to 10% on pgbench, osdb-pg, and some locally developed apps. Solaris Intimate Shared Memory is described in "SOLARIS INTERNALS Core Kernel Components" by Jim Mauro and Richard McDougall, Copyright 2001 Sun Microsystem, Inc. ISBN 0-13-022496-0 P.J. "Josh" Rovero
-
Tom Lane authored
-
Bruce Momjian authored
the libpgtcl "pg_execute" command. This was mentioned on pgsql-interfaces on Mar 3. I am posting it here in the hope that someone will check to see if it makes sense and is correct SGML-wise. I did run it through jade, but this is my first try at this sort of thing. ljb
-
Bruce Momjian authored
> * Change NUMERIC to enforce the maximum precision, and increase it
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Change NUMERIC data type to use base 10,000 internally
-
- 12 Apr, 2002 6 commits
-
-
Tom Lane authored
on the namespace not the name; pg_ is not a reserved prefix for table names anymore. From Fernando Nasser.
-
Tom Lane authored
-
Bruce Momjian authored
-
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 12 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
-