- 09 May, 2005 1 commit
-
-
Bruce Momjian authored
a few sections up.
-
- 08 May, 2005 1 commit
-
-
Bruce Momjian authored
Christopher Browne
-
- 23 Apr, 2005 1 commit
-
-
Bruce Momjian authored
--- look at a database-wide VACUUM VERBOSE.
-
- 21 Apr, 2005 1 commit
-
-
Tom Lane authored
logic operations during planning. Seems cleaner to create two new Path node types, instead --- this avoids duplication of cost-estimation code. Also, create an enable_bitmapscan GUC parameter to control use of bitmap plans.
-
- 08 Apr, 2005 1 commit
-
-
Neil Conway authored
the long-term plan for this behavior for quite some time, but it is only possible now that DELETE has a USING clause so that the user can join other tables in a DELETE statement without relying on this behavior.
-
- 29 Mar, 2005 1 commit
-
-
Tom Lane authored
former to 100 by default. Clean up some of the less necessary dependencies on FUNC_MAX_ARGS; however, the biggie (FunctionCallInfoData) remains.
-
- 24 Mar, 2005 1 commit
-
-
Bruce Momjian authored
currently does. This is now the default Win32 wal sync method because we perfer o_datasync to fsync. Also, change Win32 fsync to a new wal sync method called fsync_writethrough because that is the behavior of _commit, which is what is used for fsync on Win32. Backpatch to 8.0.X.
-
- 19 Mar, 2005 1 commit
-
-
Tom Lane authored
of the local buffer arena for temporary table access.
-
- 14 Mar, 2005 1 commit
-
-
Neil Conway authored
-
- 13 Mar, 2005 1 commit
-
-
Neil Conway authored
no longer include OIDs, unless WITH OIDS is specified or the default_with_oids configuration parameter is enabled. Update the docs accordingly.
-
- 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.
-