- 04 Mar, 2005 1 commit
-
-
Tom Lane authored
the freelist, plus per-buffer spinlocks that protect access to individual shared buffer headers. This requires abandoning a global freelist (since the freelist is a global contention point), which shoots down ARC and 2Q as well as plain LRU management. Adopt a clock sweep algorithm instead. Preliminary results show substantial improvement in multi-backend situations.
-
- 02 Mar, 2005 1 commit
-
-
Tom Lane authored
-
- 26 Feb, 2005 1 commit
-
-
Bruce Momjian authored
adjusting values: > But to be on the safe side, it would make sense to do something similar > to the BSD section, and comment about older distributions maybe needing > to manipulate /proc/kernel/* directly. Mark Kirkwood
-
- 10 Feb, 2005 1 commit
-
-
Neil Conway authored
FreeBSD. From Mark Kirkwood, editorializing by Neil Conway.
-
- 23 Jan, 2005 1 commit
-
-
Bruce Momjian authored
Lowercase some uppercase tags so tools is more reliable at finding problems.
-
- 22 Jan, 2005 1 commit
-
-
Bruce Momjian authored
-
- 08 Jan, 2005 1 commit
-
-
Tom Lane authored
-
- 04 Jan, 2005 1 commit
-
-
Bruce Momjian authored
-
- 26 Dec, 2004 1 commit
-
-
Tom Lane authored
-
- 18 Dec, 2004 2 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
Robert Treat
-
- 13 Dec, 2004 1 commit
-
-
Peter Eisentraut authored
-
- 05 Dec, 2004 1 commit
-
-
Tom Lane authored
Michael Fuhr.
-
- 27 Nov, 2004 1 commit
-
-
Peter Eisentraut authored
-
- 16 Nov, 2004 1 commit
-
-
Neil Conway authored
-
- 14 Nov, 2004 1 commit
-
-
Tom Lane authored
plain SUSET instead. Also delay processing of options received in client connection request until after we know if the user is a superuser, so that SUSET values can be set that way by legitimate superusers. Per recent discussion.
-
- 05 Nov, 2004 1 commit
-
-
Tom Lane authored
clause implicitly whenever one is not given explicitly. Remove concept of a schema having an associated tablespace, and simplify the rules for selecting a default tablespace for a table or index. It's now just (a) explicit TABLESPACE clause; (b) default_tablespace if that's not an empty string; (c) database's default. This will allow pg_dump to use SET commands instead of tablespace clauses to determine object locations (but I didn't actually make it do so). All per recent discussions.
-
- 04 Nov, 2004 1 commit
-
-
Tom Lane authored
-
- 17 Oct, 2004 1 commit
-
-
Tom Lane authored
This does not disable the bgwriter process: it still has to wake up often enough to collect fsync requests from backends in a timely fashion. But it responds to the recent gripe about not being able to prevent the disk from being spun up constantly.
-
- 15 Oct, 2004 1 commit
-
-
Bruce Momjian authored
This handles the new multiple log_statement values. Ed L.
-
- 09 Oct, 2004 1 commit
-
-
Tom Lane authored
The vars are renamed to data_directory, config_file, hba_file, and ident_file, and are guaranteed to be set to accurate absolute paths during postmaster startup. This commit does not yet do anything about hiding path values from non-superusers.
-
- 08 Oct, 2004 1 commit
-
-
Tom Lane authored
Refactor code into something reasonably understandable, cause use of the feature to not fail in standalone backends or in EXEC_BACKEND case, fix sloppy guc.c table entries, make the documentation minimally usable.
-
- 29 Sep, 2004 1 commit
-
-
Neil Conway authored
-
- 26 Sep, 2004 1 commit
-
-
Tom Lane authored
-
- 23 Sep, 2004 1 commit
-
-
Bruce Momjian authored
Given that PostgreSQL will output a message complaining about it's absence if you're using SSL mode, I feel it's important that it gets a mention in the documentation at some point. Dominic Mitchell
-
- 22 Sep, 2004 1 commit
-
-
Neil Conway authored
log_line_prefix escapes. The escape sequence used for this is %x. %x previously meant "postmaster et al. stop here" -- this has been renamed to %q.
-
- 17 Sep, 2004 1 commit
-
-
Tom Lane authored
-
- 31 Aug, 2004 1 commit
-
-
Tom Lane authored
to allow DBA to choose the form in which log filenames reflect the current time. Also allow for truncating instead of appending to pre-existing files --- this is convenient when the log filename pattern rewrites the same names cyclically. Per Ed L.
-
- 24 Aug, 2004 1 commit
-
-
Neil Conway authored
SGML markup, add a "deprecated features" section to the 8.0 release notes, untabify release.sgml and runtime.sgml, and make some other minor improvements.
-
- 16 Aug, 2004 1 commit
-
-
Tom Lane authored
proposals by Oliver Jowett. Update documentation.
-
- 13 Aug, 2004 1 commit
-
-
Bruce Momjian authored
-
- 12 Aug, 2004 1 commit
-
-
Bruce Momjian authored
-
- 08 Aug, 2004 2 commits
- 06 Aug, 2004 1 commit
-
-
Bruce Momjian authored
-
- 05 Aug, 2004 1 commit
-
-
Tom Lane authored
recommend that people go get Apache's rotatelogs program. Additional benefits are that configuration is done through GUC, rather than externally, and that the postmaster can monitor the log rotator and restart it after failure (though we certainly hope that won't happen often). Andreas Pflug, some rework by Tom Lane.
-
- 03 Aug, 2004 1 commit
-
-
Tom Lane authored
-
- 24 Jul, 2004 1 commit
-
-
Tom Lane authored
discussion yesterday. Also a few improvements in the associated documentation.
-
- 11 Jul, 2004 1 commit
-
-
Bruce Momjian authored
Add new postgresql.conf variables to point to data, pg_hba.conf, and pg_ident.conf files. Needs more documentation.
-
- 27 Jun, 2004 1 commit
-
-
Tom Lane authored
-