- 15 Apr, 2002 4 commits
-
-
Tatsuo Ishii authored
using Joe Conway's patches (submitted at pgsql-patches on 2002/04/08) + small fix.
-
Tom Lane authored
variables: JOIN/ON should allow references to contained JOINs. Per bug report from Barry Lind.
-
Tom Lane authored
have been divided according to the type of object manipulated - so ALTER TABLE code is in tablecmds.c, aggregate commands in aggregatecmds.c and so on. A few common support routines remain in define.c (prototypes in src/include/commands/defrem.h). No code has been changed except for includes to reflect the new files. The prototypes for aggregatecmds.c, functioncmds.c, operatorcmds.c, and typecmds.c remain in src/include/commands/defrem.h. From John Gray <jgray@azuli.co.uk>
-
Hiroshi Inoue authored
2) Introcuced 3 drivers. 3) The version is now 7.02.0001.
-
- 14 Apr, 2002 6 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
which covers some recent installation schemes. Add Mandrake installation layout to directories to check for stylesheets. Allow documentation build to proceed if stylesheets were not found, in case the stylesheets might be found through the SGML catalog mechanism.
-
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 6 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
-