- Apr 14, 2002
-
-
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
-
Tatsuo Ishii authored
-
- Apr 13, 2002
-
-
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
-
- Apr 12, 2002
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Apr 11, 2002
-
-
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.
-
Peter Eisentraut authored
and --without-zlib to turn them off.
-
- Apr 10, 2002
-
-
Peter Eisentraut authored
-
- Apr 09, 2002
-
-
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
-
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
-
- Apr 08, 2002
-
-
Tom Lane authored
timestamp.
-
- Apr 07, 2002
-
-
Bruce Momjian authored
> * Abort SET changes made in aborted transactions
-
- Apr 06, 2002
-
-
Bruce Momjian authored
Jun Kuwamura
-
- Apr 05, 2002
-
-
Bruce Momjian authored
> o -Allow INSERT INTO my_table VALUES (a, b, c, DEFAULT, x, y, z, ...)
-
Bruce Momjian authored
> * -Add new pg_proc cachable settings to specify whether function can be
-
Tom Lane authored
volatile), rather than the old cachable/noncachable distinction. This allows indexscan optimizations in many places where we formerly didn't. Also, add a pronamespace column to pg_proc (it doesn't do anything yet, however).
-
- Apr 04, 2002
-
-
Bruce Momjian authored
< o Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
-
Bruce Momjian authored
* -Allow user/group names to be specified directly in pg_hba.conf (Bruce)
-
Bruce Momjian authored
A new pg_hba.conf column, USER Allow specifiction of lists of users separated by commas Allow group names specified by + Allow include files containing lists of users specified by @ Allow lists of databases, and database files Allow samegroup in database column to match group name matching dbname Removal of secondary password files Remove pg_passwd utility Lots of code cleanup in user.c and hba.c New data/global/pg_pwd format New data/global/pg_group file
-
- Apr 03, 2002
-
-
Peter Eisentraut authored
and/or with GUC variables.
-
- Apr 02, 2002
-
-
Tom Lane authored
depend on this rather than the trigger argument strings to locate the other relation to test. This makes RI triggers function properly in the presence of schemas and temp tables. Along the way, fix bogus lack of locking in RI triggers, handle quoting of names fully correctly, compute required sizes of query buffers with some semblance of accuracy.
-
- Apr 01, 2002
-
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
path. The default behavior if no per-user schemas are created is that all users share a 'public' namespace, thus providing behavior backwards compatible with 7.2 and earlier releases. Probably the semantics and default setting will need to be fine-tuned, but this is a start.
-
Bruce Momjian authored
> * Remove unreferenced table files and temp tables during database vacuum > * Allow psql \d to show temporary table structure
-