- 07 Jan, 2009 14 commits
-
-
Bruce Momjian authored
'query_string' from current_query().
-
Bruce Momjian authored
-
Andrew Dunstan authored
-
Tom Lane authored
not include postgres.h nor anything else it doesn't directly need. Add #includes to calling files as needed to compensate. Per my proposal of yesterday. This should be noted as a source code change in the 8.4 release notes, since it's likely to require changes in add-on modules.
-
Magnus Hagander authored
to pass the full username@realm string to the authentication instead of just the username. This makes it possible to use pg_ident.conf to authenticate users from multiple realms as different database users.
-
Magnus Hagander authored
authentication options to be set in pg_hba.conf on a per-line basis, to override the defaults set in postgresql.conf.
-
Magnus Hagander authored
like previous patch did. Per note from Tom Lane
-
Magnus Hagander authored
hardcoded paths for SSL rootcert/crl/clientcert/key. As noted by Andrew Chernow
-
Peter Eisentraut authored
from Zdenek
-
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 5 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.
-