- 29 Sep, 2003 15 commits
-
-
Bruce Momjian authored
releases. Rod Taylor
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Have SHOW ALL and pg_settings show descriptions for server-side variables(Joe)
-
Peter Eisentraut authored
changes between 7.3 and 7.4, for example quoting and function names.
-
Peter Eisentraut authored
were they doing here anyway?
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
this should help people get started in 7.4 as well.
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
Also, make :alnum: character class directly dependent on isalnum() rather than guessing.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 28 Sep, 2003 6 commits
-
-
Tom Lane authored
to be less dangerous, and often faster as well. ExprState trees are not kept across transaction boundaries; this eliminates problems with resource leakage in failed transactions. But by keeping them in a per-transaction EState, we can safely arrange for a single ExprState to be shared by all the expression evaluations done in a given plpgsql function call. (Formerly it seemed necessary to create and destroy an ExprState for each exec_eval_simple_expr() call.) This saves time in any scenario where a plpgsql function executes more than one expression. Seems to be about as fast as 7.3 for simple cases, and significantly faster for functions that do a lot of calculations.
-
Tom Lane authored
post-abort cleanup hooks. I'm surprised that we have not needed this already, but I need it now to fix a plpgsql problem, and the usefulness for other dynamically loaded modules seems obvious.
-
Tom Lane authored
in the RI triggers for ON DELETE/UPDATE SET DEFAULT. The code depended way too much on knowledge of plan structure, and yet still would fail if the generated query got rewritten by rules.
-
Bruce Momjian authored
-
Bruce Momjian authored
Nigel J. Andrews
-
Bruce Momjian authored
-
- 27 Sep, 2003 18 commits
-
-
Bruce Momjian authored
M?rcio Dick Smiderle
-
Bruce Momjian authored
-
Tom Lane authored
sequence for dumping.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
method. Fix a number of places where shared libraries were linked without mentioning all the libraries they depend on; the Darwin and AIX ports are known to require this, and it doesn't seem to hurt any other supported platforms. (Hence, remove code in pl/tcl makefile that tried to avoid mentioning other libs if not needed.)
-
Jan Wieck authored
accounts.bid values of zero. Jan
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
pass COPY's EOL tests.
-
Bruce Momjian authored
-
Jan Wieck authored
on pgsql-hackers. A cast is included in the dump output if any of the objects does not belong to a system namespace and all of the non-system namespace objects belong to dumped namespaces. System namespace is defined as nspname begins with "pg_". Jan
-
Bruce Momjian authored
and improve tests.
-
Bruce Momjian authored
-
Peter Eisentraut authored
every string, especially if some of the output should be fixed-format machine-readable. This needs to be more carefully sorted out. Also, make the help message generated by --help-config -h be more similar in style to the others.
-
Peter Eisentraut authored
are not longer than 8 characters. But sometimes they are, and that made the display quite ugly. So just format them vertically so that everyone can read them.
-
Bruce Momjian authored
permissions.
-
- 26 Sep, 2003 1 commit
-
-
Bruce Momjian authored
-