- 20 Sep, 2005 1 commit
-
-
Bruce Momjian authored
> * Allow WAL traffic to be steamed to another server for stand-by > replication
-
- 19 Sep, 2005 3 commits
-
-
Bruce Momjian authored
< * Research use of sched_yield() for spinlock acquisition failure
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 18 Sep, 2005 2 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
-
- 17 Sep, 2005 1 commit
-
-
Bruce Momjian authored
> 1032a1034 > * Remove BeOS and QNX-specific code
-
- 16 Sep, 2005 16 commits
-
-
Bruce Momjian authored
> o Fix SELECT INTERVAL '1' MONTH
-
Bruce Momjian authored
-
Bruce Momjian authored
errmsg("canceling query due to user request or statement timeout")));
-
Bruce Momjian authored
-
Bruce Momjian authored
Hiroshi Saito
-
Bruce Momjian authored
Michael Fuhr
-
Bruce Momjian authored
< > * Update Bonjour to work with newer cross-platform SDK
-
PostgreSQL Daemon authored
tag it all beta2 ...
-
Bruce Momjian authored
< 390d388 < 453c451 < removed or have its heap and index files truncated. One > be removed or have its heap and index files truncated. One < * Use a phantom command counter for nested subtransactions to reduce < per-tuple overhead
-
Teodor Sigaev authored
-
Bruce Momjian authored
> o Add single-step debugging of PL/PgSQL functions
-
Neil Conway authored
sake of brevity and clarity. Make pg_reload_conf(), pg_rotate_logfile(), and pg_cancel_backend() return a boolean rather than an integer to indicate success or failure. Along the way, make some minor cleanups to dbsize.c -- in particular, use elog() rather than ereport() for "shouldn't happen" error conditions, and remove some of the more flagrant violations of the Postgres indentation conventions. Catalog version bumped.
-
Neil Conway authored
-
Tom Lane authored
-
Alvaro Herrera authored
Robert Treat.
-
Tom Lane authored
bytes. This shouldn't make any difference on x86 machines, where the size happened to be 16 bytes anyway, but on 64-bit machines and machines with slock_t int or wider, it will speed array indexing and hopefully reduce SMP cache contention effects. Per recent experimentation.
-
- 15 Sep, 2005 3 commits
-
-
Neil Conway authored
-
Teodor Sigaev authored
-
Teodor Sigaev authored
2 Makefile fixes
-
- 14 Sep, 2005 3 commits
-
-
Neil Conway authored
the builtin functions (although some more entries are still needed), and remove the duplicate index entries that have been causing collateindex.pl warnings. Consistently use "int" and "bigint", rather than a mix of "int", "integer", "int4", "bigint", and "int8". Make parenthesis style in syntax examples more consistent. Various copy-editing for newly-added documentation and SGML markup fixes.
-
Neil Conway authored
in parsing cursor declarations.
-
Tom Lane authored
-
- 13 Sep, 2005 3 commits
-
-
Tom Lane authored
Roman Neuhauser. Update some obsolete comments for exec_eval_datum, too.
-
Neil Conway authored
-
Alvaro Herrera authored
-
- 12 Sep, 2005 8 commits
-
-
Tom Lane authored
-
Neil Conway authored
consistent with the other sections in this chapter.
-
Tom Lane authored
recovered. I did not see any actual leak while testing this in CVS tip, but 8.0 definitely has a problem with leaking the space temporarily palloc'd by BufferSync(). In any case this seems a good idea to forestall similar problems in future. Per report from Arjen van der Meijden.
-
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.
-
Tom Lane authored
particular the addition of bitmap scans and the relaxation of rules about when multicolumn indexes can be used. Also some minor editorial work in other parts of the chapter.
-
Neil Conway authored
-
Tom Lane authored
appears in the REINDEX ref page.
-
Michael Meskes authored
-