- 07 Jan, 2009 5 commits
-
-
Bruce Momjian authored
clarity.
-
Bruce Momjian authored
consistent. Currently, in csvlog, vxid of an auxiliary process isn't displayed. On the other hand, in stderr/syslog, invalid vxid (-1/0) of that is displayed. Fujii Masao
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 06 Jan, 2009 21 commits
-
-
Tom Lane authored
Per Nathan Boley.
-
Bruce Momjian authored
-
Bruce Momjian authored
Fix \do and trigger display for the patch too.
-
Bruce Momjian authored
like \dt does, in that it requires a \dXS to see system items. Greg Sabino Mullane
-
Bruce Momjian authored
-
Magnus Hagander authored
same way the unix build now does.
-
Bruce Momjian authored
-
Tom Lane authored
various documentation, since those lists are now dead/deprecated. Point to pgsql-bugs and/or pgsql-hackers as appropriate.
-
Bruce Momjian authored
-
Tom Lane authored
particular this allows EmitWarningsOnPlaceholders messages to show up in the postmaster log by default. Update elog.h comment to make it clearer what INFO is for, and fix one example in the SGML docs that was misusing it. Per my gripe of yesterday.
-
Tom Lane authored
where there's no limit on the size of datum we'll try to compress. Other 8.4 tweaks to the behavior remain in place. Per discussion.
-
Tom Lane authored
earlier than all the other sizeof checks, and it certainly fails to follow the order suggested at the file head. Rearrange.
-
Heikki Linnakangas authored
If the table was smaller than REL_TRUNCATE_FRACTION (= 16) pages, we always tried to acquire AccessExclusiveLock on it even if there was no empty pages at the end. Report by Simon Riggs. Back-patch all the way to 7.4.
-
Alvaro Herrera authored
-
Tatsuo Ishii authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
document change.
-
Tom Lane authored
restricted.
-
Tom Lane authored
default expressions to a function call, eval_const_expressions must recurse on those expressions. Else they don't get simplified, and in particular we fail to insert additional default arguments if any functions needing defaults are in there. Per report from Rushabh Lathia.
-
- 05 Jan, 2009 10 commits
-
-
Alvaro Herrera authored
a more complete framework for writing custom option processing routines by user-defined access methods. Catalog version bumped due to the general API changes, which are going to affect user-defined "amoptions" routines.
-
Tom Lane authored
performing dumps and restores in accordance with a security policy that forbids logging in directly as superuser, but instead specifies that you should log into an admin account and then SET ROLE to the superuser. In passing, clean up some ugly and mostly-broken code for quoting shell arguments in pg_dumpall. Benedek László, with some help from Tom Lane
-
Bruce Momjian authored
Jun Kuwamura
-
Tom Lane authored
re-loading a library already loaded into the postmaster. ITAGAKI Takahiro
-
Tom Lane authored
get listed in custom_variable_classes.
-
Tom Lane authored
present in the placeholder. Noted while testing pg_stat_statements.
-
Peter Eisentraut authored
when --with-system-tzdata is not used. initial patch by Richard Evans
-
Peter Eisentraut authored
of pwd vs. pwd -W is correctly a function of the build system, not the host system.
-
Peter Eisentraut authored
Author: Richard Evans <richard.evans@blueallegro.net>
-
Alvaro Herrera authored
ITAGAKI Takahiro
-
- 04 Jan, 2009 4 commits
-
-
Tom Lane authored
statistics. Takahiro Itagaki
-
Tom Lane authored
except the caller can specify the encoding to work in; this will be needed for pg_stat_statements. In passing, do some marginal efficiency hacking and clean up some comments. Also, prevent the single-byte-encoding code path from fetching one byte past the stated length of the string (this last is a bug that might need to be back-patched at some point).
-
Heikki Linnakangas authored
be written for *non*-temp tables only. Report and test case by Mark Kirkwood and Simon Riggs.
-
Peter Eisentraut authored
print foo --> print(foo) string.join(...) --> ' '.join(...) These changes are backward compatible. The actual plpython module appears to need significant updates to support Python 3.0, though. This change just relieves interested developers from having to deal with Autoconf.
-