- 22 Sep, 2005 5 commits
-
-
Bruce Momjian authored
It uses existing macros instead of touching directly. ITAGAKI Takahiro
-
Bruce Momjian authored
> > o Allow COPY to output from views >
-
Bruce Momjian authored
Greg Sabino Mullane
-
Bruce Momjian authored
messages.
-
Tom Lane authored
-
- 21 Sep, 2005 3 commits
- 20 Sep, 2005 8 commits
-
-
Bruce Momjian authored
by properly updating transaction state after AUTOCOMMIT.
-
Bruce Momjian authored
< This would be beneficial when there are few distinct values. > This would be beneficial when there are few distinct values. This is > already used by GROUP BY. 946d946 < * Allow DISTINCT to use hashing like GROUP BY
-
Bruce Momjian authored
Backpatch to 8.0.X.
-
Bruce Momjian authored
-
Bruce Momjian authored
< * Allow WAL traffic to be steamed to another server for stand-by > * Allow WAL traffic to be streamed to another server for stand-by
-
Bruce Momjian authored
> * Allow DISTINCT to use hashing like GROUP BY
-
Bruce Momjian authored
-
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 2 commits
-
-
Neil Conway authored
-
Teodor Sigaev authored
-