- 13 Sep, 2005 1 commit
-
-
Alvaro Herrera authored
-
- 12 Sep, 2005 3 commits
-
-
Tom Lane authored
-
Neil Conway authored
consistent with the other sections in this chapter.
-
Neil Conway authored
a section of the "Server Run-time Environment" chapter. Also, move the SGML for the new chapter to a separate file and fix the resulting fallout.
-
- 30 Aug, 2005 3 commits
- 29 Aug, 2005 1 commit
-
-
Tom Lane authored
saves nearly 700kB in the default shared memory segment size, which seems worthwhile, and it is a feature that many users won't use anyway. Per Heikki's argument, there is no point in a compromise value --- those who are using 2PC at all will probably want it at least equal to max_connections. But we can't set it to zero by default without breaking the prepared_xacts regression test.
-
- 24 Aug, 2005 1 commit
-
-
Tom Lane authored
cleanup.
-
- 22 Aug, 2005 1 commit
-
-
Bruce Momjian authored
Also improve wording.
-
- 21 Aug, 2005 1 commit
-
-
Tom Lane authored
in postgresql.conf.sample, mark custom_variable_classes as SIGHUP not POSTMASTER to agree with the documentation (I can't see a reason it has to be POSTMASTER so I think the docs are right).
-
- 14 Aug, 2005 1 commit
-
-
Peter Eisentraut authored
-
- 11 Aug, 2005 1 commit
-
-
Tom Lane authored
delay and limit, both as global GUCs and as table-specific entries in pg_autovacuum. stats_reset_on_server_start is now OFF by default, but a reset is forced if we did WAL replay. XID-wrap vacuums do not ANALYZE, but do FREEZE if it's a template database. Alvaro Herrera
-
- 09 Aug, 2005 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 30 Jul, 2005 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
count. Oliver Jowett
-
- 23 Jul, 2005 1 commit
-
-
Tom Lane authored
scans are candidates for exclusion; this should be fixed eventually. Simon Riggs, with some help from Tom Lane.
-
- 14 Jul, 2005 1 commit
-
-
Tom Lane authored
few loose ends to be dealt with, but it seems to work. Alvaro Herrera, based on the contrib code by Matthew O'Connor.
-
- 06 Jul, 2005 1 commit
-
-
Bruce Momjian authored
Michael Paesold
-
- 05 Jul, 2005 1 commit
-
-
Bruce Momjian authored
-
- 02 Jul, 2005 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
documentation, to match SHOW.
-
- 01 Jul, 2005 1 commit
-
-
Bruce Momjian authored
-
- 26 Jun, 2005 2 commits
-
-
Tom Lane authored
with main, avoid using a SQL-defined SQLSTATE for what is most definitely not a SQL-compatible error condition, fix documentation omissions, adhere to message style guidelines, don't use two GUC_REPORT variables when one is sufficient. Nothing done about pg_dump issues.
-
Bruce Momjian authored
literally. Add GUC variables: "escape_string_warning" - warn about backslashes in non-E strings "escape_string_syntax" - supports E'' syntax? "standard_compliant_strings" - treats backslashes literally in '' Update code to use E'' when escapes are used.
-
- 21 Jun, 2005 1 commit
-
-
Tom Lane authored
unlike template0 and template1 does not have any special status in terms of backend functionality. However, all external utilities such as createuser and createdb now connect to "postgres" instead of template1, and the documentation is changed to encourage people to use "postgres" instead of template1 as a play area. This should fix some longstanding gotchas involving unexpected propagation of database objects by createdb (when you used template1 without understanding the implications), as well as ameliorating the problem that CREATE DATABASE is unhappy if anyone else is connected to template1. Patch by Dave Page, minor editing by Tom Lane. All per recent pghackers discussions.
-
- 17 Jun, 2005 3 commits
-
-
Tom Lane authored
hacking by Alvaro Herrera and Tom Lane.
-
Bruce Momjian authored
Kris Jurka
-
Bruce Momjian authored
-
- 14 Jun, 2005 1 commit
-
-
Bruce Momjian authored
part of service principal. If not set, any service principal matching an entry in the keytab can be used. NEW KERBEROS MATCHING BEHAVIOR FOR 8.1. Todd Kover
-
- 13 Jun, 2005 1 commit
-
-
Neil Conway authored
reference page for SQL commands, so that the link text is italicized.
-
- 09 Jun, 2005 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
millisecond timestamps (%m) and remote host (%h). The milliseconds are useful for QPS measurements. Ed L.
-
- 04 Jun, 2005 1 commit
-
-
Bruce Momjian authored
Allow kerberos name and username case sensitivity to be specified from postgresql.conf. --------------------------------------------------------------------------- Here's an updated version of the patch, with the following changes: 1) No longer uses "service name" as "application version". It's instead hardcoded as "postgres". It could be argued that this part should be backpatched to 8.0, but it doesn't make a big difference until you can start changing it with GUC / connection parameters. This change only affects kerberos 5, not 4. 2) Now downcases kerberos usernames when the client is running on win32. 3) Adds guc option for "krb_caseins_users" to make the server ignore case mismatch which is required by some KDCs such as Active Directory. Off by default, per discussion with Tom. This change only affects kerberos 5, not 4. 4) Updated so it doesn't conflict with the rendevouz/bonjour patch already in ;-) Magnus Hagander
-
- 25 May, 2005 1 commit
-
-
Neil Conway authored
-
- 20 May, 2005 1 commit
-
-
Bruce Momjian authored
code to better handle writethrough. Chris Campbell
-
- 15 May, 2005 1 commit
-
-
Bruce Momjian authored
-
- 09 May, 2005 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
a few sections up.
-