- 14 Feb, 2002 1 commit
-
-
Tom Lane authored
originally created with, so that the set of visible tuples does not change as a result of other activity. This essentially makes PG cursors INSENSITIVE per the SQL92 definition. See bug report of 13-Feb-02.
-
- 13 Feb, 2002 2 commits
-
-
Tom Lane authored
was mentioned on the man page for the underlying CREATE USER command, but it should be explained here too.
-
Bruce Momjian authored
-
- 12 Feb, 2002 7 commits
-
-
Tom Lane authored
This restores the Linux behavior to what it was in PG 7.0 and 7.1, and causes other platforms to agree. (Other well-tested platforms like HPUX were doing it this way already.) Per pghackers discussion over the past month or so.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
(backslash-r, backslash-n) for protection against newline-conversion munging. In future we will also tweak COPY FROM, but this part of the change should be backwards-compatible. Per pghackers discussion. Also, update COPY reference page to describe the backslash conversions more completely and accurately.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 11 Feb, 2002 8 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
of pointers is required. Patch from Teodor Sigaev per pghackers discussion. It's an ugly kluge but avoids forcing initdb; we'll put a better fix into 7.3 or later.
-
Peter Eisentraut authored
-
Tom Lane authored
inner indexscan (ie, one with runtime keys). ExecIndexReScan must compute or recompute runtime keys even if we are rescanning in the EPQ case. TidScan seems to have comparable problems. Per bug noted by Barry Lind 11-Feb-02.
-
Bruce Momjian authored
< o prevent lose of indexes, permissions, inheritance (Bruce) --- > o prevent loss of indexes, permissions, inheritance (Bruce)
-
Bruce Momjian authored
-
Tom Lane authored
the CREATE DATABASE command right in pg_dump -C case.
-
Tom Lane authored
into a virgin database, ie, one created from template0, if there are any site-local additions in template1.
-
- 10 Feb, 2002 1 commit
-
-
Tom Lane authored
crash on Solaris when over disk quota. Instead, report such failures via elog(DEBUG).
-
- 08 Feb, 2002 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
< * Have checkpoint process identify itself via ps status display
-
Bruce Momjian authored
> * Have checkpoint process identify itself via ps status display
-
- 07 Feb, 2002 3 commits
-
-
Tom Lane authored
Patch from sugita@sra.co.jp.
-
Tom Lane authored
Teodor Sigaev <teodor@stack.net>.
-
Hiroshi Inoue authored
-
- 06 Feb, 2002 2 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
-
- 04 Feb, 2002 2 commits
-
-
Bruce Momjian authored
< * Allow row re-use with automatic vacuum (Tom) 356c355 < --- > * Provide automatic scheduling of background vacuum (Tom)
-
Bruce Momjian authored
< * Allow row re-use without vacuum (Tom) --- > * Allow row re-use with automatic vacuum (Tom) > * Flush cached query plans when their underlying catalog data changes
-
- 03 Feb, 2002 3 commits
-
-
Bruce Momjian authored
bug.template.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 02 Feb, 2002 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
This fixes references to 7.1.3 (I think). It also modifies the japanese FAQ, so I'm not sure if that's done correctly. Chris
-
- 01 Feb, 2002 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
please apply. Andreas
-
Bruce Momjian authored
> * Prevent SIGHUP and 'pg_ctl reload' from changing command line > specified parameters to postgresql.conf defaults
-
- 31 Jan, 2002 1 commit
-
-
Bruce Momjian authored
-