- 22 Sep, 2005 9 commits
-
-
Bruce Momjian authored
> > Another idea would be to allow actual SELECT queries in a COPY.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
in which invalid page data could be transiently written to disk by concurrent bgwriter activity. There doesn't seem any risk of loss of actual user data, but an empty page could possibly be left corrupt if a crash occurs before the correct data gets written out. Pointed out by Alvaro Herrera.
-
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 14 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
-